Trace number 3378531

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-par-random (fixed)? 4776.83 1198.54

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S224791863-033.UNKNOWN.cnf
MD5SUM97219d7d3b8dcf40225a045ad28970d7
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3378531-1305466038.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.52	c INFO: computed variable balance statistics
0.40/0.56	c INFO: computed small-clause counts
0.40/0.56	c INFO: computed Horn-clause counts
0.40/0.56	c INFO: computed variable graph statistics
0.40/0.56	c INFO: collected features for HOME/instance-3378531-1305466038.cnf in 0.10 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.40/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.50/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
396.15/99.88	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.35)
400.11/100.84	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.31)
1555.09/390.46	c INFO: running march_hi@0 for 291 with 810 remaining (b = 0.16)
1597.36/401.06	c INFO: running march_hi@0 for 582 with 799 remaining (b = 0.26)
2716.77/681.72	c INFO: running march_hi@393 for 97 with 518 remaining (b = 0.06)
3110.80/780.57	c INFO: running march_hi@0 for 97 with 419 remaining (b = 0.05)
3121.18/783.19	c INFO: running march_hi@99 for 417 with 417 remaining (b = 0.16)
3133.89/786.38	c INFO: running march_hi@100 for 291 with 414 remaining (b = 0.13)
3525.77/884.61	c INFO: running march_hi@389 for 97 with 315 remaining (b = 0.05)
3898.44/978.15	c INFO: running march_hi@482 for 97 with 222 remaining (b = 0.06)
3960.66/993.71	c INFO: running march_hi@290 for 206 with 206 remaining (b = 0.11)
4293.73/1077.35	c INFO: running march_hi@490 for 123 with 123 remaining (b = 0.05)
4304.48/1080.02	c INFO: running march_hi@1068 for 120 with 120 remaining (b = 0.03)
4776.70/1198.51	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378531-1305466038/watcher-3378531-1305466038 -o /tmp/evaluation-result-3378531-1305466038/solver-3378531-1305466038 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378531-1305466038.cnf -seed 2084053933 -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: 9.08 9.21 8.65 6/369 2358
/proc/meminfo: memFree=22806240/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=15752 CPUtime=0 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 839 0 0 0 0 0 0 0 25 0 1 0 639019145 16130048 723 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/2358/statm: 3938 723 334 364 0 425 0

[startup+0.062436 s]
/proc/loadavg: 9.08 9.21 8.65 6/369 2358
/proc/meminfo: memFree=22806240/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=45680 CPUtime=0.04 cores=1,3,5,7
/proc/2358/stat : 2358 (python) R 2356 2358 1220 0 -1 4202496 1887 0 0 0 3 1 0 0 25 0 1 0 639019145 46776320 1661 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2358/statm: 11420 1661 470 364 0 1169 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45680

[startup+0.100433 s]
/proc/loadavg: 9.08 9.21 8.65 6/369 2358
/proc/meminfo: memFree=22806240/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=104220 CPUtime=0.06 cores=1,3,5,7
/proc/2358/stat : 2358 (python) R 2356 2358 1220 0 -1 4202496 3057 0 0 0 5 1 0 0 25 0 1 0 639019145 106721280 2740 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2358/statm: 26055 2740 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300408 s]
/proc/loadavg: 9.08 9.21 8.65 6/369 2358
/proc/meminfo: memFree=22806240/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=172852 CPUtime=0.23 cores=1,3,5,7
/proc/2358/stat : 2358 (python) R 2356 2358 1220 0 -1 4202496 6746 933 1 0 16 7 0 0 17 0 1 0 639019145 177000448 4811 33554432000 4194304 5683644 140735246536864 18446744073709551615 254256646944 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2358/statm: 43213 4812 1338 364 0 3452 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 172852

[startup+0.700289 s]
/proc/loadavg: 9.08 9.21 8.65 6/369 2358
/proc/meminfo: memFree=22806240/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 12212 933 1 0 40 10 0 0 22 0 5 0 639019145 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2358/statm: 80058 7247 1873 364 0 15967 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 320232

[startup+1.50114 s]
/proc/loadavg: 8.83 9.16 8.64 10/382 2376
/proc/meminfo: memFree=22766856/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 12212 933 1 0 40 10 0 0 22 0 5 0 639019145 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2358/statm: 80058 7247 1873 364 0 15967 0
[pid=2364] ppid=2358 vsize=278612 CPUtime=0 cores=1,3,5,7
/proc/2364/stat : 2364 (python) S 2358 2358 1220 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 639019202 285298688 5560 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636623 0 0 16781312 514 14202197911353163775 0 0 17 3 0 0 0
/proc/2364/statm: 69653 5560 354 364 0 5571 0
[pid=2366] ppid=2364 vsize=1017932 CPUtime=0.91 cores=1,3,5,7
/proc/2366/stat : 2366 (gnovelty+2) R 2364 2366 2366 0 -1 4202496 445 0 0 0 91 0 0 0 21 0 1 0 639019203 1042362368 184 33554432000 134512640 135663704 4290235392 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2366/statm: 254483 184 113 282 0 254199 0
[pid=2367] ppid=2358 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/2367/stat : 2367 (python) S 2358 2358 1220 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 639019203 296321024 5702 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 3405121544819540231 0 0 17 3 0 0 0
/proc/2367/statm: 72344 5702 348 364 0 8259 0
[pid=2370] ppid=2367 vsize=2704 CPUtime=0.9 cores=1,3,5,7
/proc/2370/stat : 2370 (march_hi) R 2367 2370 2370 0 -1 4202496 741 0 0 0 90 0 0 0 23 0 1 0 639019204 2768896 477 33554432000 4194304 4955518 140736460019568 18446744073709551615 4413718 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2370/statm: 676 477 104 186 0 489 0
[pid=2371] ppid=2358 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/2371/stat : 2371 (python) S 2358 2358 1220 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 639019204 306302976 5594 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 16374689401571115007 0 0 17 7 0 0 0
/proc/2371/statm: 74781 5594 348 364 0 10693 0
[pid=2373] ppid=2371 vsize=1017932 CPUtime=0.89 cores=1,3,5,7
/proc/2373/stat : 2373 (gnovelty+2) R 2371 2373 2373 0 -1 4202496 444 0 0 0 89 0 0 0 23 0 1 0 639019205 1042362368 184 33554432000 134512640 135663704 4290857584 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 254483 184 113 282 0 254199 0
[pid=2374] ppid=2358 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/2374/stat : 2374 (python) S 2358 2358 1220 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 639019206 317427712 5718 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 6496679961288474887 0 0 17 7 0 0 0
/proc/2374/statm: 77497 5718 348 364 0 13406 0
[pid=2376] ppid=2374 vsize=2704 CPUtime=0.87 cores=1,3,5,7
/proc/2376/stat : 2376 (march_hi) R 2374 2376 2376 0 -1 4202496 735 0 0 0 87 0 0 0 25 0 1 0 639019206 2768896 475 33554432000 4194304 4955518 140733929017040 18446744073709551615 4244774 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2376/statm: 676 475 104 186 0 489 0
[pid=2358/tid=2365] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2365/stat : 2365 (python) S 2356 2358 1220 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 639019203 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2368] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2368/stat : 2368 (python) S 2356 2358 1220 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 639019204 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 1 0 0 0
[pid=2358/tid=2372] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2372/stat : 2372 (python) S 2356 2358 1220 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 639019205 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2375] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2375/stat : 2375 (python) S 2356 2358 1220 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 5 0 639019206 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 3538604

[startup+3.10086 s]
/proc/loadavg: 8.83 9.16 8.64 10/382 2376
/proc/meminfo: memFree=22765244/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 12212 933 1 0 40 10 0 0 22 0 5 0 639019145 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2358/statm: 80058 7247 1873 364 0 15967 0
[pid=2364] ppid=2358 vsize=278612 CPUtime=0 cores=1,3,5,7
/proc/2364/stat : 2364 (python) S 2358 2358 1220 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 639019202 285298688 5560 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636623 0 0 16781312 514 14202197911353131272 0 0 17 3 0 0 0
/proc/2364/statm: 69653 5560 354 364 0 5571 0
[pid=2366] ppid=2364 vsize=1017932 CPUtime=2.51 cores=1,3,5,7
/proc/2366/stat : 2366 (gnovelty+2) R 2364 2366 2366 0 -1 4202496 445 0 0 0 251 0 0 0 25 0 1 0 639019203 1042362368 184 33554432000 134512640 135663704 4290235392 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2366/statm: 254483 184 113 282 0 254199 0
[pid=2367] ppid=2358 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/2367/stat : 2367 (python) S 2358 2358 1220 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 639019203 296321024 5702 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 3405121544819540231 0 0 17 3 0 0 0
/proc/2367/statm: 72344 5702 348 364 0 8259 0
[pid=2370] ppid=2367 vsize=2956 CPUtime=2.5 cores=1,3,5,7
/proc/2370/stat : 2370 (march_hi) R 2367 2370 2370 0 -1 4202496 799 0 0 0 250 0 0 0 25 0 1 0 639019204 3026944 535 33554432000 4194304 4955518 140736460019568 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2370/statm: 739 535 104 186 0 552 0
[pid=2371] ppid=2358 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/2371/stat : 2371 (python) S 2358 2358 1220 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 639019204 306302976 5594 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 16374689401571082503 0 0 17 7 0 0 0
/proc/2371/statm: 74781 5594 348 364 0 10693 0
[pid=2373] ppid=2371 vsize=1017932 CPUtime=2.49 cores=1,3,5,7
/proc/2373/stat : 2373 (gnovelty+2) R 2371 2373 2373 0 -1 4202496 444 0 0 0 249 0 0 0 25 0 1 0 639019205 1042362368 184 33554432000 134512640 135663704 4290857584 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 254483 184 113 282 0 254199 0
[pid=2374] ppid=2358 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/2374/stat : 2374 (python) S 2358 2358 1220 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 639019206 317427712 5718 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 6496679961288474887 0 0 17 7 0 0 0
/proc/2374/statm: 77497 5718 348 364 0 13406 0
[pid=2376] ppid=2374 vsize=2956 CPUtime=2.45 cores=1,3,5,7
/proc/2376/stat : 2376 (march_hi) R 2374 2376 2376 0 -1 4202496 793 0 0 0 245 0 0 0 25 0 1 0 639019206 3026944 533 33554432000 4194304 4955518 140733929017040 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2376/statm: 739 533 104 186 0 552 0
[pid=2358/tid=2365] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2365/stat : 2365 (python) S 2356 2358 1220 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 639019203 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2368] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2368/stat : 2368 (python) S 2356 2358 1220 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 639019204 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 1 0 0 0
[pid=2358/tid=2372] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2372/stat : 2372 (python) S 2356 2358 1220 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 639019205 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2375] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2375/stat : 2375 (python) S 2356 2358 1220 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 5 0 639019206 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.45
Current children cumulated vsize (KiB) 3539108

[startup+6.30129 s]
/proc/loadavg: 8.84 9.15 8.64 10/382 2376
/proc/meminfo: memFree=22762976/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 12212 933 1 0 40 10 0 0 22 0 5 0 639019145 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2358/statm: 80058 7247 1873 364 0 15967 0
[pid=2364] ppid=2358 vsize=278612 CPUtime=0.01 cores=1,3,5,7
/proc/2364/stat : 2364 (python) S 2358 2358 1220 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 639019202 285298688 5583 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636623 0 0 16781312 514 14202197911353131272 0 0 17 3 0 0 0
/proc/2364/statm: 69653 5583 377 364 0 5571 0
[pid=2366] ppid=2364 vsize=1017932 CPUtime=5.71 cores=1,3,5,7
/proc/2366/stat : 2366 (gnovelty+2) R 2364 2366 2366 0 -1 4202496 445 0 0 0 571 0 0 0 25 0 1 0 639019203 1042362368 184 33554432000 134512640 135663704 4290235392 18446744073709551615 135008552 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2366/statm: 254483 184 113 282 0 254199 0
[pid=2367] ppid=2358 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/2367/stat : 2367 (python) S 2358 2358 1220 0 -1 4202560 917 0 0 0 0 0 0 0 15 0 1 0 639019203 296321024 5725 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 3405121544819540231 0 0 17 3 0 0 0
/proc/2367/statm: 72344 5725 371 364 0 8259 0
[pid=2370] ppid=2367 vsize=3660 CPUtime=5.67 cores=1,3,5,7
/proc/2370/stat : 2370 (march_hi) R 2367 2370 2370 0 -1 4202496 943 0 0 0 567 0 0 0 25 0 1 0 639019204 3747840 679 33554432000 4194304 4955518 140736460019568 18446744073709551615 4306955 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2370/statm: 915 679 104 186 0 728 0
[pid=2371] ppid=2358 vsize=299124 CPUtime=0.01 cores=1,3,5,7
/proc/2371/stat : 2371 (python) S 2358 2358 1220 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 639019204 306302976 5617 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 16374689401571082503 0 0 17 7 0 0 0
/proc/2371/statm: 74781 5617 371 364 0 10693 0
[pid=2373] ppid=2371 vsize=1017932 CPUtime=5.69 cores=1,3,5,7
/proc/2373/stat : 2373 (gnovelty+2) R 2371 2373 2373 0 -1 4202496 444 0 0 0 569 0 0 0 25 0 1 0 639019205 1042362368 184 33554432000 134512640 135663704 4290857584 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2373/statm: 254483 184 113 282 0 254199 0
[pid=2374] ppid=2358 vsize=309988 CPUtime=0.01 cores=1,3,5,7
/proc/2374/stat : 2374 (python) S 2358 2358 1220 0 -1 4202560 909 0 0 0 0 1 0 0 15 0 1 0 639019206 317427712 5741 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 6496679961288474887 0 0 17 7 0 0 0
/proc/2374/statm: 77497 5741 371 364 0 13406 0
[pid=2376] ppid=2374 vsize=3660 CPUtime=5.58 cores=1,3,5,7
/proc/2376/stat : 2376 (march_hi) R 2374 2376 2376 0 -1 4202496 935 0 0 0 558 0 0 0 25 0 1 0 639019206 3747840 675 33554432000 4194304 4955518 140733929017040 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2376/statm: 915 675 104 186 0 728 0
[pid=2358/tid=2365] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2365/stat : 2365 (python) S 2356 2358 1220 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 639019203 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2368] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2368/stat : 2368 (python) S 2356 2358 1220 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 639019204 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 1 0 0 0
[pid=2358/tid=2372] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2372/stat : 2372 (python) S 2356 2358 1220 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 639019205 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2375] ppid=2356 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2375/stat : 2375 (python) S 2356 2358 1220 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 5 0 639019206 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.18
Current children cumulated vsize (KiB) 3540516

[startup+12.7012 s]
/proc/loadavg: 8.86 9.15 8.64 10/382 2376
/proc/meminfo: memFree=22760388/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 12212 933 1 0 40 10 0 0 22 0 5 0 639019145 327917568 7247 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2358/statm: 80058 7247 1873 364 0 15967 0
[pid=2364] ppid=2358 vsize=278612 CPUtime=0.03 cores=1,3,5,7
/proc/2364/stat : 2364 (python) S 2358 2358 1220 0 -1 4202560 888 0 0 0 1 2 0 0 18 0 1 0 639019202 285298688 5583 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636623 0 0 16781312 514 11338251866556301576 0 0 17 3 0 0 0
/proc/2364/statm: 69653 5583 377 364 0 5571 0
[pid=2366] ppid=2364 vsize=1017932 CPUtime=12.11 cores=1,3,5,7
/proc/2366/stat : 2366 (gnovelty+2) R 2364 2366 2366 0 -1 4202496 445 0 0 0 1211 0 0 0 25 0 1 0 639019203 1042362368 184 33554432000 134512640 135663704 4290235392 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2366/statm: 254483 184 113 282 0 254199 0
[pid=2367] ppid=2358 vsize=289376 CPUtime=0.02 cores=1,3,5,7

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

/proc/2425/statm: 85213 5830 400 364 0 21113 0
[pid=2427] ppid=2425 vsize=125776 CPUtime=785.63 cores=1,3,5,7
/proc/2427/stat : 2427 (march_hi) R 2425 2427 2427 0 -1 4202496 27341 0 0 0 78556 7 0 0 25 0 1 0 639059251 128794624 27081 33554432000 4194304 4955518 140733367460224 18446744073709551615 4244449 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2427/statm: 31444 27081 104 186 0 31257 0
[pid=2425/tid=2535] ppid=2358 vsize=340852 CPUtime=0 cores=1,3,5,7
/proc/2425/task/2535/stat : 2535 (python) S 2358 2358 1220 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 639118516 349032448 5830 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604460827427968 0 0 -1 7 0 0 0
[pid=2510] ppid=2358 vsize=351352 CPUtime=0.32 cores=1,3,5,7
/proc/2510/stat : 2510 (python) S 2358 2358 1220 0 -1 4202560 1164 0 0 0 17 15 0 0 16 0 2 0 639097202 359784448 5878 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2510/statm: 87838 5878 406 364 0 23735 0
[pid=2512] ppid=2510 vsize=24404 CPUtime=101.95 cores=1,3,5,7
/proc/2512/stat : 2512 (march_hi) T 2510 2512 2512 0 -1 4202496 4514 0 0 0 10194 1 0 0 25 0 1 0 639097203 24989696 4248 33554432000 4194304 4955518 140736039403888 18446744073709551615 4227819 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2512/statm: 6101 4248 104 186 0 5914 0
[pid=2510/tid=2527] ppid=2358 vsize=351352 CPUtime=0 cores=1,3,5,7
/proc/2510/task/2527/stat : 2527 (python) S 2358 2358 1220 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 639107605 359784448 5878 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604464435742656 0 0 -1 7 0 0 0
[pid=2358/tid=2365] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2365/stat : 2365 (python) S 2356 2358 1220 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 639019203 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2368] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2368/stat : 2368 (python) S 2356 2358 1220 0 -1 4202560 40 933 0 0 0 0 0 0 18 0 9 0 639019204 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 1 0 0 0
[pid=2358/tid=2372] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2372/stat : 2372 (python) S 2356 2358 1220 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 639019205 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2375] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2375/stat : 2375 (python) S 2356 2358 1220 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 639019206 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2393] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2393/stat : 2393 (python) S 2356 2358 1220 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 639029133 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2397] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2397/stat : 2397 (python) S 2356 2358 1220 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 639029229 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2426] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2426/stat : 2426 (python) S 2356 2358 1220 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 639059251 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2511] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2511/stat : 2511 (python) S 2356 2358 1220 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 9 0 639097203 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4772.63
Current children cumulated vsize (KiB) 5712504

[startup+1198.3 s]
/proc/loadavg: 9.10 9.15 8.99 10/451 2550
/proc/meminfo: memFree=21959848/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=360988 CPUtime=0.61 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 16834 933 1 0 50 11 0 0 18 0 9 0 639019145 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2358/statm: 90247 7245 1890 364 0 26144 0
[pid=2364] ppid=2358 vsize=288856 CPUtime=0.26 cores=1,3,5,7
/proc/2364/stat : 2364 (python) S 2358 2358 1220 0 -1 4202560 1153 0 0 0 13 13 0 0 19 0 2 0 639019202 295788544 5627 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2364/statm: 72214 5627 416 364 0 8132 0
[pid=2366] ppid=2364 vsize=1017932 CPUtime=100.25 cores=1,3,5,7
/proc/2366/stat : 2366 (gnovelty+2) T 2364 2366 2366 0 -1 4202496 445 0 0 0 10025 0 0 0 25 0 1 0 639019203 1042362368 184 33554432000 134512640 135663704 4290235392 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/2366/statm: 254483 184 113 282 0 254199 0
[pid=2364/tid=2395] ppid=2358 vsize=288856 CPUtime=0 cores=1,3,5,7
/proc/2364/task/2395/stat : 2395 (python) S 2358 2358 1220 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 639029228 295788544 5627 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604464809334720 0 0 -1 3 0 0 0
[pid=2367] ppid=2358 vsize=289376 CPUtime=2.53 cores=1,3,5,7
/proc/2367/stat : 2367 (python) S 2358 2358 1220 0 -1 4202560 1150 0 0 0 138 115 0 0 15 0 2 0 639019203 296321024 5755 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2367/statm: 72344 5755 400 364 0 8259 0
[pid=2370] ppid=2367 vsize=169976 CPUtime=897.83 cores=1,3,5,7
/proc/2370/stat : 2370 (march_hi) R 2367 2370 2370 0 -1 4202496 30981 0 0 0 89778 5 0 0 25 0 1 0 639019204 174055424 30717 33554432000 4194304 4955518 140736460019568 18446744073709551615 4346518 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2370/statm: 42494 30717 104 186 0 42307 0
[pid=2367/tid=2423] ppid=2358 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2423/stat : 2423 (python) S 2358 2358 1220 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 639058190 296321024 5755 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604456718624576 0 0 -1 3 0 0 0
[pid=2371] ppid=2358 vsize=299124 CPUtime=0.26 cores=1,3,5,7
/proc/2371/stat : 2371 (python) S 2358 2358 1220 0 -1 4202560 1090 0 0 0 13 13 0 0 19 0 2 0 639019204 306302976 5647 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2371/statm: 74781 5647 400 364 0 10693 0
[pid=2373] ppid=2371 vsize=1017932 CPUtime=99.27 cores=1,3,5,7
/proc/2373/stat : 2373 (gnovelty+2) T 2371 2373 2373 0 -1 4202496 444 0 0 0 9927 0 0 0 25 0 1 0 639019205 1042362368 184 33554432000 134512640 135663704 4290857584 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/2373/statm: 254483 184 113 282 0 254199 0
[pid=2371/tid=2391] ppid=2358 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/2371/task/2391/stat : 2391 (python) S 2358 2358 1220 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 639029132 306302976 5647 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604461020190016 0 0 -1 1 0 0 0
[pid=2374] ppid=2358 vsize=309988 CPUtime=2.34 cores=1,3,5,7
/proc/2374/stat : 2374 (python) S 2358 2358 1220 0 -1 4202560 1158 0 0 0 125 109 0 0 15 0 2 0 639019206 317427712 5771 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2374/statm: 77497 5771 400 364 0 13406 0
[pid=2376] ppid=2374 vsize=125776 CPUtime=807.25 cores=1,3,5,7
/proc/2376/stat : 2376 (march_hi) R 2374 2376 2376 0 -1 4202496 28151 0 0 0 80719 6 0 0 25 0 1 0 639019206 128794624 27891 33554432000 4194304 4955518 140733929017040 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2376/statm: 31444 27891 104 186 0 31257 0
[pid=2374/tid=2424] ppid=2358 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/2374/task/2424/stat : 2424 (python) S 2358 2358 1220 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 639059250 317427712 5771 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604467425984640 0 0 -1 7 0 0 0
[pid=2392] ppid=2358 vsize=320244 CPUtime=2.84 cores=1,3,5,7
/proc/2392/stat : 2392 (python) S 2358 2358 1220 0 -1 4202560 1153 0 0 0 151 133 0 0 15 0 2 0 639029133 327929856 5775 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2392/statm: 80061 5775 400 364 0 15967 0
[pid=2394] ppid=2392 vsize=169976 CPUtime=974.79 cores=1,3,5,7
/proc/2394/stat : 2394 (march_hi) T 2392 2394 2394 0 -1 4202496 33538 0 0 0 97473 6 0 0 25 0 1 0 639029133 174055424 33278 33554432000 4194304 4955518 140733321729952 18446744073709551615 4209795 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/2394/statm: 42494 33278 104 186 0 42307 0
[pid=2392/tid=2514] ppid=2358 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/2392/task/2514/stat : 2514 (python) S 2358 2358 1220 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 639097463 327929856 5775 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604458767745152 0 0 -1 5 0 0 0
[pid=2396] ppid=2358 vsize=329976 CPUtime=2.85 cores=1,3,5,7
/proc/2396/stat : 2396 (python) S 2358 2358 1220 0 -1 4202560 1161 0 0 0 153 132 0 0 15 0 2 0 639029229 337895424 5680 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2396/statm: 82494 5680 400 364 0 18397 0
[pid=2398] ppid=2396 vsize=169976 CPUtime=993.74 cores=1,3,5,7
/proc/2398/stat : 2398 (march_hi) R 2396 2398 2398 0 -1 4202496 34084 0 0 0 99366 8 0 0 25 0 1 0 639029229 174055424 33826 33554432000 4194304 4955518 140736350333872 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2398/statm: 42494 33826 104 186 0 42307 0
[pid=2396/tid=2515] ppid=2358 vsize=329976 CPUtime=0 cores=1,3,5,7
/proc/2396/task/2515/stat : 2515 (python) S 2358 2358 1220 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 639097783 337895424 5680 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604458767746048 0 0 -1 1 0 0 0
[pid=2425] ppid=2358 vsize=340852 CPUtime=2.32 cores=1,3,5,7
/proc/2425/stat : 2425 (python) S 2358 2358 1220 0 -1 4202560 1166 0 0 0 116 116 0 0 15 0 2 0 639059251 349032448 5830 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2425/statm: 85213 5830 400 364 0 21113 0
[pid=2427] ppid=2425 vsize=125776 CPUtime=786.41 cores=1,3,5,7
/proc/2427/stat : 2427 (march_hi) R 2425 2427 2427 0 -1 4202496 27366 0 0 0 78634 7 0 0 25 0 1 0 639059251 128794624 27106 33554432000 4194304 4955518 140733367460224 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2427/statm: 31444 27106 104 186 0 31257 0
[pid=2425/tid=2535] ppid=2358 vsize=340852 CPUtime=0 cores=1,3,5,7
/proc/2425/task/2535/stat : 2535 (python) S 2358 2358 1220 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 639118516 349032448 5830 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604460827427968 0 0 -1 7 0 0 0
[pid=2510] ppid=2358 vsize=351352 CPUtime=0.32 cores=1,3,5,7
/proc/2510/stat : 2510 (python) S 2358 2358 1220 0 -1 4202560 1164 0 0 0 17 15 0 0 16 0 2 0 639097202 359784448 5878 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2510/statm: 87838 5878 406 364 0 23735 0
[pid=2512] ppid=2510 vsize=24404 CPUtime=101.95 cores=1,3,5,7
/proc/2512/stat : 2512 (march_hi) T 2510 2512 2512 0 -1 4202496 4514 0 0 0 10194 1 0 0 25 0 1 0 639097203 24989696 4248 33554432000 4194304 4955518 140736039403888 18446744073709551615 4227819 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2512/statm: 6101 4248 104 186 0 5914 0
[pid=2510/tid=2527] ppid=2358 vsize=351352 CPUtime=0 cores=1,3,5,7
/proc/2510/task/2527/stat : 2527 (python) S 2358 2358 1220 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 639107605 359784448 5878 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604464435742656 0 0 -1 7 0 0 0
[pid=2358/tid=2365] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2365/stat : 2365 (python) S 2356 2358 1220 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 639019203 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2368] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2368/stat : 2368 (python) S 2356 2358 1220 0 -1 4202560 40 933 0 0 0 0 0 0 18 0 9 0 639019204 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 1 0 0 0
[pid=2358/tid=2372] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2372/stat : 2372 (python) S 2356 2358 1220 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 639019205 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2375] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2375/stat : 2375 (python) S 2356 2358 1220 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 639019206 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2393] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2393/stat : 2393 (python) S 2356 2358 1220 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 639029133 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2397] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2397/stat : 2397 (python) S 2356 2358 1220 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 639029229 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2426] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2426/stat : 2426 (python) S 2356 2358 1220 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 639059251 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2511] ppid=2356 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/2358/task/2511/stat : 2511 (python) S 2356 2358 1220 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 9 0 639097203 369651712 7245 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4775.82
Current children cumulated vsize (KiB) 5712504

[startup+1198.5 s]
/proc/loadavg: 9.10 9.15 8.99 10/451 2550
/proc/meminfo: memFree=21959848/32951124 swapFree=67057896/67111528
[pid=2358] ppid=2356 vsize=361528 CPUtime=2090.41 cores=1,3,5,7
/proc/2358/stat : 2358 (python) S 2356 2358 1220 0 -1 4202496 16948 73880 1 0 51 11 208678 301 17 0 9 0 639019145 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273446719 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2358/statm: 90382 7348 1890 364 0 26279 0
[pid=2367] ppid=2358 vsize=289376 CPUtime=2.53 cores=1,3,5,7
/proc/2367/stat : 2367 (python) S 2358 2358 1220 0 -1 4202560 1155 0 0 0 138 115 0 0 15 0 2 0 639019203 296321024 5755 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273446719 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2367/statm: 72344 5755 400 364 0 8259 0
[pid=2370] ppid=2367 vsize=0 CPUtime=898.04 cores=1,3,5,7
/proc/2370/stat : 2370 (march_hi) R 2367 2370 2370 0 -1 4203524 30988 0 0 0 89798 6 0 0 25 0 1 0 639019204 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/2370/statm: 0 0 0 0 0 0 0
[pid=2367/tid=2423] ppid=2358 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2423/stat : 2423 (python) S 2358 2358 1220 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 639058190 296321024 5755 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781824 2 18446604456718624576 0 0 -1 3 0 0 0
[pid=2396] ppid=2358 vsize=329976 CPUtime=2.85 cores=1,3,5,7
/proc/2396/stat : 2396 (python) S 2358 2358 1220 0 -1 4202560 1161 0 0 0 153 132 0 0 15 0 2 0 639029229 337895424 5680 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2396/statm: 82494 5680 400 364 0 18397 0
[pid=2398] ppid=2396 vsize=169976 CPUtime=993.94 cores=1,3,5,7
/proc/2398/stat : 2398 (march_hi) R 2396 2398 2398 0 -1 4202496 34090 0 0 0 99386 8 0 0 25 0 1 0 639029229 174055424 33832 33554432000 4194304 4955518 140736350333872 18446744073709551615 4238749 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2398/statm: 42494 33832 104 186 0 42307 0
[pid=2396/tid=2515] ppid=2358 vsize=329976 CPUtime=0 cores=1,3,5,7
/proc/2396/task/2515/stat : 2515 (python) S 2358 2358 1220 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 639097783 337895424 5680 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604458767746048 0 0 -1 1 0 0 0
[pid=2425] ppid=2358 vsize=340852 CPUtime=2.32 cores=1,3,5,7
/proc/2425/stat : 2425 (python) S 2358 2358 1220 0 -1 4202560 1166 0 0 0 116 116 0 0 15 0 2 0 639059251 349032448 5830 33554432000 4194304 5683644 140735246536864 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2425/statm: 85213 5830 400 364 0 21113 0
[pid=2427] ppid=2425 vsize=125776 CPUtime=786.61 cores=1,3,5,7
/proc/2427/stat : 2427 (march_hi) R 2425 2427 2427 0 -1 4202496 27373 0 0 0 78654 7 0 0 25 0 1 0 639059251 128794624 27113 33554432000 4194304 4955518 140733367460224 18446744073709551615 4238469 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2427/statm: 31444 27113 104 186 0 31257 0
[pid=2425/tid=2535] ppid=2358 vsize=340852 CPUtime=0 cores=1,3,5,7
/proc/2425/task/2535/stat : 2535 (python) S 2358 2358 1220 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 639118516 349032448 5830 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 514 18446604460827427968 0 0 -1 7 0 0 0
[pid=2358/tid=2365] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2365/stat : 2365 (python) S 2356 2358 1220 0 -1 4202560 25 73880 0 0 0 0 208678 301 19 0 9 0 639019203 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2368] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2368/stat : 2368 (python) S 2356 2358 1220 0 -1 4202560 40 73880 0 0 0 0 208678 301 18 0 9 0 639019204 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 1 0 0 0
[pid=2358/tid=2372] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2372/stat : 2372 (python) S 2356 2358 1220 0 -1 4202560 23 73880 0 0 0 0 208678 301 20 0 9 0 639019205 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2375] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2375/stat : 2375 (python) S 2356 2358 1220 0 -1 4202560 34 73880 0 0 0 0 208678 301 18 0 9 0 639019206 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2393] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2393/stat : 2393 (python) S 2356 2358 1220 0 -1 4202560 31 73880 0 0 0 0 208678 301 18 0 9 0 639029133 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2397] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2397/stat : 2397 (python) S 2356 2358 1220 0 -1 4202560 29 73880 0 0 0 0 208678 301 18 0 9 0 639029229 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2426] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2426/stat : 2426 (python) S 2356 2358 1220 0 -1 4202560 28 73880 0 0 0 0 208678 301 18 0 9 0 639059251 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
[pid=2358/tid=2511] ppid=2356 vsize=361528 CPUtime=2089.79 cores=1,3,5,7
/proc/2358/task/2511/stat : 2511 (python) S 2356 2358 1220 0 -1 4202560 28 73880 0 0 0 0 208678 301 21 0 9 0 639097203 370204672 7348 33554432000 4194304 5683644 140735246536864 18446744073709551615 254273440177 0 0 16781312 2 18446604464129140928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4776.7
Current children cumulated vsize (KiB) 1617484

Child status: 0
Real time (s): 1198.54
CPU time (s): 4776.83
CPU user time (s): 4769.79
CPU system time (s): 7.03193
CPU usage (%): 398.555
Max. virtual memory (cumulated for all children) (KiB): 5712508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4769.79
system time used= 7.03193
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190881
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= 7985
involuntary context switches= 40552

runsolver used 5.30119 second user time and 10.1215 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 15:27:18
IDJOB=3378531
IDBENCH=82940
IDSOLVER=1859
FILE ID=node140/3378531-1305466038
RUNJOBID= node140-1305463229-1239
PBS_JOBID= 13324987
Free space on /tmp= 73436 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S224791863-033.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-3378531-1305466038/watcher-3378531-1305466038 -o /tmp/evaluation-result-3378531-1305466038/solver-3378531-1305466038 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378531-1305466038.cnf -seed 2084053933 -budget 4800 -cores 4

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

MD5SUM BENCH= 97219d7d3b8dcf40225a045ad28970d7
RANDOM SEED=2084053933

node140.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.833
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.66
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.833
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.14
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.833
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.75
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.833
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.833
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.75
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.833
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.74
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.833
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.833
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:      22806396 kB
Buffers:        321728 kB
Cached:        4425952 kB
SwapCached:       8088 kB
Active:        6636876 kB
Inactive:      3175612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22806396 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           33720 kB
Writeback:           0 kB
AnonPages:     5061728 kB
Mapped:          35184 kB
Slab:           229416 kB
PageTables:      37528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87875632 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= 73404 MiB
End job on node140 at 2011-05-15 15:47:17