Trace number 3385529

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)UNSAT 15.0447 2.94761

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
MD5SUM4c35fc75d3141dc63bffc905e133b00a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.27481
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.63	c INFO: solving HOME/instance-3385529-1305567799.cnf
0.28/0.63	c INFO: computing task features
0.28/0.64	c INFO: computed variable-clause graph statistics
0.28/0.64	c INFO: computed clause balance statistics
0.28/0.66	c INFO: computed variable balance statistics
0.28/0.68	c INFO: computed small-clause counts
0.28/0.68	c INFO: computed Horn-clause counts
0.28/0.68	c INFO: computed variable graph statistics
0.28/0.68	c INFO: collected features for HOME/instance-3385529-1305567799.cnf in 0.05 s
0.36/0.71	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.36/0.74	c INFO: running march_hi@0 for 679 with 4999 remaining (b = 0.51)
0.36/0.77	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.46/0.80	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.46/0.84	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.14)
0.46/0.87	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.56/0.90	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
0.56/0.94	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
14.80/2.92	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3385529-1305567799/watcher-3385529-1305567799 -o /tmp/evaluation-result-3385529-1305567799/solver-3385529-1305567799 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385529-1305567799.cnf -seed 989114630 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.59 8.61 8.08 4/487 4425
/proc/meminfo: memFree=19282616/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=15384 CPUtime=0 cores=0-7
/proc/4425/stat : 4425 (python) R 4423 4425 3915 0 -1 4202496 810 0 0 0 0 0 0 0 20 0 1 0 747010608 15753216 696 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4425/statm: 3846 696 334 364 0 333 0

[startup+0.118652 s]
/proc/loadavg: 8.59 8.61 8.08 4/487 4425
/proc/meminfo: memFree=19282616/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=104220 CPUtime=0.06 cores=0-7
/proc/4425/stat : 4425 (python) S 4423 4425 3915 0 -1 4202496 3039 0 0 0 5 1 0 0 20 0 1 0 747010608 106721280 2727 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/4425/statm: 26055 2727 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.20065 s]
/proc/loadavg: 8.59 8.61 8.08 4/487 4425
/proc/meminfo: memFree=19282616/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=126304 CPUtime=0.09 cores=0-7
/proc/4425/stat : 4425 (python) S 4423 4425 3915 0 -1 4202496 4565 467 1 0 8 1 0 0 18 0 1 0 747010608 129335296 3895 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/4425/statm: 31576 3895 1001 364 0 2871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 126304

[startup+0.300618 s]
/proc/loadavg: 8.59 8.61 8.08 4/487 4425
/proc/meminfo: memFree=19282616/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=135752 CPUtime=0.15 cores=0-7
/proc/4425/stat : 4425 (python) R 4423 4425 3915 0 -1 4202496 5966 935 1 0 13 2 0 0 18 0 1 0 747010608 139010048 4151 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367542789 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4425/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135752

[startup+0.700534 s]
/proc/loadavg: 8.59 8.61 8.08 4/487 4425
/proc/meminfo: memFree=19282616/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=278432 CPUtime=0.36 cores=0-7
/proc/4425/stat : 4425 (python) R 4423 4425 3915 0 -1 4202496 9536 935 1 0 32 4 0 0 17 0 1 0 747010608 285114368 7037 33554432000 4194304 5683644 140737262630976 18446744073709551615 4943918 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4425/statm: 69608 7037 1860 364 0 5529 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 278432

[startup+1.50132 s]
/proc/loadavg: 8.14 8.51 8.05 12/512 4454
/proc/meminfo: memFree=19227360/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=426624 CPUtime=0.6 cores=0-7
/proc/4425/stat : 4425 (python) S 4423 4425 3915 0 -1 4202496 15246 935 1 0 54 6 0 0 25 0 9 0 747010608 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 106656 7403 1889 364 0 42553 0
[pid=4431] ppid=4425 vsize=278576 CPUtime=0 cores=0-7
/proc/4431/stat : 4431 (python) S 4425 4425 3915 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 747010680 285261824 5551 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566863 0 0 16781312 514 14692630125120323583 0 0 17 1 0 0 0
/proc/4431/statm: 69644 5551 347 364 0 5562 0
[pid=4433] ppid=4431 vsize=454880 CPUtime=0.77 cores=0-7
/proc/4433/stat : 4433 (TNM) R 4431 4433 4433 0 -1 4202496 406 0 0 0 77 0 0 0 21 0 1 0 747010681 465797120 143 33554432000 134512640 135008748 4290835344 18446744073709551615 134527477 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4433/statm: 113720 143 46 122 0 112620 0
[pid=4434] ppid=4425 vsize=289308 CPUtime=0 cores=0-7
/proc/4434/stat : 4434 (python) S 4425 4425 3915 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 747010683 296251392 5684 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5607371012300570881 0 0 17 5 0 0 0
/proc/4434/statm: 72327 5684 348 364 0 8242 0
[pid=4436] ppid=4434 vsize=1624 CPUtime=0.74 cores=0-7
/proc/4436/stat : 4436 (march_hi) R 4434 4436 4436 0 -1 4202496 513 0 0 0 74 0 0 0 22 0 1 0 747010683 1662976 252 33554432000 4194304 4955518 140733540757440 18446744073709551615 4244548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4436/statm: 406 252 104 186 0 219 0
[pid=4437] ppid=4425 vsize=365100 CPUtime=0 cores=0-7
/proc/4437/stat : 4437 (python) S 4425 4425 3915 0 -1 4202560 712 0 0 0 0 0 0 0 15 0 1 0 747010686 373862400 5861 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5607371012300570882 0 0 17 7 0 0 0
/proc/4437/statm: 91275 5861 348 364 0 27187 0
[pid=4439] ppid=4437 vsize=1624 CPUtime=0.69 cores=0-7
/proc/4439/stat : 4439 (march_hi) R 4437 4439 4439 0 -1 4202496 505 0 0 0 69 0 0 0 22 0 1 0 747010687 1662976 252 33554432000 4194304 4955518 140735872938848 18446744073709551615 4224622 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4439/statm: 406 252 104 186 0 219 0
[pid=4440] ppid=4425 vsize=375356 CPUtime=0 cores=0-7
/proc/4440/stat : 4440 (python) S 4425 4425 3915 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 747010689 384364544 5824 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 144484628277723393 0 0 17 6 0 0 0
/proc/4440/statm: 93839 5824 349 364 0 29748 0
[pid=4442] ppid=4440 vsize=1624 CPUtime=0.56 cores=0-7
/proc/4442/stat : 4442 (march_hi) R 4440 4442 4442 0 -1 4202496 505 0 0 0 56 0 0 0 23 0 1 0 747010690 1662976 251 33554432000 4194304 4955518 140736807123136 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4442/statm: 406 251 104 186 0 219 0
[pid=4443] ppid=4425 vsize=385612 CPUtime=0 cores=0-7
/proc/4443/stat : 4443 (python) S 4425 4425 3915 0 -1 4202560 730 0 0 0 0 0 0 0 16 0 1 0 747010693 394866688 5844 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 4263387127321952513 0 0 17 3 0 0 0
/proc/4443/statm: 96403 5844 348 364 0 32309 0
[pid=4445] ppid=4443 vsize=1624 CPUtime=0.32 cores=0-7
/proc/4445/stat : 4445 (march_hi) R 4443 4445 4445 0 -1 4202496 503 0 0 0 32 0 0 0 25 0 1 0 747010693 1662976 246 33554432000 4194304 4955518 140735124775696 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4445/statm: 406 246 104 186 0 219 0
[pid=4446] ppid=4425 vsize=395868 CPUtime=0 cores=0-7
/proc/4446/stat : 4446 (python) S 4425 4425 3915 0 -1 4202560 730 0 0 0 0 0 0 0 25 0 1 0 747010696 405368832 5831 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 216765423176122367 0 0 17 6 0 0 0
/proc/4446/statm: 98967 5831 348 364 0 34870 0
[pid=4448] ppid=4446 vsize=1017800 CPUtime=0.62 cores=0-7
/proc/4448/stat : 4448 (gnovelty+2) R 4446 4448 4448 0 -1 4202496 417 0 0 0 62 0 0 0 25 0 1 0 747010696 1042227200 158 33554432000 134512640 135663704 4291784192 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4448/statm: 254450 158 113 282 0 254166 0
[pid=4449] ppid=4425 vsize=406124 CPUtime=0 cores=0-7
/proc/4449/stat : 4449 (python) S 4425 4425 3915 0 -1 4202560 746 0 0 0 0 0 0 0 20 0 1 0 747010699 415870976 5955 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5964142499491447042 0 0 17 0 0 0 0
/proc/4449/statm: 101531 5955 348 364 0 37431 0
[pid=4453] ppid=4449 vsize=1624 CPUtime=0.21 cores=0-7
/proc/4453/stat : 4453 (march_hi) R 4449 4453 4453 0 -1 4202496 506 0 0 0 21 0 0 0 25 0 1 0 747010703 1662976 242 33554432000 4194304 4955518 140733363270192 18446744073709551615 4346866 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4453/statm: 406 242 104 186 0 219 0
[pid=4451] ppid=4425 vsize=416380 CPUtime=0 cores=0-7
/proc/4451/stat : 4451 (python) S 4425 4425 3915 0 -1 4202560 780 0 0 0 0 0 0 0 21 0 1 0 747010702 426373120 5864 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5607371012300570881 0 0 17 0 0 0 0
/proc/4451/statm: 104095 5864 354 364 0 39992 0
[pid=4454] ppid=4451 vsize=1624 CPUtime=0.55 cores=0-7
/proc/4454/stat : 4454 (march_hi) R 4451 4454 4454 0 -1 4202496 518 0 0 0 55 0 0 0 25 0 1 0 747010703 1662976 251 33554432000 4194304 4955518 140735716239024 18446744073709551615 4238756 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4454/statm: 406 251 104 186 0 219 0
[pid=4425/tid=4432] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4432/stat : 4432 (python) S 4423 4425 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010680 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4435/stat : 4435 (python) S 4423 4425 3915 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 747010683 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 5 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4438/stat : 4438 (python) S 4423 4425 3915 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 747010686 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4441] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4441/stat : 4441 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 747010690 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4444] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4444/stat : 4444 (python) S 4423 4425 3915 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 747010693 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4447] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4447/stat : 4447 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 747010696 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4450] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4450/stat : 4450 (python) S 4423 4425 3915 0 -1 4202560 44 935 0 0 0 0 0 0 25 0 9 0 747010699 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4452] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4452/stat : 4452 (python) S 4423 4425 3915 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 747010703 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 4821372

Solver just ended. Dumping a history of the last processes samples

[startup+1.60131 s]
/proc/loadavg: 8.14 8.51 8.05 12/512 4454
/proc/meminfo: memFree=19227360/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=426624 CPUtime=0.6 cores=0-7
/proc/4425/stat : 4425 (python) S 4423 4425 3915 0 -1 4202496 15246 935 1 0 54 6 0 0 25 0 9 0 747010608 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 106656 7403 1889 364 0 42553 0
[pid=4431] ppid=4425 vsize=278576 CPUtime=0 cores=0-7
/proc/4431/stat : 4431 (python) S 4425 4425 3915 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 747010680 285261824 5551 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566863 0 0 16781312 514 14692630125120323583 0 0 17 1 0 0 0
/proc/4431/statm: 69644 5551 347 364 0 5562 0
[pid=4433] ppid=4431 vsize=454880 CPUtime=0.87 cores=0-7
/proc/4433/stat : 4433 (TNM) R 4431 4433 4433 0 -1 4202496 406 0 0 0 87 0 0 0 21 0 1 0 747010681 465797120 143 33554432000 134512640 135008748 4290835344 18446744073709551615 134527718 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4433/statm: 113720 143 46 122 0 112620 0
[pid=4434] ppid=4425 vsize=289308 CPUtime=0 cores=0-7
/proc/4434/stat : 4434 (python) S 4425 4425 3915 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 747010683 296251392 5684 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5607371012300570881 0 0 17 5 0 0 0
/proc/4434/statm: 72327 5684 348 364 0 8242 0
[pid=4436] ppid=4434 vsize=1756 CPUtime=0.84 cores=0-7
/proc/4436/stat : 4436 (march_hi) R 4434 4436 4436 0 -1 4202496 514 0 0 0 84 0 0 0 23 0 1 0 747010683 1798144 253 33554432000 4194304 4955518 140733540757440 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4436/statm: 439 253 104 186 0 252 0
[pid=4437] ppid=4425 vsize=365100 CPUtime=0 cores=0-7
/proc/4437/stat : 4437 (python) S 4425 4425 3915 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 1 0 747010686 373862400 5861 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 8358845014805020930 0 0 17 7 0 0 0
/proc/4437/statm: 91275 5861 348 364 0 27187 0
[pid=4439] ppid=4437 vsize=1624 CPUtime=0.79 cores=0-7
/proc/4439/stat : 4439 (march_hi) R 4437 4439 4439 0 -1 4202496 505 0 0 0 79 0 0 0 22 0 1 0 747010687 1662976 252 33554432000 4194304 4955518 140735872938848 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4439/statm: 406 252 104 186 0 219 0
[pid=4440] ppid=4425 vsize=375356 CPUtime=0 cores=0-7
/proc/4440/stat : 4440 (python) S 4425 4425 3915 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 747010689 384364544 5824 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 144484628277723393 0 0 17 6 0 0 0
/proc/4440/statm: 93839 5824 349 364 0 29748 0
[pid=4442] ppid=4440 vsize=1624 CPUtime=0.66 cores=0-7
/proc/4442/stat : 4442 (march_hi) R 4440 4442 4442 0 -1 4202496 507 0 0 0 66 0 0 0 24 0 1 0 747010690 1662976 253 33554432000 4194304 4955518 140736807123136 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4442/statm: 406 253 104 186 0 219 0
[pid=4443] ppid=4425 vsize=385612 CPUtime=0 cores=0-7
/proc/4443/stat : 4443 (python) S 4425 4425 3915 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 1 0 747010693 394866688 5844 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 4263387127321952513 0 0 17 3 0 0 0
/proc/4443/statm: 96403 5844 348 364 0 32309 0
[pid=4445] ppid=4443 vsize=1624 CPUtime=0.33 cores=0-7
/proc/4445/stat : 4445 (march_hi) R 4443 4445 4445 0 -1 4202496 503 0 0 0 33 0 0 0 25 0 1 0 747010693 1662976 246 33554432000 4194304 4955518 140735124775696 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4445/statm: 406 246 104 186 0 219 0
[pid=4446] ppid=4425 vsize=395868 CPUtime=0 cores=0-7
/proc/4446/stat : 4446 (python) S 4425 4425 3915 0 -1 4202560 730 0 0 0 0 0 0 0 25 0 1 0 747010696 405368832 5831 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 216765423176122367 0 0 17 6 0 0 0
/proc/4446/statm: 98967 5831 348 364 0 34870 0
[pid=4448] ppid=4446 vsize=1017800 CPUtime=0.72 cores=0-7
/proc/4448/stat : 4448 (gnovelty+2) R 4446 4448 4448 0 -1 4202496 417 0 0 0 72 0 0 0 25 0 1 0 747010696 1042227200 158 33554432000 134512640 135663704 4291784192 18446744073709551615 134544293 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4448/statm: 254450 158 113 282 0 254166 0
[pid=4449] ppid=4425 vsize=406124 CPUtime=0 cores=0-7
/proc/4449/stat : 4449 (python) S 4425 4425 3915 0 -1 4202560 746 0 0 0 0 0 0 0 20 0 1 0 747010699 415870976 5955 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5964142499491447042 0 0 17 0 0 0 0
/proc/4449/statm: 101531 5955 348 364 0 37431 0
[pid=4453] ppid=4449 vsize=1624 CPUtime=0.21 cores=0-7
/proc/4453/stat : 4453 (march_hi) R 4449 4453 4453 0 -1 4202496 506 0 0 0 21 0 0 0 25 0 1 0 747010703 1662976 242 33554432000 4194304 4955518 140733363270192 18446744073709551615 4261517 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4453/statm: 406 242 104 186 0 219 0
[pid=4451] ppid=4425 vsize=416380 CPUtime=0 cores=0-7
/proc/4451/stat : 4451 (python) S 4425 4425 3915 0 -1 4202560 780 0 0 0 0 0 0 0 20 0 1 0 747010702 426373120 5864 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 16573682039622959361 0 0 17 0 0 0 0
/proc/4451/statm: 104095 5864 354 364 0 39992 0
[pid=4454] ppid=4451 vsize=1624 CPUtime=0.65 cores=0-7
/proc/4454/stat : 4454 (march_hi) R 4451 4454 4454 0 -1 4202496 520 0 0 0 65 0 0 0 25 0 1 0 747010703 1662976 253 33554432000 4194304 4955518 140735716239024 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4454/statm: 406 253 104 186 0 219 0
[pid=4425/tid=4432] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4432/stat : 4432 (python) S 4423 4425 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010680 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4435/stat : 4435 (python) S 4423 4425 3915 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 747010683 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 5 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4438/stat : 4438 (python) S 4423 4425 3915 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 747010686 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4441] ppid=4423 vsize=426624 CPUtime=0 cores=0-7

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

[pid=4451] ppid=4425 vsize=416380 CPUtime=0.15 cores=0-7
/proc/4451/stat : 4451 (python) R 4425 4425 3915 0 -1 4202560 784 0 0 0 14 1 0 0 16 0 1 0 747010702 426373120 5864 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4451/statm: 104095 5864 354 364 0 39992 0
[pid=4454] ppid=4451 vsize=0 CPUtime=1.29 cores=0-7
/proc/4454/stat : 4454 (march_hi) R 4451 4454 4454 0 -1 4202500 528 0 0 0 129 0 0 0 25 0 1 0 747010703 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4454/statm: 0 0 0 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4432/stat : 4432 (python) S 4423 4425 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010680 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4435/stat : 4435 (python) S 4423 4425 3915 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 747010683 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 5 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4438/stat : 4438 (python) S 4423 4425 3915 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 747010686 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4441] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4441/stat : 4441 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 747010690 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4444] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4444/stat : 4444 (python) S 4423 4425 3915 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 747010693 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4447] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4447/stat : 4447 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 747010696 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4450] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4450/stat : 4450 (python) S 4423 4425 3915 0 -1 4202560 44 935 0 0 0 0 0 0 25 0 9 0 747010699 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4452] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4452/stat : 4452 (python) S 4423 4425 3915 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 747010703 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 4814876

[startup+2.80108 s]
/proc/loadavg: 8.14 8.51 8.05 13/512 4454
/proc/meminfo: memFree=19225004/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=426624 CPUtime=0.6 cores=0-7
/proc/4425/stat : 4425 (python) S 4423 4425 3915 0 -1 4202496 15246 935 1 0 54 6 0 0 25 0 9 0 747010608 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 106656 7403 1889 364 0 42553 0
[pid=4431] ppid=4425 vsize=278576 CPUtime=0 cores=0-7
/proc/4431/stat : 4431 (python) S 4425 4425 3915 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 747010680 285261824 5558 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566863 0 0 16781312 514 14692630125120291075 0 0 17 2 0 0 0
/proc/4431/statm: 69644 5558 354 364 0 5562 0
[pid=4433] ppid=4431 vsize=454880 CPUtime=2.07 cores=0-7
/proc/4433/stat : 4433 (TNM) R 4431 4433 4433 0 -1 4202496 406 0 0 0 207 0 0 0 25 0 1 0 747010681 465797120 143 33554432000 134512640 135008748 4290835344 18446744073709551615 134529325 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4433/statm: 113720 143 46 122 0 112620 0
[pid=4434] ppid=4425 vsize=289308 CPUtime=0.75 cores=0-7
/proc/4434/stat : 4434 (python) S 4425 4425 3915 0 -1 4202560 763 0 0 0 66 9 0 0 16 0 1 0 747010683 296251392 5684 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/4434/statm: 72327 5684 348 364 0 8242 0
[pid=4436] ppid=4434 vsize=0 CPUtime=1.28 cores=0-7
/proc/4436/stat : 4436 (march_hi) R 4434 4436 4436 0 -1 4202500 521 0 0 0 128 0 0 0 25 0 1 0 747010683 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4436/statm: 0 0 0 0 0 0 0
[pid=4437] ppid=4425 vsize=365100 CPUtime=0.68 cores=0-7
/proc/4437/stat : 4437 (python) R 4425 4425 3915 0 -1 4202560 722 0 0 0 59 9 0 0 16 0 1 0 747010686 373862400 5861 33554432000 4194304 5683644 140737262630976 18446744073709551615 4539725 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/4437/statm: 91275 5861 348 364 0 27187 0
[pid=4439] ppid=4437 vsize=0 CPUtime=1.29 cores=0-7
/proc/4439/stat : 4439 (march_hi) R 4437 4439 4439 0 -1 4202500 513 0 0 0 129 0 0 0 25 0 1 0 747010687 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/4439/statm: 0 0 0 0 0 0 0
[pid=4440] ppid=4425 vsize=375356 CPUtime=0.57 cores=0-7
/proc/4440/stat : 4440 (python) R 4425 4425 3915 0 -1 4202560 727 0 0 0 50 7 0 0 16 0 1 0 747010689 384364544 5824 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/4440/statm: 93839 5824 349 364 0 29748 0
[pid=4442] ppid=4440 vsize=0 CPUtime=1.29 cores=0-7
/proc/4442/stat : 4442 (march_hi) R 4440 4442 4442 0 -1 4202500 515 0 0 0 129 0 0 0 25 0 1 0 747010690 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/4442/statm: 0 0 0 0 0 0 0
[pid=4443] ppid=4425 vsize=385612 CPUtime=0 cores=0-7
/proc/4443/stat : 4443 (python) S 4425 4425 3915 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 747010693 394866688 5844 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 4263387127321952513 0 0 17 3 0 0 0
/proc/4443/statm: 96403 5844 348 364 0 32309 0
[pid=4445] ppid=4443 vsize=1756 CPUtime=0.93 cores=0-7
/proc/4445/stat : 4445 (march_hi) R 4443 4445 4445 0 -1 4202496 509 0 0 0 93 0 0 0 25 0 1 0 747010693 1798144 252 33554432000 4194304 4955518 140735124775696 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4445/statm: 439 252 104 186 0 252 0
[pid=4446] ppid=4425 vsize=395868 CPUtime=0 cores=0-7
/proc/4446/stat : 4446 (python) S 4425 4425 3915 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 747010696 405368832 5831 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 216765423176089860 0 0 17 6 0 0 0
/proc/4446/statm: 98967 5831 348 364 0 34870 0
[pid=4448] ppid=4446 vsize=1017800 CPUtime=1.91 cores=0-7
/proc/4448/stat : 4448 (gnovelty+2) R 4446 4448 4448 0 -1 4202496 417 0 0 0 191 0 0 0 25 0 1 0 747010696 1042227200 158 33554432000 134512640 135663704 4291784192 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4448/statm: 254450 158 113 282 0 254166 0
[pid=4449] ppid=4425 vsize=406124 CPUtime=0 cores=0-7
/proc/4449/stat : 4449 (python) S 4425 4425 3915 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 747010699 415870976 5955 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5964142499491447042 0 0 17 0 0 0 0
/proc/4449/statm: 101531 5955 348 364 0 37431 0
[pid=4453] ppid=4449 vsize=1624 CPUtime=0.81 cores=0-7
/proc/4453/stat : 4453 (march_hi) R 4449 4453 4453 0 -1 4202496 515 0 0 0 81 0 0 0 25 0 1 0 747010703 1662976 251 33554432000 4194304 4955518 140733363270192 18446744073709551615 4238717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4453/statm: 406 251 104 186 0 219 0
[pid=4451] ppid=4425 vsize=416380 CPUtime=0.55 cores=0-7
/proc/4451/stat : 4451 (python) R 4425 4425 3915 0 -1 4202560 784 0 0 0 49 6 0 0 16 0 1 0 747010702 426373120 5864 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4451/statm: 104095 5864 354 364 0 39992 0
[pid=4454] ppid=4451 vsize=0 CPUtime=1.29 cores=0-7
/proc/4454/stat : 4454 (march_hi) R 4451 4454 4454 0 -1 4202500 528 0 0 0 129 0 0 0 25 0 1 0 747010703 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4454/statm: 0 0 0 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4432/stat : 4432 (python) S 4423 4425 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010680 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4435/stat : 4435 (python) S 4423 4425 3915 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 747010683 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 5 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4438/stat : 4438 (python) S 4423 4425 3915 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 747010686 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4441] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4441/stat : 4441 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 747010690 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4444] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4444/stat : 4444 (python) S 4423 4425 3915 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 747010693 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4447] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4447/stat : 4447 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 747010696 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4450] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4450/stat : 4450 (python) S 4423 4425 3915 0 -1 4202560 44 935 0 0 0 0 0 0 25 0 9 0 747010699 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4452] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4452/stat : 4452 (python) S 4423 4425 3915 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 747010703 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.02
Current children cumulated vsize (KiB) 4815008

[startup+2.90106 s]
/proc/loadavg: 8.14 8.51 8.05 13/512 4454
/proc/meminfo: memFree=19225004/32950928 swapFree=38710912/67111528
[pid=4425] ppid=4423 vsize=426624 CPUtime=0.6 cores=0-7
/proc/4425/stat : 4425 (python) S 4423 4425 3915 0 -1 4202496 15246 935 1 0 54 6 0 0 25 0 9 0 747010608 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 106656 7403 1889 364 0 42553 0
[pid=4431] ppid=4425 vsize=278576 CPUtime=0 cores=0-7
/proc/4431/stat : 4431 (python) S 4425 4425 3915 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 747010680 285261824 5558 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566863 0 0 16781312 514 14692630125120291075 0 0 17 2 0 0 0
/proc/4431/statm: 69644 5558 354 364 0 5562 0
[pid=4433] ppid=4431 vsize=454880 CPUtime=2.17 cores=0-7
/proc/4433/stat : 4433 (TNM) R 4431 4433 4433 0 -1 4202496 406 0 0 0 217 0 0 0 25 0 1 0 747010681 465797120 143 33554432000 134512640 135008748 4290835344 18446744073709551615 134527468 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4433/statm: 113720 143 46 122 0 112620 0
[pid=4434] ppid=4425 vsize=289308 CPUtime=0.85 cores=0-7
/proc/4434/stat : 4434 (python) R 4425 4425 3915 0 -1 4202560 763 0 0 0 75 10 0 0 16 0 1 0 747010683 296251392 5684 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/4434/statm: 72327 5684 348 364 0 8242 0
[pid=4436] ppid=4434 vsize=0 CPUtime=1.28 cores=0-7
/proc/4436/stat : 4436 (march_hi) R 4434 4436 4436 0 -1 4202500 521 0 0 0 128 0 0 0 25 0 1 0 747010683 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4436/statm: 0 0 0 0 0 0 0
[pid=4437] ppid=4425 vsize=365100 CPUtime=0.77 cores=0-7
/proc/4437/stat : 4437 (python) R 4425 4425 3915 0 -1 4202560 722 0 0 0 67 10 0 0 16 0 1 0 747010686 373862400 5861 33554432000 4194304 5683644 140737262630976 18446744073709551615 4476120 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/4437/statm: 91275 5861 348 364 0 27187 0
[pid=4439] ppid=4437 vsize=0 CPUtime=1.29 cores=0-7
/proc/4439/stat : 4439 (march_hi) R 4437 4439 4439 0 -1 4202500 513 0 0 0 129 0 0 0 25 0 1 0 747010687 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4439/statm: 0 0 0 0 0 0 0
[pid=4440] ppid=4425 vsize=375356 CPUtime=0.67 cores=0-7
/proc/4440/stat : 4440 (python) R 4425 4425 3915 0 -1 4202560 727 0 0 0 58 9 0 0 16 0 1 0 747010689 384364544 5824 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/4440/statm: 93839 5824 349 364 0 29748 0
[pid=4442] ppid=4440 vsize=0 CPUtime=1.29 cores=0-7
/proc/4442/stat : 4442 (march_hi) R 4440 4442 4442 0 -1 4202500 515 0 0 0 129 0 0 0 25 0 1 0 747010690 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/4442/statm: 0 0 0 0 0 0 0
[pid=4443] ppid=4425 vsize=385612 CPUtime=0 cores=0-7
/proc/4443/stat : 4443 (python) S 4425 4425 3915 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 747010693 394866688 5844 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 4263387127321952513 0 0 17 3 0 0 0
/proc/4443/statm: 96403 5844 348 364 0 32309 0
[pid=4445] ppid=4443 vsize=1756 CPUtime=1.02 cores=0-7
/proc/4445/stat : 4445 (march_hi) R 4443 4445 4445 0 -1 4202496 510 0 0 0 102 0 0 0 25 0 1 0 747010693 1798144 253 33554432000 4194304 4955518 140735124775696 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4445/statm: 439 253 104 186 0 252 0
[pid=4446] ppid=4425 vsize=395868 CPUtime=0 cores=0-7
/proc/4446/stat : 4446 (python) S 4425 4425 3915 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 747010696 405368832 5831 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 216765423176089860 0 0 17 6 0 0 0
/proc/4446/statm: 98967 5831 348 364 0 34870 0
[pid=4448] ppid=4446 vsize=1017800 CPUtime=2.01 cores=0-7
/proc/4448/stat : 4448 (gnovelty+2) R 4446 4448 4448 0 -1 4202496 417 0 0 0 201 0 0 0 25 0 1 0 747010696 1042227200 158 33554432000 134512640 135663704 4291784192 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4448/statm: 254450 158 113 282 0 254166 0
[pid=4449] ppid=4425 vsize=406124 CPUtime=0 cores=0-7
/proc/4449/stat : 4449 (python) S 4425 4425 3915 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 747010699 415870976 5955 33554432000 4194304 5683644 140737262630976 18446744073709551615 251367566918 0 0 16781312 514 5607371016595538178 0 0 17 0 0 0 0
/proc/4449/statm: 101531 5955 348 364 0 37431 0
[pid=4453] ppid=4449 vsize=1756 CPUtime=0.91 cores=0-7
/proc/4453/stat : 4453 (march_hi) R 4449 4453 4453 0 -1 4202496 516 0 0 0 91 0 0 0 25 0 1 0 747010703 1798144 252 33554432000 4194304 4955518 140733363270192 18446744073709551615 4290061 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4453/statm: 439 252 104 186 0 252 0
[pid=4451] ppid=4425 vsize=416380 CPUtime=0.65 cores=0-7
/proc/4451/stat : 4451 (python) R 4425 4425 3915 0 -1 4202560 784 0 0 0 57 8 0 0 16 0 1 0 747010702 426373120 5864 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4451/statm: 104095 5864 354 364 0 39992 0
[pid=4454] ppid=4451 vsize=0 CPUtime=1.29 cores=0-7
/proc/4454/stat : 4454 (march_hi) R 4451 4454 4454 0 -1 4202500 528 0 0 0 129 0 0 0 25 0 1 0 747010703 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4454/statm: 0 0 0 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4432/stat : 4432 (python) S 4423 4425 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010680 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4435/stat : 4435 (python) S 4423 4425 3915 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 747010683 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 5 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4438/stat : 4438 (python) S 4423 4425 3915 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 747010686 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4441] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4441/stat : 4441 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 747010690 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4444] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4444/stat : 4444 (python) S 4423 4425 3915 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 747010693 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4447] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4447/stat : 4447 (python) S 4423 4425 3915 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 747010696 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 6 0 0 0
[pid=4425/tid=4450] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4450/stat : 4450 (python) S 4423 4425 3915 0 -1 4202560 44 935 0 0 0 0 0 0 25 0 9 0 747010699 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
[pid=4425/tid=4452] ppid=4423 vsize=426624 CPUtime=0 cores=0-7
/proc/4425/task/4452/stat : 4452 (python) S 4423 4425 3915 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 747010703 436862976 7403 33554432000 4194304 5683644 140737262630976 18446744073709551615 251379370417 0 0 16781312 2 18446604447801023296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 4815140

Child status: 0
Real time (s): 2.94761
CPU time (s): 15.0447
CPU user time (s): 14.5438
CPU system time (s): 0.500923
CPU usage (%): 510.404
Max. virtual memory (cumulated for all children) (KiB): 4821900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5438
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31917
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= 4245
involuntary context switches= 1226

runsolver used 0.010998 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-16 19:43:19
IDJOB=3385529
IDBENCH=82794
IDSOLVER=1870
FILE ID=node113/3385529-1305567799
RUNJOBID= node113-1305564965-3929
PBS_JOBID= 13350137
Free space on /tmp= 73412 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1194590195-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-3385529-1305567799/watcher-3385529-1305567799 -o /tmp/evaluation-result-3385529-1305567799/solver-3385529-1305567799 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385529-1305567799.cnf -seed 989114630 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4c35fc75d3141dc63bffc905e133b00a
RANDOM SEED=989114630

node113.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	: 5332.76
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.74
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.75
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.74
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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19282904 kB
Buffers:        302808 kB
Cached:        3974560 kB
SwapCached:      93692 kB
Active:        5741440 kB
Inactive:      7608872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19282904 kB
SwapTotal:    67111528 kB
SwapFree:     38710912 kB
Dirty:           31920 kB
Writeback:           0 kB
AnonPages:     8991448 kB
Mapped:          25216 kB
Slab:           128692 kB
PageTables:     115280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 155052972 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= 73380 MiB
End job on node113 at 2011-05-16 19:43:22