Trace number 3317160

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-random? (MO) 1982.49 499.419

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
MD5SUMebf03c9c6463f3682b7e09274cee8655
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3317160-1304267837.cnf
0.32/0.46	c INFO: computing task features
0.50/0.63	c INFO: computed variable-clause graph statistics
0.50/0.64	c INFO: computed clause balance statistics
1.40/1.54	c INFO: computed variable balance statistics
1.80/1.90	c INFO: computed small-clause counts
1.80/1.90	c INFO: computed Horn-clause counts
1.80/1.93	c INFO: computed variable graph statistics
1.80/1.93	c INFO: collected features for HOME/instance-3317160-1304267837.cnf in 1.46 s
1.80/1.96	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.37)
1.80/1.98	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
1.90/2.01	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
1.90/2.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.07)
401.62/102.18	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
402.02/102.21	c INFO: running gnovelty+2@0 for 97 with 4698 remaining (b = 0.04)
402.02/102.25	c INFO: running FH@0 for 97 with 4698 remaining (b = 0.03)
402.02/102.29	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.03)
796.72/201.36	c INFO: running adaptg2wsat2009++@0 for 97 with 4599 remaining (b = 0.02)
801.09/202.44	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
801.09/202.48	c INFO: running hybridGM3@0 for 194 with 4598 remaining (b = 0.04)
801.32/202.53	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1195.67/301.55	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1200.05/302.63	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1200.39/302.76	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1583.08/398.89	c INFO: running hybridGM3@98 for 97 with 4401 remaining (b = 0.01)
1599.03/402.84	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1961.40/494.08	c INFO: running TNM@0 for 1552 with 4306 remaining (b = 0.19)
1981.66/499.18	c INFO: running FH@0 for 97 with 4301 remaining (b = 0.01)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3317160-1304267837/watcher-3317160-1304267837 -o /tmp/evaluation-result-3317160-1304267837/solver-3317160-1304267837 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317160-1304267837.cnf -seed 914171939 -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: 7.86 6.69 3.49 6/224 19583
/proc/meminfo: memFree=28470844/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=15756 CPUtime=0 cores=1,3,5,7
/proc/19583/stat : 19583 (python) S 19581 19583 19167 0 -1 4202496 840 0 0 0 0 0 0 0 25 0 1 0 519199159 16134144 723 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/19583/statm: 3939 723 334 364 0 426 0

[startup+0.034109 s]
/proc/loadavg: 7.86 6.69 3.49 6/224 19583
/proc/meminfo: memFree=28470844/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/19583/stat : 19583 (python) R 19581 19583 19167 0 -1 4202496 1284 0 0 0 2 0 0 0 25 0 1 0 519199159 19337216 1136 33554432000 4194304 5683644 140733779491664 18446744073709551615 4867619 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19583/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.101087 s]
/proc/loadavg: 7.86 6.69 3.49 6/224 19583
/proc/meminfo: memFree=28470844/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/19583/stat : 19583 (python) S 19581 19583 19167 0 -1 4202496 3071 0 0 0 5 2 0 0 17 0 1 0 519199159 106729472 2751 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/19583/statm: 26058 2762 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.301082 s]
/proc/loadavg: 7.86 6.69 3.49 6/224 19583
/proc/meminfo: memFree=28470844/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=187744 CPUtime=0.23 cores=1,3,5,7
/proc/19583/stat : 19583 (python) R 19581 19583 19167 0 -1 4202496 6796 933 1 0 16 7 0 0 17 0 1 0 519199159 192249856 4860 33554432000 4194304 5683644 140733779491664 18446744073709551615 228090488296 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19583/statm: 46936 4860 1380 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187744

[startup+0.700989 s]
/proc/loadavg: 7.86 6.69 3.49 6/224 19583
/proc/meminfo: memFree=28470844/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=285632 CPUtime=0.6 cores=1,3,5,7
/proc/19583/stat : 19583 (python) R 19581 19583 19167 0 -1 4202496 12500 933 1 0 51 9 0 0 17 0 1 0 519199159 292487168 8792 33554432000 4194304 5683644 140733779491664 18446744073709551615 5103000 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19583/statm: 71408 8792 1826 364 0 7332 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 285632

[startup+1.50084 s]
/proc/loadavg: 7.86 6.69 3.49 6/225 19588
/proc/meminfo: memFree=28441448/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=285632 CPUtime=1.4 cores=1,3,5,7
/proc/19583/stat : 19583 (python) R 19581 19583 19167 0 -1 4202496 12500 933 1 0 131 9 0 0 18 0 1 0 519199159 292487168 8792 33554432000 4194304 5683644 140733779491664 18446744073709551615 47063836517059 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19583/statm: 71408 8792 1826 364 0 7332 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 285632

[startup+3.10152 s]
/proc/loadavg: 7.86 6.69 3.49 9/237 19600
/proc/meminfo: memFree=28418288/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=321284 CPUtime=1.94 cores=1,3,5,7
/proc/19583/stat : 19583 (python) S 19581 19583 19167 0 -1 4202496 15396 933 1 0 184 10 0 0 25 0 5 0 519199159 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19583/statm: 80321 7536 1883 364 0 16230 0
[pid=19589] ppid=19583 vsize=280756 CPUtime=0 cores=1,3,5,7
/proc/19589/stat : 19589 (python) S 19583 19583 19167 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 519199355 287494144 5976 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471119 0 0 16781312 514 17727123613229744390 0 0 17 3 0 0 0
/proc/19589/statm: 70189 5976 355 364 0 6107 0
[pid=19591] ppid=19589 vsize=1019708 CPUtime=1.13 cores=1,3,5,7
/proc/19591/stat : 19591 (gnovelty+2) R 19589 19591 19591 0 -1 4202496 955 0 0 0 113 0 0 0 25 0 1 0 519199356 1044180992 690 33554432000 134512640 135663704 4293503312 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19591/statm: 254927 690 113 282 0 254643 0
[pid=19592] ppid=19583 vsize=291080 CPUtime=0 cores=1,3,5,7
/proc/19592/stat : 19592 (python) S 19583 19583 19167 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519199358 298065920 5974 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 14934719770690289927 0 0 17 7 0 0 0
/proc/19592/statm: 72770 5974 349 364 0 8685 0
[pid=19594] ppid=19592 vsize=1019708 CPUtime=1.1 cores=1,3,5,7
/proc/19594/stat : 19594 (gnovelty+2) R 19592 19594 19594 0 -1 4202496 954 0 0 0 110 0 0 0 25 0 1 0 519199359 1044180992 689 33554432000 134512640 135663704 4291542448 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19594/statm: 254927 689 113 282 0 254643 0
[pid=19595] ppid=19583 vsize=301336 CPUtime=0 cores=1,3,5,7
/proc/19595/stat : 19595 (python) S 19583 19583 19167 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 519199361 308568064 5995 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 17727127461520474111 0 0 17 3 0 0 0
/proc/19595/statm: 75334 5995 349 364 0 11246 0
[pid=19597] ppid=19595 vsize=419820 CPUtime=1.07 cores=1,3,5,7
/proc/19597/stat : 19597 (adaptg2wsat2009) R 19595 19597 19597 0 -1 4202496 1437 0 0 0 107 0 0 0 25 0 1 0 519199362 429895680 1172 33554432000 134512640 135107411 4286576624 18446744073709551615 134523472 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19597/statm: 104955 1172 49 146 0 103831 0
[pid=19598] ppid=19583 vsize=311660 CPUtime=0 cores=1,3,5,7
/proc/19598/stat : 19598 (python) S 19583 19583 19167 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 519199364 319139840 5999 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 7442873381289983 0 0 17 7 0 0 0
/proc/19598/statm: 77915 5999 349 364 0 13824 0
[pid=19600] ppid=19598 vsize=419820 CPUtime=1.03 cores=1,3,5,7
/proc/19600/stat : 19600 (adaptg2wsat2009) R 19598 19600 19600 0 -1 4202496 1441 0 0 0 103 0 0 0 25 0 1 0 519199365 429895680 1173 33554432000 134512640 135107411 4292121216 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19600/statm: 104955 1173 49 146 0 103831 0
[pid=19583/tid=19590] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19590/stat : 19590 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 5 0 519199356 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 3 0 0 0
[pid=19583/tid=19593] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19593/stat : 19593 (python) S 19581 19583 19167 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 519199358 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19596] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19596/stat : 19596 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 5 0 519199361 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
[pid=19583/tid=19599] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19599/stat : 19599 (python) S 19581 19583 19167 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 519199364 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 4385172

[startup+6.30093 s]
/proc/loadavg: 7.87 6.71 3.52 9/237 19600
/proc/meminfo: memFree=28418168/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=321284 CPUtime=1.94 cores=1,3,5,7
/proc/19583/stat : 19583 (python) S 19581 19583 19167 0 -1 4202496 15396 933 1 0 184 10 0 0 25 0 5 0 519199159 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19583/statm: 80321 7536 1883 364 0 16230 0
[pid=19589] ppid=19583 vsize=280756 CPUtime=0 cores=1,3,5,7
/proc/19589/stat : 19589 (python) S 19583 19583 19167 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 519199355 287494144 5999 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471119 0 0 16781312 514 17727123613229744390 0 0 17 3 0 0 0
/proc/19589/statm: 70189 5999 378 364 0 6107 0
[pid=19591] ppid=19589 vsize=1019708 CPUtime=4.33 cores=1,3,5,7
/proc/19591/stat : 19591 (gnovelty+2) R 19589 19591 19591 0 -1 4202496 955 0 0 0 433 0 0 0 25 0 1 0 519199356 1044180992 690 33554432000 134512640 135663704 4293503312 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19591/statm: 254927 690 113 282 0 254643 0
[pid=19592] ppid=19583 vsize=291080 CPUtime=0 cores=1,3,5,7
/proc/19592/stat : 19592 (python) S 19583 19583 19167 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519199358 298065920 5997 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 14934719770690289927 0 0 17 7 0 0 0
/proc/19592/statm: 72770 5997 372 364 0 8685 0
[pid=19594] ppid=19592 vsize=1019708 CPUtime=4.3 cores=1,3,5,7
/proc/19594/stat : 19594 (gnovelty+2) R 19592 19594 19594 0 -1 4202496 954 0 0 0 430 0 0 0 25 0 1 0 519199359 1044180992 689 33554432000 134512640 135663704 4291542448 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19594/statm: 254927 689 113 282 0 254643 0
[pid=19595] ppid=19583 vsize=301336 CPUtime=0 cores=1,3,5,7
/proc/19595/stat : 19595 (python) S 19583 19583 19167 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 519199361 308568064 6018 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 17727127461520441605 0 0 17 3 0 0 0
/proc/19595/statm: 75334 6018 372 364 0 11246 0
[pid=19597] ppid=19595 vsize=420220 CPUtime=4.25 cores=1,3,5,7
/proc/19597/stat : 19597 (adaptg2wsat2009) R 19595 19597 19597 0 -1 4202496 1665 0 0 0 425 0 0 0 25 0 1 0 519199362 430305280 1400 33554432000 134512640 135107411 4286576624 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19597/statm: 105055 1400 59 146 0 103931 0
[pid=19598] ppid=19583 vsize=311660 CPUtime=0 cores=1,3,5,7
/proc/19598/stat : 19598 (python) S 19583 19583 19167 0 -1 4202560 930 0 0 0 0 0 0 0 18 0 1 0 519199364 319139840 6022 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 7442873381257477 0 0 17 7 0 0 0
/proc/19598/statm: 77915 6022 372 364 0 13824 0
[pid=19600] ppid=19598 vsize=420220 CPUtime=4.19 cores=1,3,5,7
/proc/19600/stat : 19600 (adaptg2wsat2009) R 19598 19600 19600 0 -1 4202496 1668 0 0 0 419 0 0 0 25 0 1 0 519199365 430305280 1400 33554432000 134512640 135107411 4292121216 18446744073709551615 134531905 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19600/statm: 105055 1400 59 146 0 103931 0
[pid=19583/tid=19590] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19590/stat : 19590 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 5 0 519199356 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 3 0 0 0
[pid=19583/tid=19593] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19593/stat : 19593 (python) S 19581 19583 19167 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 519199358 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19596] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19596/stat : 19596 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 5 0 519199361 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
[pid=19583/tid=19599] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19599/stat : 19599 (python) S 19581 19583 19167 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 519199364 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.01
Current children cumulated vsize (KiB) 4385972

[startup+12.7008 s]
/proc/loadavg: 7.96 6.75 3.54 9/238 19602
/proc/meminfo: memFree=28413256/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=321284 CPUtime=1.94 cores=1,3,5,7
/proc/19583/stat : 19583 (python) S 19581 19583 19167 0 -1 4202496 15396 933 1 0 184 10 0 0 25 0 5 0 519199159 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19583/statm: 80321 7536 1883 364 0 16230 0
[pid=19589] ppid=19583 vsize=280756 CPUtime=0.01 cores=1,3,5,7
/proc/19589/stat : 19589 (python) S 19583 19583 19167 0 -1 4202560 885 0 0 0 1 0 0 0 18 0 1 0 519199355 287494144 5999 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471119 0 0 16781312 514 16433142459065663750 0 0 17 3 0 0 0
/proc/19589/statm: 70189 5999 378 364 0 6107 0
[pid=19591] ppid=19589 vsize=1019708 CPUtime=10.73 cores=1,3,5,7
/proc/19591/stat : 19591 (gnovelty+2) R 19589 19591 19591 0 -1 4202496 955 0 0 0 1073 0 0 0 25 0 1 0 519199356 1044180992 690 33554432000 134512640 135663704 4293503312 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19591/statm: 254927 690 113 282 0 254643 0
[pid=19592] ppid=19583 vsize=291080 CPUtime=0.01 cores=1,3,5,7
/proc/19592/stat : 19592 (python) S 19583 19583 19167 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 519199358 298065920 5997 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 16433142459065663751 0 0 17 7 0 0 0
/proc/19592/statm: 72770 5997 372 364 0 8685 0
[pid=19594] ppid=19592 vsize=1019708 CPUtime=10.7 cores=1,3,5,7
/proc/19594/stat : 19594 (gnovelty+2) R 19592 19594 19594 0 -1 4202496 954 0 0 0 1070 0 0 0 25 0 1 0 519199359 1044180992 689 33554432000 134512640 135663704 4291542448 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19594/statm: 254927 689 113 282 0 254643 0
[pid=19595] ppid=19583 vsize=301336 CPUtime=0.01 cores=1,3,5,7
/proc/19595/stat : 19595 (python) S 19583 19583 19167 0 -1 4202560 912 0 0 0 1 0 0 0 18 0 1 0 519199361 308568064 6018 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 16433142459065663749 0 0 17 3 0 0 0
/proc/19595/statm: 75334 6018 372 364 0 11246 0
[pid=19597] ppid=19595 vsize=420220 CPUtime=10.64 cores=1,3,5,7
/proc/19597/stat : 19597 (adaptg2wsat2009) R 19595 19597 19597 0 -1 4202496 1665 0 0 0 1064 0 0 0 25 0 1 0 519199362 430305280 1400 33554432000 134512640 135107411 4286576624 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19597/statm: 105055 1400 59 146 0 103931 0
[pid=19598] ppid=19583 vsize=311660 CPUtime=0.01 cores=1,3,5,7
/proc/19598/stat : 19598 (python) S 19583 19583 19167 0 -1 4202560 932 0 0 0 0 1 0 0 18 0 1 0 519199364 319139840 6022 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 16433142459065663749 0 0 17 7 0 0 0
/proc/19598/statm: 77915 6022 372 364 0 13824 0
[pid=19600] ppid=19598 vsize=420220 CPUtime=10.53 cores=1,3,5,7
/proc/19600/stat : 19600 (adaptg2wsat2009) R 19598 19600 19600 0 -1 4202496 1668 0 0 0 1053 0 0 0 25 0 1 0 519199365 430305280 1400 33554432000 134512640 135107411 4292121216 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19600/statm: 105055 1400 59 146 0 103931 0
[pid=19583/tid=19590] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19590/stat : 19590 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 5 0 519199356 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 3 0 0 0
[pid=19583/tid=19593] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19593/stat : 19593 (python) S 19581 19583 19167 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 519199358 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19596] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19596/stat : 19596 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 5 0 519199361 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
[pid=19583/tid=19599] ppid=19581 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19599/stat : 19599 (python) S 19581 19583 19167 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 519199364 328994816 7536 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.58
Current children cumulated vsize (KiB) 4385972

[startup+25.5014 s]
/proc/loadavg: 7.97 6.81 3.62 9/238 19602
/proc/meminfo: memFree=28413728/32951124 swapFree=67111348/67111528
[pid=19583] ppid=19581 vsize=321284 CPUtime=1.94 cores=1,3,5,7

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

/proc/19595/statm: 75334 6047 400 364 0 11246 0
[pid=19597] ppid=19595 vsize=420220 CPUtime=99.86 cores=1,3,5,7
/proc/19597/stat : 19597 (adaptg2wsat2009) T 19595 19597 19597 0 -1 4202496 1665 0 0 0 9986 0 0 0 25 0 1 0 519199362 430305280 1400 33554432000 134512640 135107411 4286576624 18446744073709551615 134531615 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19597/statm: 105055 1400 59 146 0 103931 0
[pid=19595/tid=19613] ppid=19583 vsize=301336 CPUtime=0 cores=1,3,5,7
/proc/19595/task/19613/stat : 19613 (python) S 19583 19583 19167 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519209378 308568064 6047 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604457040111744 0 0 -1 3 0 0 0
[pid=19598] ppid=19583 vsize=311660 CPUtime=0.14 cores=1,3,5,7
/proc/19598/stat : 19598 (python) S 19583 19583 19167 0 -1 4202560 1117 0 0 0 7 7 0 0 19 0 2 0 519199364 319139840 6051 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19598/statm: 77915 6051 400 364 0 13824 0
[pid=19600] ppid=19598 vsize=420220 CPUtime=99.22 cores=1,3,5,7
/proc/19600/stat : 19600 (adaptg2wsat2009) T 19598 19600 19600 0 -1 4202496 1668 0 0 0 9922 0 0 0 25 0 1 0 519199365 430305280 1400 33554432000 134512640 135107411 4292121216 18446744073709551615 134539292 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19600/statm: 105055 1400 59 146 0 103931 0
[pid=19598/tid=19618] ppid=19583 vsize=311660 CPUtime=0 cores=1,3,5,7
/proc/19598/task/19618/stat : 19618 (python) S 19583 19583 19167 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519209381 319139840 6051 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604470094295360 0 0 -1 7 0 0 0
[pid=19612] ppid=19583 vsize=321924 CPUtime=0.15 cores=1,3,5,7
/proc/19612/stat : 19612 (python) S 19583 19583 19167 0 -1 4202560 1123 0 0 0 7 8 0 0 19 0 2 0 519209378 329650176 6072 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19612/statm: 80481 6072 400 364 0 16387 0
[pid=19615] ppid=19612 vsize=420220 CPUtime=99.14 cores=1,3,5,7
/proc/19615/stat : 19615 (adaptg2wsat2009) T 19612 19615 19615 0 -1 4202496 1667 0 0 0 9914 0 0 0 25 0 1 0 519209378 430305280 1400 33554432000 134512640 135107411 4288582928 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19615/statm: 105055 1400 59 146 0 103931 0
[pid=19612/tid=19633] ppid=19583 vsize=321924 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19633/stat : 19633 (python) S 19583 19583 19167 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519219292 329650176 6072 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604466627441600 0 0 -1 7 0 0 0
[pid=19616] ppid=19583 vsize=332344 CPUtime=0.15 cores=1,3,5,7
/proc/19616/stat : 19616 (python) S 19583 19583 19167 0 -1 4202560 1131 0 0 0 7 8 0 0 19 0 2 0 519209381 340320256 6078 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19616/statm: 83086 6078 400 364 0 18989 0
[pid=19619] ppid=19616 vsize=1019708 CPUtime=100 cores=1,3,5,7
/proc/19619/stat : 19619 (gnovelty+2) T 19616 19619 19619 0 -1 4202496 955 0 0 0 10000 0 0 0 25 0 1 0 519209381 1044180992 690 33554432000 134512640 135663704 4294657904 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19619/statm: 254927 690 113 282 0 254643 0
[pid=19616/tid=19637] ppid=19583 vsize=332344 CPUtime=0 cores=1,3,5,7
/proc/19616/task/19637/stat : 19637 (python) S 19583 19583 19167 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519219400 340320256 6078 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604470094297152 0 0 -1 7 0 0 0
[pid=19620] ppid=19583 vsize=342452 CPUtime=0.15 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19583 19583 19167 0 -1 4202560 1183 0 0 0 8 7 0 0 19 0 2 0 519209385 350670848 6129 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19620/statm: 85613 6129 406 364 0 21513 0
[pid=19622] ppid=19620 vsize=249876 CPUtime=100 cores=1,3,5,7
/proc/19622/stat : 19622 (FH) T 19620 19622 19622 0 -1 4202496 1528 0 0 0 10000 0 0 0 25 0 1 0 519209385 255873024 1263 33554432000 134512640 134936988 4292549008 18446744073709551615 134553523 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19622/statm: 62469 1263 41 104 0 61973 0
[pid=19620/tid=19638] ppid=19583 vsize=342452 CPUtime=0 cores=1,3,5,7
/proc/19620/task/19638/stat : 19638 (python) S 19583 19583 19167 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519219401 350670848 6129 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604464716937984 0 0 -1 3 0 0 0
[pid=19623] ppid=19583 vsize=353316 CPUtime=0.15 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19583 19583 19167 0 -1 4202560 1155 0 0 0 7 8 0 0 19 0 2 0 519209388 361795584 6133 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19623/statm: 88329 6133 406 364 0 24226 0
[pid=19625] ppid=19623 vsize=420220 CPUtime=98.25 cores=1,3,5,7
/proc/19625/stat : 19625 (adaptg2wsat2009) T 19623 19625 19625 0 -1 4202496 1671 0 0 0 9825 0 0 0 25 0 1 0 519209389 430305280 1399 33554432000 134512640 135107411 4288285840 18446744073709551615 134537775 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19625/statm: 105055 1399 59 146 0 103931 0
[pid=19623/tid=19639] ppid=19583 vsize=353316 CPUtime=0 cores=1,3,5,7
/proc/19623/task/19639/stat : 19639 (python) S 19583 19583 19167 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519219403 361795584 6133 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604464716937088 0 0 -1 3 0 0 0
[pid=19634] ppid=19583 vsize=363088 CPUtime=0.15 cores=1,3,5,7
/proc/19634/stat : 19634 (python) S 19583 19583 19167 0 -1 4202560 1137 0 0 0 7 8 0 0 19 0 2 0 519219296 371802112 6245 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19634/statm: 90772 6245 399 364 0 26666 0
[pid=19636] ppid=19634 vsize=420220 CPUtime=98.48 cores=1,3,5,7
/proc/19636/stat : 19636 (adaptg2wsat2009) T 19634 19636 19636 0 -1 4202496 1670 0 0 0 9848 0 0 0 25 0 1 0 519219296 430305280 1399 33554432000 134512640 135107411 4294610224 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19636/statm: 105055 1399 59 146 0 103931 0
[pid=19634/tid=19726] ppid=19583 vsize=363088 CPUtime=0 cores=1,3,5,7
/proc/19634/task/19726/stat : 19726 (python) S 19583 19583 19167 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519229311 371802112 6245 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604464979889152 0 0 -1 5 0 0 0
[pid=19640] ppid=19583 vsize=373648 CPUtime=0.15 cores=1,3,5,7
/proc/19640/stat : 19640 (python) S 19583 19583 19167 0 -1 4202560 1151 0 0 0 7 8 0 0 19 0 2 0 519219404 382615552 6250 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19640/statm: 93412 6250 400 364 0 29303 0
[pid=19642] ppid=19640 vsize=249868 CPUtime=99.97 cores=1,3,5,7
/proc/19642/stat : 19642 (FH) T 19640 19642 19642 0 -1 4202496 1534 0 0 0 9997 0 0 0 25 0 1 0 519219404 255864832 1263 33554432000 134512640 134936988 4291596416 18446744073709551615 134545248 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19642/statm: 62467 1263 41 104 0 61971 0
[pid=19640/tid=19730] ppid=19583 vsize=373648 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19730/stat : 19730 (python) S 19583 19583 19167 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519229418 382615552 6250 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604464979887360 0 0 -1 3 0 0 0
[pid=19643] ppid=19583 vsize=383600 CPUtime=0.47 cores=1,3,5,7
/proc/19643/stat : 19643 (python) S 19583 19583 19167 0 -1 4202560 1181 0 0 0 22 25 0 0 18 0 2 0 519219408 392806400 6253 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19643/statm: 95900 6253 399 364 0 31788 0
[pid=19645] ppid=19643 vsize=268420 CPUtime=291.29 cores=1,3,5,7
/proc/19645/stat : 19645 (hybridGM3) T 19643 19645 19645 0 -1 4202496 5394 0 0 0 29129 0 0 0 25 0 1 0 519219409 274862080 5125 33554432000 134512640 135204385 4288413216 18446744073709551615 134537795 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19645/statm: 67105 5125 63 169 0 66935 0
[pid=19643/tid=19753] ppid=19583 vsize=383600 CPUtime=0 cores=1,3,5,7
/proc/19643/task/19753/stat : 19753 (python) S 19583 19583 19167 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 519239044 392806400 6253 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604471158411712 0 0 -1 3 0 0 0
[pid=19646] ppid=19583 vsize=394488 CPUtime=0.15 cores=1,3,5,7
/proc/19646/stat : 19646 (python) S 19583 19583 19167 0 -1 4202560 1163 0 0 0 7 8 0 0 19 0 2 0 519219413 403955712 6258 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19646/statm: 98622 6258 400 364 0 34507 0
[pid=19648] ppid=19646 vsize=1019708 CPUtime=99.86 cores=1,3,5,7
/proc/19648/stat : 19648 (gnovelty+2) T 19646 19648 19648 0 -1 4202496 963 0 0 0 9986 0 0 0 25 0 1 0 519219413 1044180992 690 33554432000 134512640 135663704 4287715312 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19648/statm: 254927 690 113 282 0 254643 0
[pid=19646/tid=19734] ppid=19583 vsize=394488 CPUtime=0 cores=1,3,5,7
/proc/19646/task/19734/stat : 19734 (python) S 19583 19583 19167 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519229431 403955712 6258 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604471158413504 0 0 -1 1 0 0 0
[pid=19727] ppid=19583 vsize=404260 CPUtime=0.32 cores=1,3,5,7
/proc/19727/stat : 19727 (python) S 19583 19583 19167 0 -1 4202560 1041 0 0 0 17 15 0 0 18 0 1 0 519229315 413962240 6276 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 16433142459065663751 0 0 17 1 0 0 0
/proc/19727/statm: 101065 6276 379 364 0 36947 0
[pid=19729] ppid=19727 vsize=268428 CPUtime=193.43 cores=1,3,5,7
/proc/19729/stat : 19729 (hybridGM3) R 19727 19729 19729 0 -1 4202496 5398 0 0 0 19342 1 0 0 25 0 1 0 519229315 274870272 5127 33554432000 134512640 135204385 4287600304 18446744073709551615 134538541 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19729/statm: 67107 5127 63 169 0 66937 0
[pid=19731] ppid=19583 vsize=415032 CPUtime=0.16 cores=1,3,5,7
/proc/19731/stat : 19731 (python) S 19583 19583 19167 0 -1 4202560 1173 0 0 0 7 9 0 0 19 0 2 0 519229423 424992768 6303 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19731/statm: 103758 6303 400 364 0 39637 0
[pid=19733] ppid=19731 vsize=420220 CPUtime=99.66 cores=1,3,5,7
/proc/19733/stat : 19733 (adaptg2wsat2009) T 19731 19733 19733 0 -1 4202496 1678 0 0 0 9966 0 0 0 25 0 1 0 519229423 430305280 1401 33554432000 134512640 135107411 4294934592 18446744073709551615 134531856 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19733/statm: 105055 1401 59 146 0 103931 0
[pid=19731/tid=19754] ppid=19583 vsize=415032 CPUtime=0 cores=1,3,5,7
/proc/19731/task/19754/stat : 19754 (python) S 19583 19583 19167 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519239439 424992768 6303 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604467743666240 0 0 -1 5 0 0 0
[pid=19735] ppid=19583 vsize=424772 CPUtime=0.32 cores=1,3,5,7
/proc/19735/stat : 19735 (python) S 19583 19583 19167 0 -1 4202560 1240 0 0 0 17 15 0 0 19 0 2 0 519229436 434966528 6321 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19735/statm: 106193 6321 407 364 0 42069 0
[pid=19737] ppid=19735 vsize=268424 CPUtime=196.03 cores=1,3,5,7
/proc/19737/stat : 19737 (hybridGM3) T 19735 19737 19737 0 -1 4202496 5407 0 0 0 19603 0 0 0 25 0 1 0 519229437 274866176 5127 33554432000 134512640 135204385 4291007904 18446744073709551615 134538375 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19737/statm: 67106 5127 63 169 0 66936 0
[pid=19735/tid=19774] ppid=19583 vsize=424772 CPUtime=0 cores=1,3,5,7
/proc/19735/task/19774/stat : 19774 (python) S 19583 19583 19167 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519249073 434966528 6321 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 514 18446604455603189952 0 0 -1 3 0 0 0
[pid=19755] ppid=19583 vsize=435316 CPUtime=0.16 cores=1,3,5,7
/proc/19755/stat : 19755 (python) S 19583 19583 19167 0 -1 4202560 1069 0 0 0 8 8 0 0 18 0 1 0 519239444 445763584 6315 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 16433142459065663752 0 0 17 1 0 0 0
/proc/19755/statm: 108829 6315 380 364 0 44702 0
[pid=19757] ppid=19755 vsize=268424 CPUtime=96 cores=1,3,5,7
/proc/19757/stat : 19757 (hybridGM3) R 19755 19757 19757 0 -1 4202496 5404 0 0 0 9600 0 0 0 25 0 1 0 519239444 274866176 5126 33554432000 134512640 135204385 4291223296 18446744073709551615 134538395 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19757/statm: 67106 5126 63 169 0 66936 0
[pid=19770] ppid=19583 vsize=445740 CPUtime=0 cores=1,3,5,7
/proc/19770/stat : 19770 (python) S 19583 19583 19167 0 -1 4202560 1015 0 0 0 0 0 0 0 18 0 1 0 519248568 456437760 6312 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 4577799349232173317 0 0 17 1 0 0 0
/proc/19770/statm: 111435 6312 373 364 0 47305 0
[pid=19772] ppid=19770 vsize=458348 CPUtime=5.18 cores=1,3,5,7
/proc/19772/stat : 19772 (TNM) R 19770 19772 19772 0 -1 4202496 1514 0 0 0 518 0 0 0 25 0 1 0 519248568 469348352 1240 33554432000 134512640 135008748 4287534432 18446744073709551615 134527118 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19772/statm: 114587 1240 46 122 0 113487 0
[pid=19775] ppid=19583 vsize=456084 CPUtime=0 cores=1,3,5,7
/proc/19775/stat : 19775 (python) S 19583 19583 19167 0 -1 4202560 825 0 0 0 0 0 0 0 19 0 1 0 519249078 467030016 6290 33554432000 4194304 5683644 140733779491664 18446744073709551615 228095471174 0 0 16781312 514 13805345407103926271 0 0 17 1 0 0 0
/proc/19775/statm: 114021 6290 347 364 0 49888 0
[pid=19777] ppid=19775 vsize=247956 CPUtime=0.12 cores=1,3,5,7
/proc/19777/stat : 19777 (FH) R 19775 19777 19777 0 -1 4202496 1259 0 0 0 12 0 0 0 21 0 1 0 519249078 253906944 987 33554432000 134512640 134936988 4292769744 18446744073709551615 134523354 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19777/statm: 61989 987 37 104 0 61493 0
[pid=19583/tid=19590] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19590/stat : 19590 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 19 0 519199356 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 3 0 0 0
[pid=19583/tid=19593] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19593/stat : 19593 (python) S 19581 19583 19167 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 19 0 519199358 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19596] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19596/stat : 19596 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 19 0 519199361 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
[pid=19583/tid=19599] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19599/stat : 19599 (python) S 19581 19583 19167 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 19 0 519199364 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
[pid=19583/tid=19614] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19614/stat : 19614 (python) S 19581 19583 19167 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 19 0 519209378 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19617] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19617/stat : 19617 (python) S 19581 19583 19167 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 519209381 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 7 0 0 0
[pid=19583/tid=19621] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19621/stat : 19621 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 19 0 519209385 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 3 0 0 0
[pid=19583/tid=19624] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19624/stat : 19624 (python) S 19581 19583 19167 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 519209389 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 5 0 0 0
[pid=19583/tid=19635] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19635/stat : 19635 (python) S 19581 19583 19167 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 19 0 519219296 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 5 0 0 0
[pid=19583/tid=19641] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19641/stat : 19641 (python) S 19581 19583 19167 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 19 0 519219404 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 3 0 0 0
[pid=19583/tid=19644] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19644/stat : 19644 (python) S 19581 19583 19167 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 19 0 519219408 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 3 0 0 0
[pid=19583/tid=19647] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19647/stat : 19647 (python) S 19581 19583 19167 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 519219413 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19728] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19728/stat : 19728 (python) S 19581 19583 19167 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 19 0 519229315 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19732] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19732/stat : 19732 (python) S 19581 19583 19167 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 519229423 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19736] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19736/stat : 19736 (python) S 19581 19583 19167 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 19 0 519229437 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19756] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19756/stat : 19756 (python) S 19581 19583 19167 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 19 0 519239444 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19771] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19771/stat : 19771 (python) S 19581 19583 19167 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 19 0 519248568 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
[pid=19583/tid=19776] ppid=19581 vsize=465784 CPUtime=0 cores=1,3,5,7
/proc/19583/task/19776/stat : 19776 (python) S 19581 19583 19167 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 519249078 476962816 7858 33554432000 4194304 5683644 140733779491664 18446744073709551615 228107274673 0 0 16781312 2 18446604470094296256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1982.49
Current children cumulated vsize (KiB) 15986820

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19583 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=476623
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 2.6326
# while last known CPU time is 1982.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 499.419
CPU time (s): 1982.49
CPU user time (s): 1980.75
CPU system time (s): 1.74
CPU usage (%): 396.96
Max. virtual memory (cumulated for all children) (KiB): 15986820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.47662
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30467
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= 1227
involuntary context switches= 67

runsolver used 2.35864 second user time and 5.88511 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-01 18:37:17
IDJOB=3317160
IDBENCH=82625
IDSOLVER=1705
FILE ID=node142/3317160-1304267837
RUNJOBID= node142-1304267280-19186
PBS_JOBID= 13173937
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S680524168-083-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-3317160-1304267837/watcher-3317160-1304267837 -o /tmp/evaluation-result-3317160-1304267837/solver-3317160-1304267837 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317160-1304267837.cnf -seed 914171939 -budget 4800 -cores 4

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

MD5SUM BENCH= ebf03c9c6463f3682b7e09274cee8655
RANDOM SEED=914171939

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28471124 kB
Buffers:       1129252 kB
Cached:        2209908 kB
SwapCached:        176 kB
Active:        1216204 kB
Inactive:      2749652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28471124 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           36920 kB
Writeback:           0 kB
AnonPages:      626288 kB
Mapped:          22472 kB
Slab:           438500 kB
PageTables:      14588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 11976952 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= 73200 MiB
End job on node142 at 2011-05-01 18:45:38