Trace number 3378371

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)? 4787.87 1201.86

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S943066845-088.UNKNOWN.cnf
MD5SUM9ba8ad6ebe939ddb75efcc3aec0126e6
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3378371-1305465103.cnf
0.31/0.47	c INFO: computing task features
0.31/0.48	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.55	c INFO: computed small-clause counts
0.40/0.55	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-3378371-1305465103.cnf in 0.09 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.40/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.32)
0.40/0.58	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.40/0.59	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.31)
396.30/99.91	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.37)
396.30/99.95	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.33)
1564.17/392.95	c INFO: running march_hi@99 for 97 with 807 remaining (b = 0.06)
1565.37/393.21	c INFO: running march_hi@0 for 291 with 807 remaining (b = 0.17)
1955.98/491.29	c INFO: running march_hi@0 for 709 with 709 remaining (b = 0.29)
2721.24/683.27	c INFO: running march_hi@0 for 517 with 517 remaining (b = 0.22)
3132.03/786.38	c INFO: running march_hi@98 for 414 with 414 remaining (b = 0.16)
3159.91/793.37	c INFO: running march_hi@97 for 291 with 407 remaining (b = 0.13)
4322.97/1085.21	c INFO: running march_hi@387 for 115 with 115 remaining (b = 0.07)
4787.54/1201.83	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-3378371-1305465103/watcher-3378371-1305465103 -o /tmp/evaluation-result-3378371-1305465103/solver-3378371-1305465103 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378371-1305465103.cnf -seed 1257591083 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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.20 9.27 8.73 6/476 29341
/proc/meminfo: memFree=16547800/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=16248 CPUtime=0 cores=0,2,4,6
/proc/29341/stat : 29341 (python) R 29339 29341 28149 0 -1 4202496 1051 0 0 0 0 0 0 0 25 0 1 0 658108251 16637952 923 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244348672 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29341/statm: 4062 923 381 364 0 549 0

[startup+0.102564 s]
/proc/loadavg: 9.20 9.27 8.73 6/476 29341
/proc/meminfo: memFree=16547800/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=104620 CPUtime=0.06 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 3099 0 0 0 5 1 0 0 25 0 1 0 658108251 107130880 2779 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/29341/statm: 26155 2779 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.201284 s]
/proc/loadavg: 9.20 9.27 8.73 6/476 29341
/proc/meminfo: memFree=16547800/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=128868 CPUtime=0.15 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 5582 938 1 0 12 3 0 0 18 0 1 0 658108251 131960832 4019 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/29341/statm: 32217 4019 1011 364 0 2996 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128868

[startup+0.300808 s]
/proc/loadavg: 9.20 9.27 8.73 6/476 29341
/proc/meminfo: memFree=16547800/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=170756 CPUtime=0.23 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 6726 938 1 0 17 6 0 0 17 0 1 0 658108251 174854144 4805 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/29341/statm: 42689 4805 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700164 s]
/proc/loadavg: 9.20 9.27 8.73 6/476 29341
/proc/meminfo: memFree=16547800/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=320268 CPUtime=0.49 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 12229 938 1 0 40 9 0 0 25 0 5 0 658108251 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29341/statm: 80067 7255 1873 364 0 15976 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 320268

[startup+1.50102 s]
/proc/loadavg: 9.20 9.27 8.73 10/489 29358
/proc/meminfo: memFree=16507212/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=320268 CPUtime=0.49 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 12229 938 1 0 40 9 0 0 25 0 5 0 658108251 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29341/statm: 80067 7255 1873 364 0 15976 0
[pid=29347] ppid=29341 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/29347/stat : 29347 (python) S 29341 29341 28149 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 658108308 285335552 5568 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368911 0 0 16781312 514 2826053300690878463 0 0 17 6 0 0 0
/proc/29347/statm: 69662 5568 354 364 0 5580 0
[pid=29349] ppid=29347 vsize=1017800 CPUtime=0.92 cores=0,2,4,6
/proc/29349/stat : 29349 (gnovelty+2) R 29347 29349 29349 0 -1 4202496 444 0 0 0 92 0 0 0 21 0 1 0 658108309 1042227200 181 33554432000 134512640 135663704 4287450928 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29349/statm: 254450 181 113 282 0 254166 0
[pid=29350] ppid=29341 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/29350/stat : 29350 (python) S 29341 29341 28149 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658108309 296321024 5701 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 14161551440375415042 0 0 17 4 0 0 0
/proc/29350/statm: 72344 5701 348 364 0 8259 0
[pid=29352] ppid=29350 vsize=2592 CPUtime=0.91 cores=0,2,4,6
/proc/29352/stat : 29352 (march_hi) R 29350 29352 29352 0 -1 4202496 682 0 0 0 91 0 0 0 25 0 1 0 658108310 2654208 419 33554432000 4194304 4955518 140733200012416 18446744073709551615 4224586 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29352/statm: 648 419 104 186 0 461 0
[pid=29353] ppid=29341 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/29353/stat : 29353 (python) S 29341 29341 28149 0 -1 4202560 743 0 0 0 0 0 0 0 23 0 1 0 658108310 306339840 5602 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 5815513541305696255 0 0 17 6 0 0 0
/proc/29353/statm: 74790 5602 348 364 0 10702 0
[pid=29355] ppid=29353 vsize=1017800 CPUtime=0.88 cores=0,2,4,6
/proc/29355/stat : 29355 (gnovelty+2) R 29353 29355 29355 0 -1 4202496 443 0 0 0 88 0 0 0 25 0 1 0 658108311 1042227200 181 33554432000 134512640 135663704 4291953680 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29355/statm: 254450 181 113 282 0 254166 0
[pid=29356] ppid=29341 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/29356/stat : 29356 (python) S 29341 29341 28149 0 -1 4202560 758 0 0 0 0 0 0 0 19 0 1 0 658108311 317464576 5726 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 16574385727064736003 0 0 17 2 0 0 0
/proc/29356/statm: 77506 5726 348 364 0 13415 0
[pid=29358] ppid=29356 vsize=2592 CPUtime=0.89 cores=0,2,4,6
/proc/29358/stat : 29358 (march_hi) R 29356 29358 29358 0 -1 4202496 681 0 0 0 89 0 0 0 25 0 1 0 658108312 2654208 419 33554432000 4194304 4955518 140735449183968 18446744073709551615 4261438 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29358/statm: 648 419 104 186 0 461 0
[pid=29341/tid=29348] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29348/stat : 29348 (python) S 29339 29341 28149 0 -1 4202560 27 938 0 0 0 0 0 0 19 0 5 0 658108309 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 0 0 0 0
[pid=29341/tid=29351] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29351/stat : 29351 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 21 0 5 0 658108310 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29354] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29354/stat : 29354 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 23 0 5 0 658108310 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29357] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29357/stat : 29357 (python) S 29339 29341 28149 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 5 0 658108311 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 3538260

[startup+3.10074 s]
/proc/loadavg: 9.20 9.27 8.73 10/489 29358
/proc/meminfo: memFree=16506468/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=320268 CPUtime=0.49 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 12229 938 1 0 40 9 0 0 25 0 5 0 658108251 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29341/statm: 80067 7255 1873 364 0 15976 0
[pid=29347] ppid=29341 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/29347/stat : 29347 (python) S 29341 29341 28149 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 658108308 285335552 5568 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368911 0 0 16781312 514 2826053300690845954 0 0 17 6 0 0 0
/proc/29347/statm: 69662 5568 354 364 0 5580 0
[pid=29349] ppid=29347 vsize=1017800 CPUtime=2.52 cores=0,2,4,6
/proc/29349/stat : 29349 (gnovelty+2) R 29347 29349 29349 0 -1 4202496 444 0 0 0 252 0 0 0 25 0 1 0 658108309 1042227200 181 33554432000 134512640 135663704 4287450928 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29349/statm: 254450 181 113 282 0 254166 0
[pid=29350] ppid=29341 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/29350/stat : 29350 (python) S 29341 29341 28149 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 658108309 296321024 5701 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 14161551440375415042 0 0 17 4 0 0 0
/proc/29350/statm: 72344 5701 348 364 0 8259 0
[pid=29352] ppid=29350 vsize=2844 CPUtime=2.51 cores=0,2,4,6
/proc/29352/stat : 29352 (march_hi) R 29350 29352 29352 0 -1 4202496 757 0 0 0 251 0 0 0 25 0 1 0 658108310 2912256 494 33554432000 4194304 4955518 140733200012416 18446744073709551615 4314882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29352/statm: 711 494 104 186 0 524 0
[pid=29353] ppid=29341 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/29353/stat : 29353 (python) S 29341 29341 28149 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 658108310 306339840 5602 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 5815513541305663745 0 0 17 6 0 0 0
/proc/29353/statm: 74790 5602 348 364 0 10702 0
[pid=29355] ppid=29353 vsize=1017800 CPUtime=2.46 cores=0,2,4,6
/proc/29355/stat : 29355 (gnovelty+2) R 29353 29355 29355 0 -1 4202496 443 0 0 0 246 0 0 0 25 0 1 0 658108311 1042227200 181 33554432000 134512640 135663704 4291953680 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29355/statm: 254450 181 113 282 0 254166 0
[pid=29356] ppid=29341 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/29356/stat : 29356 (python) S 29341 29341 28149 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658108311 317464576 5726 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 16574385727064736003 0 0 17 2 0 0 0
/proc/29356/statm: 77506 5726 348 364 0 13415 0
[pid=29358] ppid=29356 vsize=2844 CPUtime=2.49 cores=0,2,4,6
/proc/29358/stat : 29358 (march_hi) R 29356 29358 29358 0 -1 4202496 756 0 0 0 249 0 0 0 25 0 1 0 658108312 2912256 494 33554432000 4194304 4955518 140735449183968 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29358/statm: 711 494 104 186 0 524 0
[pid=29341/tid=29348] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29348/stat : 29348 (python) S 29339 29341 28149 0 -1 4202560 27 938 0 0 0 0 0 0 19 0 5 0 658108309 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 0 0 0 0
[pid=29341/tid=29351] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29351/stat : 29351 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 21 0 5 0 658108310 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29354] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29354/stat : 29354 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 23 0 5 0 658108310 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29357] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29357/stat : 29357 (python) S 29339 29341 28149 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 5 0 658108311 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 3538764

[startup+6.30118 s]
/proc/loadavg: 9.19 9.26 8.73 11/489 29358
/proc/meminfo: memFree=16504236/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=320268 CPUtime=0.49 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 12229 938 1 0 40 9 0 0 25 0 5 0 658108251 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29341/statm: 80067 7255 1873 364 0 15976 0
[pid=29347] ppid=29341 vsize=278648 CPUtime=0.01 cores=0,2,4,6
/proc/29347/stat : 29347 (python) S 29341 29341 28149 0 -1 4202560 893 0 0 0 1 0 0 0 18 0 1 0 658108308 285335552 5591 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368911 0 0 16781312 514 2826053300690845954 0 0 17 6 0 0 0
/proc/29347/statm: 69662 5591 377 364 0 5580 0
[pid=29349] ppid=29347 vsize=1017800 CPUtime=5.72 cores=0,2,4,6
/proc/29349/stat : 29349 (gnovelty+2) R 29347 29349 29349 0 -1 4202496 444 0 0 0 572 0 0 0 25 0 1 0 658108309 1042227200 181 33554432000 134512640 135663704 4287450928 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29349/statm: 254450 181 113 282 0 254166 0
[pid=29350] ppid=29341 vsize=289376 CPUtime=0.01 cores=0,2,4,6
/proc/29350/stat : 29350 (python) S 29341 29341 28149 0 -1 4202560 931 0 0 0 1 0 0 0 15 0 1 0 658108309 296321024 5724 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 14161551440375415042 0 0 17 4 0 0 0
/proc/29350/statm: 72344 5724 371 364 0 8259 0
[pid=29352] ppid=29350 vsize=3548 CPUtime=5.69 cores=0,2,4,6
/proc/29352/stat : 29352 (march_hi) R 29350 29352 29352 0 -1 4202496 882 0 0 0 569 0 0 0 25 0 1 0 658108310 3633152 619 33554432000 4194304 4955518 140733200012416 18446744073709551615 4227545 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29352/statm: 887 619 104 186 0 700 0
[pid=29353] ppid=29341 vsize=299160 CPUtime=0.01 cores=0,2,4,6
/proc/29353/stat : 29353 (python) S 29341 29341 28149 0 -1 4202560 915 0 0 0 1 0 0 0 18 0 1 0 658108310 306339840 5625 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 5815513541305663745 0 0 17 6 0 0 0
/proc/29353/statm: 74790 5625 371 364 0 10702 0
[pid=29355] ppid=29353 vsize=1017800 CPUtime=5.58 cores=0,2,4,6
/proc/29355/stat : 29355 (gnovelty+2) R 29353 29355 29355 0 -1 4202496 443 0 0 0 558 0 0 0 25 0 1 0 658108311 1042227200 181 33554432000 134512640 135663704 4291953680 18446744073709551615 134524732 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29355/statm: 254450 181 113 282 0 254166 0
[pid=29356] ppid=29341 vsize=310024 CPUtime=0.01 cores=0,2,4,6
/proc/29356/stat : 29356 (python) S 29341 29341 28149 0 -1 4202560 925 0 0 0 0 1 0 0 15 0 1 0 658108311 317464576 5749 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 16574385727064736003 0 0 17 2 0 0 0
/proc/29356/statm: 77506 5749 371 364 0 13415 0
[pid=29358] ppid=29356 vsize=3548 CPUtime=5.67 cores=0,2,4,6
/proc/29358/stat : 29358 (march_hi) R 29356 29358 29358 0 -1 4202496 880 0 0 0 567 0 0 0 25 0 1 0 658108312 3633152 618 33554432000 4194304 4955518 140735449183968 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29358/statm: 887 618 104 186 0 700 0
[pid=29341/tid=29348] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29348/stat : 29348 (python) S 29339 29341 28149 0 -1 4202560 27 938 0 0 0 0 0 0 19 0 5 0 658108309 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 0 0 0 0
[pid=29341/tid=29351] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29351/stat : 29351 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 21 0 5 0 658108310 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29354] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29354/stat : 29354 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 23 0 5 0 658108310 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29357] ppid=29339 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29357/stat : 29357 (python) S 29339 29341 28149 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 5 0 658108311 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 3540172

[startup+12.7011 s]
/proc/loadavg: 9.17 9.26 8.73 10/489 29358
/proc/meminfo: memFree=16500356/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=320268 CPUtime=0.49 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 12229 938 1 0 40 9 0 0 25 0 5 0 658108251 327954432 7255 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29341/statm: 80067 7255 1873 364 0 15976 0
[pid=29347] ppid=29341 vsize=278648 CPUtime=0.03 cores=0,2,4,6
/proc/29347/stat : 29347 (python) S 29341 29341 28149 0 -1 4202560 896 0 0 0 2 1 0 0 18 0 1 0 658108308 285335552 5591 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368911 0 0 16781312 514 15696416891897610498 0 0 17 6 0 0 0
/proc/29347/statm: 69662 5591 377 364 0 5580 0
[pid=29349] ppid=29347 vsize=1017800 CPUtime=12.12 cores=0,2,4,6
/proc/29349/stat : 29349 (gnovelty+2) R 29347 29349 29349 0 -1 4202496 444 0 0 0 1212 0 0 0 25 0 1 0 658108309 1042227200 181 33554432000 134512640 135663704 4287450928 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29349/statm: 254450 181 113 282 0 254166 0
[pid=29350] ppid=29341 vsize=289376 CPUtime=0.04 cores=0,2,4,6

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


[startup+1201.6 s]
/proc/loadavg: 9.17 9.20 9.06 10/484 29650
/proc/meminfo: memFree=15625784/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=361448 CPUtime=0.56 cores=0,2,4,6
/proc/29341/stat : 29341 (python) S 29339 29341 28149 0 -1 4202496 16222 938 1 0 47 9 0 0 18 0 9 0 658108251 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29341/statm: 90362 7354 1890 364 0 26259 0
[pid=29347] ppid=29341 vsize=288892 CPUtime=0.31 cores=0,2,4,6
/proc/29347/stat : 29347 (python) S 29341 29341 28149 0 -1 4202560 1163 0 0 0 18 13 0 0 19 0 2 0 658108308 295825408 5635 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29347/statm: 72223 5635 416 364 0 8141 0
[pid=29349] ppid=29347 vsize=1017800 CPUtime=99.32 cores=0,2,4,6
/proc/29349/stat : 29349 (gnovelty+2) T 29347 29349 29349 0 -1 4202496 445 0 0 0 9932 0 0 0 25 0 1 0 658108309 1042227200 182 33554432000 134512640 135663704 4287450928 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29349/statm: 254450 182 113 282 0 254166 0
[pid=29347/tid=29362] ppid=29341 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/29347/task/29362/stat : 29362 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658118242 295825408 5635 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604453570685056 0 0 -1 6 0 0 0
[pid=29350] ppid=29341 vsize=289376 CPUtime=3.73 cores=0,2,4,6
/proc/29350/stat : 29350 (python) S 29341 29341 28149 0 -1 4202560 1158 0 0 0 196 177 0 0 15 0 2 0 658108309 296321024 5754 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29350/statm: 72344 5754 400 364 0 8259 0
[pid=29352] ppid=29350 vsize=167552 CPUtime=1096.71 cores=0,2,4,6
/proc/29352/stat : 29352 (march_hi) R 29350 29352 29352 0 -1 4202496 32071 0 0 0 109660 11 0 0 25 0 1 0 658108310 171573248 31808 33554432000 4194304 4955518 140733200012416 18446744073709551615 4227104 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29352/statm: 41888 31808 104 186 0 41701 0
[pid=29350/tid=29610] ppid=29341 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/29350/task/29610/stat : 29610 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658147572 296321024 5754 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604451441803520 0 0 -1 4 0 0 0
[pid=29353] ppid=29341 vsize=299160 CPUtime=0.31 cores=0,2,4,6
/proc/29353/stat : 29353 (python) S 29341 29341 28149 0 -1 4202560 1103 0 0 0 15 16 0 0 19 0 2 0 658108310 306339840 5655 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29353/statm: 74790 5655 400 364 0 10702 0
[pid=29355] ppid=29353 vsize=1017800 CPUtime=97.34 cores=0,2,4,6
/proc/29355/stat : 29355 (gnovelty+2) T 29353 29355 29355 0 -1 4202496 444 0 0 0 9734 0 0 0 25 0 1 0 658108311 1042227200 182 33554432000 134512640 135663704 4291953680 18446744073709551615 134524981 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29355/statm: 254450 182 113 282 0 254166 0
[pid=29353/tid=29366] ppid=29341 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/29353/task/29366/stat : 29366 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658118246 306339840 5655 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604441381821120 0 0 -1 6 0 0 0
[pid=29356] ppid=29341 vsize=310024 CPUtime=1.66 cores=0,2,4,6
/proc/29356/stat : 29356 (python) S 29341 29341 28149 0 -1 4202560 1167 0 0 0 88 78 0 0 15 0 2 0 658108311 317464576 5779 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29356/statm: 77506 5779 400 364 0 13415 0
[pid=29358] ppid=29356 vsize=77672 CPUtime=489.31 cores=0,2,4,6
/proc/29358/stat : 29358 (march_hi) T 29356 29358 29358 0 -1 4202496 15702 0 0 0 48927 4 0 0 25 0 1 0 658108312 79536128 15440 33554432000 4194304 4955518 140735449183968 18446744073709551615 4238735 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29358/statm: 19418 15440 104 186 0 19231 0
[pid=29356/tid=29609] ppid=29341 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/29356/task/29609/stat : 29609 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658147546 317464576 5779 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604448096294016 0 0 -1 2 0 0 0
[pid=29363] ppid=29341 vsize=320280 CPUtime=3.72 cores=0,2,4,6
/proc/29363/stat : 29363 (python) S 29341 29341 28149 0 -1 4202560 1162 0 0 0 195 177 0 0 15 0 2 0 658118243 327966720 5800 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29363/statm: 80070 5800 401 364 0 15976 0
[pid=29365] ppid=29363 vsize=167552 CPUtime=1086.5 cores=0,2,4,6
/proc/29365/stat : 29365 (march_hi) R 29363 29365 29365 0 -1 4202496 31796 0 0 0 108636 14 0 0 25 0 1 0 658118243 171573248 31535 33554432000 4194304 4955518 140736325401760 18446744073709551615 4209751 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29365/statm: 41888 31535 104 186 0 41701 0
[pid=29363/tid=29633] ppid=29341 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/29363/task/29633/stat : 29633 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658187588 327966720 5800 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604442213792448 0 0 -1 2 0 0 0
[pid=29367] ppid=29341 vsize=330536 CPUtime=2.31 cores=0,2,4,6
/proc/29367/stat : 29367 (python) S 29341 29341 28149 0 -1 4202560 1156 0 0 0 116 115 0 0 17 0 2 0 658118247 338468864 5805 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29367/statm: 82634 5805 400 364 0 18537 0
[pid=29369] ppid=29367 vsize=107140 CPUtime=683.45 cores=0,2,4,6
/proc/29369/stat : 29369 (march_hi) T 29367 29369 29369 0 -1 4202496 20851 0 0 0 68339 6 0 0 25 0 1 0 658118247 109711360 20590 33554432000 4194304 4955518 140734644458048 18446744073709551615 4227824 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29369/statm: 26785 20590 104 186 0 26598 0
[pid=29367/tid=29632] ppid=29341 vsize=330536 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29632/stat : 29632 (python) S 29341 29341 28149 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658186889 338468864 5805 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604450559177728 0 0 -1 2 0 0 0
[pid=29614] ppid=29341 vsize=340948 CPUtime=2.4 cores=0,2,4,6
/proc/29614/stat : 29614 (python) S 29341 29341 28149 0 -1 4202560 1016 0 0 0 126 114 0 0 15 0 1 0 658157381 349130752 5807 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 15696416891897610497 0 0 17 2 0 0 0
/proc/29614/statm: 85237 5807 371 364 0 21137 0
[pid=29616] ppid=29614 vsize=123220 CPUtime=701.47 cores=0,2,4,6
/proc/29616/stat : 29616 (march_hi) R 29614 29616 29616 0 -1 4202496 21401 0 0 0 70142 5 0 0 25 0 1 0 658157381 126177280 21141 33554432000 4194304 4955518 140734366743680 18446744073709551615 4239032 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29616/statm: 30805 21141 104 186 0 30618 0
[pid=29626] ppid=29341 vsize=351204 CPUtime=1.79 cores=0,2,4,6
/proc/29626/stat : 29626 (python) S 29341 29341 28149 0 -1 4202560 1051 0 0 0 97 82 0 0 15 0 1 0 658176578 359632896 5817 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 15696416891897610498 0 0 17 2 0 0 0
/proc/29626/statm: 87801 5817 377 364 0 23698 0
[pid=29628] ppid=29626 vsize=77672 CPUtime=515.85 cores=0,2,4,6
/proc/29628/stat : 29628 (march_hi) R 29626 29628 29628 0 -1 4202496 16498 0 0 0 51582 3 0 0 25 0 1 0 658176579 79536128 16231 33554432000 4194304 4955518 140736682042160 18446744073709551615 4289639 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29628/statm: 19418 16231 104 186 0 19231 0
[pid=29341/tid=29348] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29348/stat : 29348 (python) S 29339 29341 28149 0 -1 4202560 27 938 0 0 0 0 0 0 19 0 9 0 658108309 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 0 0 0 0
[pid=29341/tid=29351] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29351/stat : 29351 (python) S 29339 29341 28149 0 -1 4202560 37 938 0 0 0 0 0 0 18 0 9 0 658108310 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29354] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29354/stat : 29354 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 23 0 9 0 658108310 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29357] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29357/stat : 29357 (python) S 29339 29341 28149 0 -1 4202560 35 938 0 0 0 0 0 0 18 0 9 0 658108311 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29364] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29364/stat : 29364 (python) S 29339 29341 28149 0 -1 4202560 31 938 0 0 0 0 0 0 18 0 9 0 658118243 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29368] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29368/stat : 29368 (python) S 29339 29341 28149 0 -1 4202560 26 938 0 0 0 0 0 0 21 0 9 0 658118247 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29615] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29615/stat : 29615 (python) S 29339 29341 28149 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 658157381 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29627] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29627/stat : 29627 (python) S 29339 29341 28149 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 658176579 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4786.74
Current children cumulated vsize (KiB) 5648276

[startup+1201.8 s]
/proc/loadavg: 9.17 9.20 9.06 10/484 29650
/proc/meminfo: memFree=15625784/32951124 swapFree=67082152/67111528
[pid=29341] ppid=29339 vsize=361448 CPUtime=0.56 cores=0,2,4,6
/proc/29341/stat : 29341 (python) R 29339 29341 28149 0 -1 4202496 16222 938 1 0 47 9 0 0 18 0 9 0 658108251 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 47033371319000 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29341/statm: 90362 7354 1890 364 0 26259 0
[pid=29347] ppid=29341 vsize=288892 CPUtime=0.31 cores=0,2,4,6
/proc/29347/stat : 29347 (python) S 29341 29341 28149 0 -1 4202560 1163 0 0 0 18 13 0 0 19 0 2 0 658108308 295825408 5635 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29347/statm: 72223 5635 416 364 0 8141 0
[pid=29349] ppid=29347 vsize=1017800 CPUtime=99.32 cores=0,2,4,6
/proc/29349/stat : 29349 (gnovelty+2) T 29347 29349 29349 0 -1 4202496 445 0 0 0 9932 0 0 0 25 0 1 0 658108309 1042227200 182 33554432000 134512640 135663704 4287450928 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29349/statm: 254450 182 113 282 0 254166 0
[pid=29347/tid=29362] ppid=29341 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/29347/task/29362/stat : 29362 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658118242 295825408 5635 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604453570685056 0 0 -1 6 0 0 0
[pid=29350] ppid=29341 vsize=289376 CPUtime=3.75 cores=0,2,4,6
/proc/29350/stat : 29350 (python) S 29341 29341 28149 0 -1 4202560 1158 0 0 0 197 178 0 0 15 0 2 0 658108309 296321024 5754 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29350/statm: 72344 5754 400 364 0 8259 0
[pid=29352] ppid=29350 vsize=167552 CPUtime=1096.91 cores=0,2,4,6
/proc/29352/stat : 29352 (march_hi) T 29350 29352 29352 0 -1 4202496 32075 0 0 0 109680 11 0 0 25 0 1 0 658108310 171573248 31812 33554432000 4194304 4955518 140733200012416 18446744073709551615 4209727 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29352/statm: 41888 31812 104 186 0 41701 0
[pid=29350/tid=29610] ppid=29341 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/29350/task/29610/stat : 29610 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658147572 296321024 5754 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604451441803520 0 0 -1 4 0 0 0
[pid=29353] ppid=29341 vsize=299160 CPUtime=0.31 cores=0,2,4,6
/proc/29353/stat : 29353 (python) S 29341 29341 28149 0 -1 4202560 1103 0 0 0 15 16 0 0 19 0 2 0 658108310 306339840 5655 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29353/statm: 74790 5655 400 364 0 10702 0
[pid=29355] ppid=29353 vsize=1017800 CPUtime=97.34 cores=0,2,4,6
/proc/29355/stat : 29355 (gnovelty+2) T 29353 29355 29355 0 -1 4202496 444 0 0 0 9734 0 0 0 25 0 1 0 658108311 1042227200 182 33554432000 134512640 135663704 4291953680 18446744073709551615 134524981 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29355/statm: 254450 182 113 282 0 254166 0
[pid=29353/tid=29366] ppid=29341 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/29353/task/29366/stat : 29366 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658118246 306339840 5655 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604441381821120 0 0 -1 6 0 0 0
[pid=29356] ppid=29341 vsize=310024 CPUtime=1.66 cores=0,2,4,6
/proc/29356/stat : 29356 (python) S 29341 29341 28149 0 -1 4202560 1167 0 0 0 88 78 0 0 15 0 2 0 658108311 317464576 5779 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29356/statm: 77506 5779 400 364 0 13415 0
[pid=29358] ppid=29356 vsize=77672 CPUtime=489.31 cores=0,2,4,6
/proc/29358/stat : 29358 (march_hi) T 29356 29358 29358 0 -1 4202496 15702 0 0 0 48927 4 0 0 25 0 1 0 658108312 79536128 15440 33554432000 4194304 4955518 140735449183968 18446744073709551615 4238735 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29358/statm: 19418 15440 104 186 0 19231 0
[pid=29356/tid=29609] ppid=29341 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/29356/task/29609/stat : 29609 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658147546 317464576 5779 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604448096294016 0 0 -1 2 0 0 0
[pid=29363] ppid=29341 vsize=320280 CPUtime=3.72 cores=0,2,4,6
/proc/29363/stat : 29363 (python) S 29341 29341 28149 0 -1 4202560 1162 0 0 0 195 177 0 0 15 0 2 0 658118243 327966720 5800 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29363/statm: 80070 5800 401 364 0 15976 0
[pid=29365] ppid=29363 vsize=167552 CPUtime=1086.7 cores=0,2,4,6
/proc/29365/stat : 29365 (march_hi) R 29363 29365 29365 0 -1 4202496 31800 0 0 0 108656 14 0 0 25 0 1 0 658118243 171573248 31539 33554432000 4194304 4955518 140736325401760 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29365/statm: 41888 31539 104 186 0 41701 0
[pid=29363/tid=29633] ppid=29341 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/29363/task/29633/stat : 29633 (python) S 29341 29341 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658187588 327966720 5800 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604442213792448 0 0 -1 2 0 0 0
[pid=29367] ppid=29341 vsize=330536 CPUtime=2.31 cores=0,2,4,6
/proc/29367/stat : 29367 (python) S 29341 29341 28149 0 -1 4202560 1156 0 0 0 116 115 0 0 17 0 2 0 658118247 338468864 5805 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29367/statm: 82634 5805 400 364 0 18537 0
[pid=29369] ppid=29367 vsize=107140 CPUtime=683.45 cores=0,2,4,6
/proc/29369/stat : 29369 (march_hi) T 29367 29369 29369 0 -1 4202496 20851 0 0 0 68339 6 0 0 25 0 1 0 658118247 109711360 20590 33554432000 4194304 4955518 140734644458048 18446744073709551615 4227824 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29369/statm: 26785 20590 104 186 0 26598 0
[pid=29367/tid=29632] ppid=29341 vsize=330536 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29632/stat : 29632 (python) S 29341 29341 28149 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658186889 338468864 5805 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 514 18446604450559177728 0 0 -1 2 0 0 0
[pid=29614] ppid=29341 vsize=340948 CPUtime=2.4 cores=0,2,4,6
/proc/29614/stat : 29614 (python) S 29341 29341 28149 0 -1 4202560 1016 0 0 0 126 114 0 0 15 0 1 0 658157381 349130752 5807 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 15696416891897610497 0 0 17 2 0 0 0
/proc/29614/statm: 85237 5807 371 364 0 21137 0
[pid=29616] ppid=29614 vsize=123220 CPUtime=701.67 cores=0,2,4,6
/proc/29616/stat : 29616 (march_hi) R 29614 29616 29616 0 -1 4202496 21406 0 0 0 70162 5 0 0 25 0 1 0 658157381 126177280 21146 33554432000 4194304 4955518 140734366743680 18446744073709551615 4263685 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29616/statm: 30805 21146 104 186 0 30618 0
[pid=29626] ppid=29341 vsize=351204 CPUtime=1.79 cores=0,2,4,6
/proc/29626/stat : 29626 (python) S 29341 29341 28149 0 -1 4202560 1051 0 0 0 97 82 0 0 15 0 1 0 658176578 359632896 5817 33554432000 4194304 5683644 140735696971664 18446744073709551615 228244368966 0 0 16781312 514 15696416891897610498 0 0 17 2 0 0 0
/proc/29626/statm: 87801 5817 377 364 0 23698 0
[pid=29628] ppid=29626 vsize=77672 CPUtime=516.03 cores=0,2,4,6
/proc/29628/stat : 29628 (march_hi) R 29626 29628 29628 0 -1 4202496 16504 0 0 0 51600 3 0 0 25 0 1 0 658176579 79536128 16237 33554432000 4194304 4955518 140736682042160 18446744073709551615 4239104 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29628/statm: 19418 16237 104 186 0 19231 0
[pid=29341/tid=29348] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29348/stat : 29348 (python) S 29339 29341 28149 0 -1 4202560 27 938 0 0 0 0 0 0 19 0 9 0 658108309 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 0 0 0 0
[pid=29341/tid=29351] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29351/stat : 29351 (python) S 29339 29341 28149 0 -1 4202560 37 938 0 0 0 0 0 0 18 0 9 0 658108310 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29354] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29354/stat : 29354 (python) S 29339 29341 28149 0 -1 4202560 23 938 0 0 0 0 0 0 23 0 9 0 658108310 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 6 0 0 0
[pid=29341/tid=29357] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29357/stat : 29357 (python) S 29339 29341 28149 0 -1 4202560 35 938 0 0 0 0 0 0 18 0 9 0 658108311 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29364] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29364/stat : 29364 (python) S 29339 29341 28149 0 -1 4202560 31 938 0 0 0 0 0 0 18 0 9 0 658118243 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29368] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29368/stat : 29368 (python) S 29339 29341 28149 0 -1 4202560 26 938 0 0 0 0 0 0 21 0 9 0 658118247 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29615] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29615/stat : 29615 (python) S 29339 29341 28149 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 658157381 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
[pid=29341/tid=29627] ppid=29339 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/29341/task/29627/stat : 29627 (python) S 29339 29341 28149 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 658176579 370122752 7354 33554432000 4194304 5683644 140735696971664 18446744073709551615 228256172465 0 0 16781312 2 18446604446747751616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4787.54
Current children cumulated vsize (KiB) 5648276

Child status: 0
Real time (s): 1201.86
CPU time (s): 4787.87
CPU user time (s): 4779.48
CPU system time (s): 8.38872
CPU usage (%): 398.372
Max. virtual memory (cumulated for all children) (KiB): 5648280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4779.48
system time used= 8.38872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169781
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= 8687
involuntary context switches= 28410

runsolver used 5.61415 second user time and 11.8172 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 15:11:43
IDJOB=3378371
IDBENCH=82780
IDSOLVER=1859
FILE ID=node136/3378371-1305465103
RUNJOBID= node136-1305462567-28167
PBS_JOBID= 13324968
Free space on /tmp= 72980 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S943066845-088.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-3378371-1305465103/watcher-3378371-1305465103 -o /tmp/evaluation-result-3378371-1305465103/solver-3378371-1305465103 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378371-1305465103.cnf -seed 1257591083 -budget 4800 -cores 4

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

MD5SUM BENCH= 9ba8ad6ebe939ddb75efcc3aec0126e6
RANDOM SEED=1257591083

node136.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.809
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.61
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.809
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.75
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.809
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.809
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.76
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.809
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.809
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.83
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.809
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.809
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:     32951124 kB
MemFree:      16547956 kB
Buffers:        317300 kB
Cached:        5938896 kB
SwapCached:       2740 kB
Active:       11630796 kB
Inactive:      4399624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16547956 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           31940 kB
Writeback:           0 kB
AnonPages:     9772300 kB
Mapped:          39720 kB
Slab:           242900 kB
PageTables:      61956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118499124 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= 72940 MiB
End job on node136 at 2011-05-15 15:31:45