Trace number 3317373

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 1932.71 485.535

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S642174893-006.UNKNOWN.cnf
MD5SUM6df48a49b3cf6574a0f4cdf651f82d66
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark378.243
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3317373-1304269097.cnf
0.31/0.46	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.50	c INFO: computed clause balance statistics
0.51/0.68	c INFO: computed variable balance statistics
0.61/0.76	c INFO: computed small-clause counts
0.61/0.76	c INFO: computed Horn-clause counts
0.61/0.76	c INFO: computed variable graph statistics
0.61/0.76	c INFO: collected features for HOME/instance-3317373-1304269097.cnf in 0.30 s
0.61/0.79	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.70/0.82	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.10)
0.70/0.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
0.70/0.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.33/100.98	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.03)
400.70/101.01	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.70/101.05	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
400.70/101.08	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.32)
800.34/201.17	c INFO: running adaptg2wsat2009++@0 for 97 with 4599 remaining (b = 0.01)
800.74/201.22	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.31)
800.74/201.26	c INFO: running march_hi@0 for 388 with 4599 remaining (b = 0.12)
1199.42/301.37	c INFO: running march_hi@0 for 2134 with 4499 remaining (b = 0.28)
1932.40/485.51	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317373-1304269097/watcher-3317373-1304269097 -o /tmp/evaluation-result-3317373-1304269097/solver-3317373-1304269097 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317373-1304269097.cnf -seed 1754488358 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.00 8.07 6.90 5/228 14143
/proc/meminfo: memFree=29107760/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=15760 CPUtime=0 cores=1,3,5,7
/proc/14143/stat : 14143 (python) R 14141 14143 13600 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 538510673 16138240 727 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613108736 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/14143/statm: 3941 728 334 364 0 428 0

[startup+0.0607969 s]
/proc/loadavg: 8.00 8.07 6.90 5/228 14143
/proc/meminfo: memFree=29107760/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=43812 CPUtime=0.03 cores=1,3,5,7
/proc/14143/stat : 14143 (python) R 14141 14143 13600 0 -1 4202496 1728 0 0 0 3 0 0 0 17 0 1 0 538510673 44863488 1551 33554432000 4194304 5683644 140736724331824 18446744073709551615 270612804701 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14143/statm: 10953 1573 467 364 0 1218 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43812

[startup+0.10079 s]
/proc/loadavg: 8.00 8.07 6.90 5/228 14143
/proc/meminfo: memFree=29107760/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/14143/stat : 14143 (python) R 14141 14143 13600 0 -1 4202496 3087 0 0 0 5 2 0 0 17 0 1 0 538510673 106729472 2767 33554432000 4194304 5683644 140736724331824 18446744073709551615 4516272 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14143/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.30076 s]
/proc/loadavg: 8.00 8.07 6.90 5/228 14143
/proc/meminfo: memFree=29107760/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=194548 CPUtime=0.23 cores=1,3,5,7
/proc/14143/stat : 14143 (python) R 14141 14143 13600 0 -1 4202496 6912 932 1 0 16 7 0 0 17 0 1 0 538510673 199217152 4965 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613108736 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14143/statm: 48637 4965 1431 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 194548

[startup+0.700684 s]
/proc/loadavg: 8.00 8.07 6.90 5/228 14143
/proc/meminfo: memFree=29107760/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=279552 CPUtime=0.61 cores=1,3,5,7
/proc/14143/stat : 14143 (python) R 14141 14143 13600 0 -1 4202496 9752 932 1 0 52 9 0 0 17 0 1 0 538510673 286261248 7274 33554432000 4194304 5683644 140736724331824 18446744073709551615 270612769611 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14143/statm: 69888 7274 1827 364 0 5812 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279552

[startup+1.5005 s]
/proc/loadavg: 8.00 8.07 6.90 9/241 14160
/proc/meminfo: memFree=29067852/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=320244 CPUtime=0.78 cores=1,3,5,7
/proc/14143/stat : 14143 (python) S 14141 14143 13600 0 -1 4202496 12736 932 1 0 69 9 0 0 22 0 5 0 538510673 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14143/statm: 80061 7260 1883 364 0 15970 0
[pid=14149] ppid=14143 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/14149/stat : 14149 (python) S 14143 14143 13600 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538510752 285388800 5614 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130767 0 0 16781312 514 6240151529022554111 0 0 17 1 0 0 0
/proc/14149/statm: 69675 5614 354 364 0 5593 0
[pid=14151] ppid=14149 vsize=1017932 CPUtime=0.69 cores=1,3,5,7
/proc/14151/stat : 14151 (gnovelty+2) R 14149 14151 14151 0 -1 4202496 511 0 0 0 69 0 0 0 21 0 1 0 538510753 1042362368 247 33554432000 134512640 135663704 4290760864 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14151/statm: 254483 247 113 282 0 254199 0
[pid=14152] ppid=14143 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/14152/stat : 14152 (python) S 14143 14143 13600 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 538510755 296296448 5696 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 14580610780970876927 0 0 17 7 0 0 0
/proc/14152/statm: 72338 5696 348 364 0 8253 0
[pid=14154] ppid=14152 vsize=1017932 CPUtime=0.67 cores=1,3,5,7
/proc/14154/stat : 14154 (gnovelty+2) R 14152 14154 14154 0 -1 4202496 512 0 0 0 67 0 0 0 24 0 1 0 538510756 1042362368 247 33554432000 134512640 135663704 4289655232 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 254483 247 113 282 0 254199 0
[pid=14155] ppid=14143 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/14155/stat : 14155 (python) S 14143 14143 13600 0 -1 4202560 720 0 0 0 0 0 0 0 19 0 1 0 538510758 306315264 5593 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 6240143832441159679 0 0 17 7 0 0 0
/proc/14155/statm: 74784 5593 344 364 0 10696 0
[pid=14157] ppid=14155 vsize=416652 CPUtime=0.64 cores=1,3,5,7
/proc/14157/stat : 14157 (adaptg2wsat2009) R 14155 14157 14157 0 -1 4202496 567 0 0 0 64 0 0 0 22 0 1 0 538510759 426651648 302 33554432000 134512640 135107411 4292480112 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14157/statm: 104163 302 49 146 0 103039 0
[pid=14158] ppid=14143 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/14158/stat : 14158 (python) S 14143 14143 13600 0 -1 4202560 729 0 0 0 0 0 0 0 21 0 1 0 538510761 317440000 5717 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 4485984630754770943 0 0 17 7 0 0 0
/proc/14158/statm: 77500 5717 344 364 0 13409 0
[pid=14160] ppid=14158 vsize=416652 CPUtime=0.6 cores=1,3,5,7
/proc/14160/stat : 14160 (adaptg2wsat2009) R 14158 14160 14160 0 -1 4202496 572 0 0 0 60 0 0 0 25 0 1 0 538510762 426651648 304 33554432000 134512640 135107411 4291657856 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14160/statm: 104163 304 49 146 0 103039 0
[pid=14143/tid=14150] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14150/stat : 14150 (python) S 14141 14143 13600 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 538510753 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14153] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14153/stat : 14153 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 538510756 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 5 0 0 0
[pid=14143/tid=14156] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14156/stat : 14156 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 538510758 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14159] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14159/stat : 14159 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 538510761 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 4366600

[startup+3.10122 s]
/proc/loadavg: 8.00 8.07 6.90 9/241 14160
/proc/meminfo: memFree=29066364/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=320244 CPUtime=0.78 cores=1,3,5,7
/proc/14143/stat : 14143 (python) S 14141 14143 13600 0 -1 4202496 12736 932 1 0 69 9 0 0 22 0 5 0 538510673 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14143/statm: 80061 7260 1883 364 0 15970 0
[pid=14149] ppid=14143 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/14149/stat : 14149 (python) S 14143 14143 13600 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538510752 285388800 5614 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130767 0 0 16781312 514 6240151529022521604 0 0 17 1 0 0 0
/proc/14149/statm: 69675 5614 354 364 0 5593 0
[pid=14151] ppid=14149 vsize=1017932 CPUtime=2.29 cores=1,3,5,7
/proc/14151/stat : 14151 (gnovelty+2) R 14149 14151 14151 0 -1 4202496 511 0 0 0 229 0 0 0 25 0 1 0 538510753 1042362368 247 33554432000 134512640 135663704 4290760864 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14151/statm: 254483 247 113 282 0 254199 0
[pid=14152] ppid=14143 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/14152/stat : 14152 (python) S 14143 14143 13600 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538510755 296296448 5696 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 14580610780970844422 0 0 17 7 0 0 0
/proc/14152/statm: 72338 5696 348 364 0 8253 0
[pid=14154] ppid=14152 vsize=1017932 CPUtime=2.27 cores=1,3,5,7
/proc/14154/stat : 14154 (gnovelty+2) R 14152 14154 14154 0 -1 4202496 512 0 0 0 227 0 0 0 25 0 1 0 538510756 1042362368 247 33554432000 134512640 135663704 4289655232 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 254483 247 113 282 0 254199 0
[pid=14155] ppid=14143 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/14155/stat : 14155 (python) S 14143 14143 13600 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538510758 306315264 5597 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 6240143832441127176 0 0 17 7 0 0 0
/proc/14155/statm: 74784 5597 348 364 0 10696 0
[pid=14157] ppid=14155 vsize=416788 CPUtime=2.24 cores=1,3,5,7
/proc/14157/stat : 14157 (adaptg2wsat2009) R 14155 14157 14157 0 -1 4202496 627 0 0 0 224 0 0 0 25 0 1 0 538510759 426790912 362 33554432000 134512640 135107411 4292480112 18446744073709551615 134531830 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14157/statm: 104197 362 59 146 0 103073 0
[pid=14158] ppid=14143 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/14158/stat : 14158 (python) S 14143 14143 13600 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 538510761 317440000 5721 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 4485984630754738440 0 0 17 7 0 0 0
/proc/14158/statm: 77500 5721 348 364 0 13409 0
[pid=14160] ppid=14158 vsize=416788 CPUtime=2.19 cores=1,3,5,7
/proc/14160/stat : 14160 (adaptg2wsat2009) R 14158 14160 14160 0 -1 4202496 633 0 0 0 219 0 0 0 25 0 1 0 538510762 426790912 365 33554432000 134512640 135107411 4291657856 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14160/statm: 104197 365 59 146 0 103073 0
[pid=14143/tid=14150] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14150/stat : 14150 (python) S 14141 14143 13600 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 538510753 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14153] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14153/stat : 14153 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 538510756 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 5 0 0 0
[pid=14143/tid=14156] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14156/stat : 14156 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 538510758 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14159] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14159/stat : 14159 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 538510761 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 4366872

[startup+6.30065 s]
/proc/loadavg: 8.08 8.09 6.91 9/241 14160
/proc/meminfo: memFree=29062504/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=320244 CPUtime=0.78 cores=1,3,5,7
/proc/14143/stat : 14143 (python) S 14141 14143 13600 0 -1 4202496 12736 932 1 0 69 9 0 0 22 0 5 0 538510673 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14143/statm: 80061 7260 1883 364 0 15970 0
[pid=14149] ppid=14143 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/14149/stat : 14149 (python) S 14143 14143 13600 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538510752 285388800 5637 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130767 0 0 16781312 514 6240151529022521604 0 0 17 1 0 0 0
/proc/14149/statm: 69675 5637 377 364 0 5593 0
[pid=14151] ppid=14149 vsize=1017932 CPUtime=5.49 cores=1,3,5,7
/proc/14151/stat : 14151 (gnovelty+2) R 14149 14151 14151 0 -1 4202496 511 0 0 0 549 0 0 0 25 0 1 0 538510753 1042362368 247 33554432000 134512640 135663704 4290760864 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14151/statm: 254483 247 113 282 0 254199 0
[pid=14152] ppid=14143 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/14152/stat : 14152 (python) S 14143 14143 13600 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538510755 296296448 5719 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 14580610780970844422 0 0 17 7 0 0 0
/proc/14152/statm: 72338 5719 371 364 0 8253 0
[pid=14154] ppid=14152 vsize=1017932 CPUtime=5.47 cores=1,3,5,7
/proc/14154/stat : 14154 (gnovelty+2) R 14152 14154 14154 0 -1 4202496 512 0 0 0 547 0 0 0 25 0 1 0 538510756 1042362368 247 33554432000 134512640 135663704 4289655232 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 254483 247 113 282 0 254199 0
[pid=14155] ppid=14143 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/14155/stat : 14155 (python) S 14143 14143 13600 0 -1 4202560 911 0 0 0 0 0 0 0 18 0 1 0 538510758 306315264 5620 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 6240143832441127176 0 0 17 7 0 0 0
/proc/14155/statm: 74784 5620 371 364 0 10696 0
[pid=14157] ppid=14155 vsize=416788 CPUtime=5.43 cores=1,3,5,7
/proc/14157/stat : 14157 (adaptg2wsat2009) R 14155 14157 14157 0 -1 4202496 627 0 0 0 542 1 0 0 25 0 1 0 538510759 426790912 362 33554432000 134512640 135107411 4292480112 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14157/statm: 104197 362 59 146 0 103073 0
[pid=14158] ppid=14143 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/14158/stat : 14158 (python) S 14143 14143 13600 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 538510761 317440000 5744 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 4485984630754738440 0 0 17 7 0 0 0
/proc/14158/statm: 77500 5744 371 364 0 13409 0
[pid=14160] ppid=14158 vsize=416788 CPUtime=5.35 cores=1,3,5,7
/proc/14160/stat : 14160 (adaptg2wsat2009) R 14158 14160 14160 0 -1 4202496 633 0 0 0 535 0 0 0 25 0 1 0 538510762 426790912 365 33554432000 134512640 135107411 4291657856 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14160/statm: 104197 365 59 146 0 103073 0
[pid=14143/tid=14150] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14150/stat : 14150 (python) S 14141 14143 13600 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 538510753 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14153] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14153/stat : 14153 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 538510756 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 5 0 0 0
[pid=14143/tid=14156] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14156/stat : 14156 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 538510758 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14159] ppid=14141 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14159/stat : 14159 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 538510761 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.52
Current children cumulated vsize (KiB) 4366872

[startup+12.7005 s]
/proc/loadavg: 8.07 8.08 6.92 9/241 14160
/proc/meminfo: memFree=29058932/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=320244 CPUtime=0.78 cores=1,3,5,7
/proc/14143/stat : 14143 (python) S 14141 14143 13600 0 -1 4202496 12736 932 1 0 69 9 0 0 22 0 5 0 538510673 327929856 7260 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14143/statm: 80061 7260 1883 364 0 15970 0
[pid=14149] ppid=14143 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/14149/stat : 14149 (python) S 14143 14143 13600 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 538510752 285388800 5637 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130767 0 0 16781312 514 12966109617804247300 0 0 17 1 0 0 0
/proc/14149/statm: 69675 5637 377 364 0 5593 0
[pid=14151] ppid=14149 vsize=1017932 CPUtime=11.89 cores=1,3,5,7
/proc/14151/stat : 14151 (gnovelty+2) R 14149 14151 14151 0 -1 4202496 511 0 0 0 1189 0 0 0 25 0 1 0 538510753 1042362368 247 33554432000 134512640 135663704 4290760864 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14151/statm: 254483 247 113 282 0 254199 0
[pid=14152] ppid=14143 vsize=289352 CPUtime=0.01 cores=1,3,5,7

################
# More data... #
################

[pid=14194] ppid=14143 vsize=361556 CPUtime=0.16 cores=1,3,5,7
/proc/14194/stat : 14194 (python) S 14143 14143 13600 0 -1 4202560 1144 0 0 0 8 8 0 0 19 0 2 0 538530790 370233344 5863 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14194/statm: 90389 5863 400 364 0 26283 0
[pid=14196] ppid=14194 vsize=416788 CPUtime=99.96 cores=1,3,5,7
/proc/14196/stat : 14196 (adaptg2wsat2009) T 14194 14196 14196 0 -1 4202496 636 0 0 0 9996 0 0 0 25 0 1 0 538530791 426790912 364 33554432000 134512640 135107411 4293797536 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14196/statm: 104197 364 59 146 0 103073 0
[pid=14194/tid=14214] ppid=14143 vsize=361556 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14214/stat : 14214 (python) S 14143 14143 13600 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538540807 370233344 5863 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604460790714496 0 0 -1 3 0 0 0
[pid=14199] ppid=14143 vsize=371812 CPUtime=0.52 cores=1,3,5,7
/proc/14199/stat : 14199 (python) S 14143 14143 13600 0 -1 4202560 1035 0 0 0 27 25 0 0 15 0 1 0 538530795 380735488 5837 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 8095053208725979399 0 0 17 3 0 0 0
/proc/14199/statm: 92953 5837 371 364 0 28844 0
[pid=14201] ppid=14199 vsize=4692 CPUtime=283.88 cores=1,3,5,7
/proc/14201/stat : 14201 (march_hi) R 14199 14201 14201 0 -1 4202496 1807 0 0 0 28388 0 0 0 25 0 1 0 538530796 4804608 908 33554432000 4194304 4955518 140736034496960 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14201/statm: 1173 908 106 186 0 986 0
[pid=14202] ppid=14143 vsize=382068 CPUtime=0.52 cores=1,3,5,7
/proc/14202/stat : 14202 (python) S 14143 14143 13600 0 -1 4202560 1023 0 0 0 30 22 0 0 15 0 1 0 538530800 391237632 5867 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 18033279327449088261 0 0 17 1 0 0 0
/proc/14202/statm: 95517 5867 371 364 0 31405 0
[pid=14204] ppid=14202 vsize=4692 CPUtime=281.56 cores=1,3,5,7
/proc/14204/stat : 14204 (march_hi) R 14202 14204 14204 0 -1 4202496 1802 0 0 0 28156 0 0 0 25 0 1 0 538530800 4804608 902 33554432000 4194304 4955518 140735590895552 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14204/statm: 1173 902 106 186 0 986 0
[pid=14215] ppid=14143 vsize=392324 CPUtime=0.34 cores=1,3,5,7
/proc/14215/stat : 14215 (python) S 14143 14143 13600 0 -1 4202560 1034 0 0 0 18 16 0 0 15 0 1 0 538540811 401739776 5873 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 8442965076033372420 0 0 17 7 0 0 0
/proc/14215/statm: 98081 5873 371 364 0 33966 0
[pid=14217] ppid=14215 vsize=3928 CPUtime=179.33 cores=1,3,5,7
/proc/14217/stat : 14217 (march_hi) R 14215 14217 14217 0 -1 4202496 1607 0 0 0 17933 0 0 0 25 0 1 0 538540811 4022272 703 33554432000 4194304 4955518 140734349199232 18446744073709551615 4210552 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14217/statm: 982 703 106 186 0 795 0
[pid=14143/tid=14150] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14150/stat : 14150 (python) S 14141 14143 13600 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 13 0 538510753 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14153] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14153/stat : 14153 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 13 0 538510756 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 5 0 0 0
[pid=14143/tid=14156] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14156/stat : 14156 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 538510758 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14159] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14159/stat : 14159 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 13 0 538510761 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14168] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14168/stat : 14168 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 538520772 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14172] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14172/stat : 14172 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 13 0 538520775 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14176] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14176/stat : 14176 (python) S 14141 14143 13600 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 538520778 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14179] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14179/stat : 14179 (python) S 14141 14143 13600 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 13 0 538520782 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14195] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14195/stat : 14195 (python) S 14141 14143 13600 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 13 0 538530790 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14200] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14200/stat : 14200 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 13 0 538530796 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 3 0 0 0
[pid=14143/tid=14203] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14203/stat : 14203 (python) S 14141 14143 13600 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 13 0 538530800 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14216] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14216/stat : 14216 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 538540811 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1930.84
Current children cumulated vsize (KiB) 9427080

[startup+485.502 s]
/proc/loadavg: 8.19 8.18 7.42 9/284 14228
/proc/meminfo: memFree=28756376/32951124 swapFree=67111516/67111528
[pid=14143] ppid=14141 vsize=402568 CPUtime=1.08 cores=1,3,5,7
/proc/14143/stat : 14143 (python) S 14141 14143 13600 0 -1 4202496 19930 932 1 0 96 12 0 0 18 0 13 0 538510673 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624940863 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14143/statm: 100642 7406 1900 364 0 36527 0
[pid=14149] ppid=14143 vsize=288944 CPUtime=0.14 cores=1,3,5,7
/proc/14149/stat : 14149 (python) R 14143 14143 13600 0 -1 4202560 1079 0 0 0 8 6 0 0 18 0 2 0 538510752 295878656 5675 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14149/statm: 72236 5675 410 364 0 8154 0
[pid=14151] ppid=14149 vsize=1017932 CPUtime=100.14 cores=1,3,5,7
/proc/14151/stat : 14151 (gnovelty+2) T 14149 14151 14151 0 -1 4202496 511 0 0 0 10014 0 0 0 25 0 1 0 538510753 1042362368 247 33554432000 134512640 135663704 4290760864 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14151/statm: 254483 247 113 282 0 254199 0
[pid=14149/tid=14165] ppid=14143 vsize=288944 CPUtime=0 cores=1,3,5,7
/proc/14149/task/14165/stat : 14165 (python) S 14143 14143 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538520768 295878656 5675 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604467250493632 0 0 -1 1 0 0 0
[pid=14152] ppid=14143 vsize=289352 CPUtime=0.15 cores=1,3,5,7
/proc/14152/stat : 14152 (python) S 14143 14143 13600 0 -1 4202560 1081 0 0 0 8 7 0 0 19 0 2 0 538510755 296296448 5749 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14152/statm: 72338 5749 400 364 0 8253 0
[pid=14154] ppid=14152 vsize=1017932 CPUtime=100.14 cores=1,3,5,7
/proc/14154/stat : 14154 (gnovelty+2) T 14152 14154 14154 0 -1 4202496 512 0 0 0 10014 0 0 0 25 0 1 0 538510756 1042362368 247 33554432000 134512640 135663704 4289655232 18446744073709551615 134525353 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14154/statm: 254483 247 113 282 0 254199 0
[pid=14152/tid=14166] ppid=14143 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/14152/task/14166/stat : 14166 (python) S 14143 14143 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538520771 296296448 5749 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604469192408128 0 0 -1 5 0 0 0
[pid=14155] ppid=14143 vsize=299136 CPUtime=0.14 cores=1,3,5,7
/proc/14155/stat : 14155 (python) S 14143 14143 13600 0 -1 4202560 1097 0 0 0 8 6 0 0 19 0 2 0 538510758 306315264 5650 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14155/statm: 74784 5650 400 364 0 10696 0
[pid=14157] ppid=14155 vsize=416788 CPUtime=99.98 cores=1,3,5,7
/proc/14157/stat : 14157 (adaptg2wsat2009) T 14155 14157 14157 0 -1 4202496 627 0 0 0 9997 1 0 0 25 0 1 0 538510759 426790912 362 33554432000 134512640 135107411 4292480112 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14157/statm: 104197 362 59 146 0 103073 0
[pid=14155/tid=14169] ppid=14143 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/14155/task/14169/stat : 14169 (python) S 14143 14143 13600 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538520772 306315264 5650 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604467250491840 0 0 -1 5 0 0 0
[pid=14158] ppid=14143 vsize=310000 CPUtime=0.15 cores=1,3,5,7
/proc/14158/stat : 14158 (python) S 14143 14143 13600 0 -1 4202560 1091 0 0 0 9 6 0 0 19 0 2 0 538510761 317440000 5774 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14158/statm: 77500 5774 400 364 0 13409 0
[pid=14160] ppid=14158 vsize=416788 CPUtime=99.08 cores=1,3,5,7
/proc/14160/stat : 14160 (adaptg2wsat2009) T 14158 14160 14160 0 -1 4202496 633 0 0 0 9908 0 0 0 25 0 1 0 538510762 426790912 365 33554432000 134512640 135107411 4291657856 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14160/statm: 104197 365 59 146 0 103073 0
[pid=14158/tid=14174] ppid=14143 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/14158/task/14174/stat : 14174 (python) S 14143 14143 13600 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538520778 317440000 5774 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604471137037120 0 0 -1 7 0 0 0
[pid=14167] ppid=14143 vsize=320256 CPUtime=0.15 cores=1,3,5,7
/proc/14167/stat : 14167 (python) S 14143 14143 13600 0 -1 4202560 1116 0 0 0 6 9 0 0 19 0 2 0 538520771 327942144 5778 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14167/statm: 80064 5778 400 364 0 15970 0
[pid=14170] ppid=14167 vsize=416788 CPUtime=99.97 cores=1,3,5,7
/proc/14170/stat : 14170 (adaptg2wsat2009) T 14167 14170 14170 0 -1 4202496 630 0 0 0 9997 0 0 0 25 0 1 0 538520773 426790912 364 33554432000 134512640 135107411 4289156784 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14170/statm: 104197 364 59 146 0 103073 0
[pid=14167/tid=14193] ppid=14143 vsize=320256 CPUtime=0 cores=1,3,5,7
/proc/14167/task/14193/stat : 14193 (python) S 14143 14143 13600 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538530787 327942144 5778 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604454223470656 0 0 -1 5 0 0 0
[pid=14171] ppid=14143 vsize=330060 CPUtime=0.15 cores=1,3,5,7
/proc/14171/stat : 14171 (python) S 14143 14143 13600 0 -1 4202560 1117 0 0 0 9 6 0 0 19 0 2 0 538520775 337981440 5690 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14171/statm: 82515 5690 400 364 0 18418 0
[pid=14173] ppid=14171 vsize=1017932 CPUtime=99.49 cores=1,3,5,7
/proc/14173/stat : 14173 (gnovelty+2) T 14171 14173 14173 0 -1 4202496 513 0 0 0 9949 0 0 0 25 0 1 0 538520775 1042362368 247 33554432000 134512640 135663704 4288682512 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14173/statm: 254483 247 113 282 0 254199 0
[pid=14171/tid=14197] ppid=14143 vsize=330060 CPUtime=0 cores=1,3,5,7
/proc/14171/task/14197/stat : 14197 (python) S 14143 14143 13600 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538530791 337981440 5690 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604465266939968 0 0 -1 3 0 0 0
[pid=14175] ppid=14143 vsize=340856 CPUtime=0.14 cores=1,3,5,7
/proc/14175/stat : 14175 (python) S 14143 14143 13600 0 -1 4202560 1130 0 0 0 7 7 0 0 19 0 2 0 538520778 349036544 5808 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14175/statm: 85214 5808 400 364 0 21114 0
[pid=14177] ppid=14175 vsize=246932 CPUtime=99.97 cores=1,3,5,7
/proc/14177/stat : 14177 (FH) T 14175 14177 14177 0 -1 4202496 593 0 0 0 9997 0 0 0 25 0 1 0 538520778 252858368 326 33554432000 134512640 134936988 4286591184 18446744073709551615 134547111 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14177/statm: 61733 326 41 104 0 61237 0
[pid=14175/tid=14198] ppid=14143 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/14175/task/14198/stat : 14198 (python) S 14143 14143 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538530792 349036544 5808 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604461676306752 0 0 -1 1 0 0 0
[pid=14178] ppid=14143 vsize=0 CPUtime=384.09 cores=1,3,5,7
/proc/14178/stat : 14178 (python) Z 14143 14143 13600 0 -1 4202588 1293 2081 0 0 38 33 38338 0 15 0 1 0 538520782 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14178/statm: 0 0 0 0 0 0 0
[pid=14194] ppid=14143 vsize=361556 CPUtime=0.16 cores=1,3,5,7
/proc/14194/stat : 14194 (python) S 14143 14143 13600 0 -1 4202560 1144 0 0 0 8 8 0 0 19 0 2 0 538530790 370233344 5863 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14194/statm: 90389 5863 400 364 0 26283 0
[pid=14196] ppid=14194 vsize=416788 CPUtime=99.96 cores=1,3,5,7
/proc/14196/stat : 14196 (adaptg2wsat2009) T 14194 14196 14196 0 -1 4202496 636 0 0 0 9996 0 0 0 25 0 1 0 538530791 426790912 364 33554432000 134512640 135107411 4293797536 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14196/statm: 104197 364 59 146 0 103073 0
[pid=14194/tid=14214] ppid=14143 vsize=361556 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14214/stat : 14214 (python) S 14143 14143 13600 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538540807 370233344 5863 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 514 18446604460790714496 0 0 -1 3 0 0 0
[pid=14199] ppid=14143 vsize=371812 CPUtime=0.52 cores=1,3,5,7
/proc/14199/stat : 14199 (python) S 14143 14143 13600 0 -1 4202560 1035 0 0 0 27 25 0 0 15 0 1 0 538530795 380735488 5837 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 8095053208725979399 0 0 17 3 0 0 0
/proc/14199/statm: 92953 5837 371 364 0 28844 0
[pid=14201] ppid=14199 vsize=4692 CPUtime=284.27 cores=1,3,5,7
/proc/14201/stat : 14201 (march_hi) R 14199 14201 14201 0 -1 4202496 1808 0 0 0 28427 0 0 0 25 0 1 0 538530796 4804608 909 33554432000 4194304 4955518 140736034496960 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14201/statm: 1173 909 106 186 0 986 0
[pid=14202] ppid=14143 vsize=382068 CPUtime=0.52 cores=1,3,5,7
/proc/14202/stat : 14202 (python) S 14143 14143 13600 0 -1 4202560 1023 0 0 0 30 22 0 0 15 0 1 0 538530800 391237632 5867 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 18033279327449088261 0 0 17 1 0 0 0
/proc/14202/statm: 95517 5867 371 364 0 31405 0
[pid=14204] ppid=14202 vsize=4692 CPUtime=281.95 cores=1,3,5,7
/proc/14204/stat : 14204 (march_hi) R 14202 14204 14204 0 -1 4202496 1803 0 0 0 28195 0 0 0 25 0 1 0 538530800 4804608 903 33554432000 4194304 4955518 140735590895552 18446744073709551615 4299168 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14204/statm: 1173 903 106 186 0 986 0
[pid=14215] ppid=14143 vsize=392324 CPUtime=0.34 cores=1,3,5,7
/proc/14215/stat : 14215 (python) S 14143 14143 13600 0 -1 4202560 1034 0 0 0 18 16 0 0 15 0 1 0 538540811 401739776 5873 33554432000 4194304 5683644 140736724331824 18446744073709551615 270613130822 0 0 16781312 514 8442965076033372420 0 0 17 7 0 0 0
/proc/14215/statm: 98081 5873 371 364 0 33966 0
[pid=14217] ppid=14215 vsize=3928 CPUtime=179.72 cores=1,3,5,7
/proc/14217/stat : 14217 (march_hi) R 14215 14217 14217 0 -1 4202496 1608 0 0 0 17972 0 0 0 25 0 1 0 538540811 4022272 704 33554432000 4194304 4955518 140734349199232 18446744073709551615 4285265 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14217/statm: 982 704 106 186 0 795 0
[pid=14143/tid=14150] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14150/stat : 14150 (python) S 14141 14143 13600 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 13 0 538510753 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14153] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14153/stat : 14153 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 13 0 538510756 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 5 0 0 0
[pid=14143/tid=14156] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14156/stat : 14156 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 538510758 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14159] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14159/stat : 14159 (python) S 14141 14143 13600 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 13 0 538510761 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14168] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14168/stat : 14168 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 538520772 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14172] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14172/stat : 14172 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 13 0 538520775 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14176] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14176/stat : 14176 (python) S 14141 14143 13600 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 13 0 538520778 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14179] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14179/stat : 14179 (python) S 14141 14143 13600 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 13 0 538520782 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14195] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14195/stat : 14195 (python) S 14141 14143 13600 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 13 0 538530790 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 1 0 0 0
[pid=14143/tid=14200] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14200/stat : 14200 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 13 0 538530796 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 3 0 0 0
[pid=14143/tid=14203] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14203/stat : 14203 (python) S 14141 14143 13600 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 13 0 538530800 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
[pid=14143/tid=14216] ppid=14141 vsize=402568 CPUtime=0 cores=1,3,5,7
/proc/14143/task/14216/stat : 14216 (python) S 14141 14143 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 13 0 538540811 412229632 7406 33554432000 4194304 5683644 140736724331824 18446744073709551615 270624934321 0 0 16781312 2 18446604461676308544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1932.4
Current children cumulated vsize (KiB) 9070124

Child status: 0
Real time (s): 485.535
CPU time (s): 1932.71
CPU user time (s): 1930.95
CPU system time (s): 1.76573
CPU usage (%): 398.059
Max. virtual memory (cumulated for all children) (KiB): 9427084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1930.95
system time used= 1.76573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50863
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4902
involuntary context switches= 16669

runsolver used 1.92571 second user time and 4.04838 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-01 18:58:17
IDJOB=3317373
IDBENCH=82838
IDSOLVER=1705
FILE ID=node108/3317373-1304269097
RUNJOBID= node108-1304267294-13619
PBS_JOBID= 13173970
Free space on /tmp= 73032 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S642174893-006.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317373-1304269097/watcher-3317373-1304269097 -o /tmp/evaluation-result-3317373-1304269097/solver-3317373-1304269097 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317373-1304269097.cnf -seed 1754488358 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6df48a49b3cf6574a0f4cdf651f82d66
RANDOM SEED=1754488358

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29107800 kB
Buffers:        643568 kB
Cached:        1641628 kB
SwapCached:         12 kB
Active:        1327448 kB
Inactive:      2100000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29107800 kB
SwapTotal:    67111528 kB
SwapFree:     67111516 kB
Dirty:           32540 kB
Writeback:          16 kB
AnonPages:     1142060 kB
Mapped:          22772 kB
Slab:           341512 kB
PageTables:      14208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 12899664 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73000 MiB
End job on node108 at 2011-05-01 19:06:23