Trace number 3378437

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 544.638 137.233

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1273410420-036.UNKNOWN.cnf
MD5SUMc7c56fd965d7a6907a8127d8bee5e481
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.9237
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378437-1305465459.cnf
0.32/0.46	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.51/0.65	c INFO: computed variable balance statistics
0.61/0.70	c INFO: computed small-clause counts
0.61/0.70	c INFO: computed Horn-clause counts
0.61/0.71	c INFO: computed variable graph statistics
0.61/0.71	c INFO: collected features for HOME/instance-3378437-1305465459.cnf in 0.25 s
0.61/0.72	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.61/0.73	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.10)
0.61/0.74	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.61/0.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.03)
400.25/101.07	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.16)
400.25/101.08	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.14)
400.25/101.09	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.03)
400.54/101.10	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.12)
544.07/137.21	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-3378437-1305465459/watcher-3378437-1305465459 -o /tmp/evaluation-result-3378437-1305465459/solver-3378437-1305465459 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378437-1305465459.cnf -seed 1153065778 -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: 8.19 8.25 7.83 6/451 29611
/proc/meminfo: memFree=20678328/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/29611/stat : 29611 (python) R 29609 29611 28586 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 736776593 16629760 870 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29611/statm: 4060 870 368 364 0 547 0

[startup+0.104498 s]
/proc/loadavg: 8.19 8.25 7.83 6/451 29611
/proc/meminfo: memFree=20678328/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/29611/stat : 29611 (python) R 29609 29611 28586 0 -1 4202496 3152 0 0 0 5 2 0 0 25 0 1 0 736776593 107126784 2828 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905392128 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29611/statm: 26154 2828 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.20048 s]
/proc/loadavg: 8.19 8.25 7.83 6/451 29611
/proc/meminfo: memFree=20678328/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=131296 CPUtime=0.15 cores=0,2,4,6
/proc/29611/stat : 29611 (python) R 29609 29611 28586 0 -1 4202496 5685 940 1 0 12 3 0 0 25 0 1 0 736776593 134447104 4088 33554432000 4194304 5683644 140736604935568 18446744073709551615 5212725 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29611/statm: 32824 4088 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131296

[startup+0.300463 s]
/proc/loadavg: 8.19 8.25 7.83 6/451 29611
/proc/meminfo: memFree=20678328/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=190252 CPUtime=0.23 cores=0,2,4,6
/proc/29611/stat : 29611 (python) R 29609 29611 28586 0 -1 4202496 6890 940 1 0 17 6 0 0 25 0 1 0 736776593 194818048 4943 33554432000 4194304 5683644 140736604935568 18446744073709551615 260900470340 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29611/statm: 48080 4945 1423 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190252

[startup+0.700386 s]
/proc/loadavg: 8.19 8.25 7.83 6/451 29611
/proc/meminfo: memFree=20678328/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=279216 CPUtime=0.61 cores=0,2,4,6
/proc/29611/stat : 29611 (python) R 29609 29611 28586 0 -1 4202496 9531 940 1 0 52 9 0 0 25 0 1 0 736776593 285917184 7199 33554432000 4194304 5683644 140736604935568 18446744073709551615 47495042251248 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29611/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279216

[startup+1.50124 s]
/proc/loadavg: 8.18 8.25 7.83 9/464 29632
/proc/meminfo: memFree=20636808/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=320640 CPUtime=0.66 cores=0,2,4,6
/proc/29611/stat : 29611 (python) S 29609 29611 28586 0 -1 4202496 12431 940 1 0 56 10 0 0 25 0 5 0 736776593 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29611/statm: 80160 7359 1883 364 0 16069 0
[pid=29617] ppid=29611 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/29617/stat : 29617 (python) S 29611 29611 28586 0 -1 4202560 732 0 0 0 0 0 0 0 25 0 1 0 736776666 285941760 5726 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414159 0 0 16781312 514 1444911115308892159 0 0 17 2 0 0 0
/proc/29617/statm: 69810 5726 354 364 0 5728 0
[pid=29619] ppid=29617 vsize=1017932 CPUtime=0.75 cores=0,2,4,6
/proc/29619/stat : 29619 (gnovelty+2) R 29617 29619 29619 0 -1 4202496 488 0 0 0 75 0 0 0 25 0 1 0 736776666 1042362368 226 33554432000 134512640 135663704 4292956000 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29619/statm: 254483 226 113 282 0 254199 0
[pid=29620] ppid=29611 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29620/stat : 29620 (python) S 29611 29611 28586 0 -1 4202560 735 0 0 0 0 0 0 0 25 0 1 0 736776667 296841216 5812 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 6483732662115631103 0 0 17 2 0 0 0
/proc/29620/statm: 72471 5812 348 364 0 8386 0
[pid=29623] ppid=29620 vsize=1017932 CPUtime=0.76 cores=0,2,4,6
/proc/29623/stat : 29623 (gnovelty+2) R 29620 29623 29623 0 -1 4202496 490 0 0 0 76 0 0 0 25 0 1 0 736776667 1042362368 227 33554432000 134512640 135663704 4289110448 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29623/statm: 254483 227 113 282 0 254199 0
[pid=29624] ppid=29611 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29624/stat : 29624 (python) S 29611 29611 28586 0 -1 4202560 719 0 0 0 0 0 0 0 25 0 1 0 736776668 307343360 5812 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 340818647213670399 0 0 17 2 0 0 0
/proc/29624/statm: 75035 5812 344 364 0 10947 0
[pid=29627] ppid=29624 vsize=416524 CPUtime=0.75 cores=0,2,4,6
/proc/29627/stat : 29627 (adaptg2wsat2009) R 29624 29627 29627 0 -1 4202496 586 0 0 0 75 0 0 0 25 0 1 0 736776668 426520576 323 33554432000 134512640 135107411 4289347568 18446744073709551615 134531248 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29627/statm: 104131 323 59 146 0 103007 0
[pid=29629] ppid=29611 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29629/stat : 29629 (python) S 29611 29611 28586 0 -1 4202560 726 0 0 0 0 0 0 0 25 0 1 0 736776669 317845504 5816 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 1709768623033155583 0 0 17 4 0 0 0
/proc/29629/statm: 77599 5816 344 364 0 13508 0
[pid=29632] ppid=29629 vsize=416524 CPUtime=0.74 cores=0,2,4,6
/proc/29632/stat : 29632 (adaptg2wsat2009) R 29629 29632 29632 0 -1 4202496 583 0 0 0 74 0 0 0 25 0 1 0 736776669 426520576 321 33554432000 134512640 135107411 4294232576 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29632/statm: 104131 321 59 146 0 103007 0
[pid=29611/tid=29618] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29618/stat : 29618 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 5 0 736776666 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=29611/tid=29621] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29621/stat : 29621 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 5 0 736776667 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29626] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29626/stat : 29626 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 5 0 736776668 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29630] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29630/stat : 29630 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 5 0 736776669 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 4369212

[startup+3.10095 s]
/proc/loadavg: 8.18 8.25 7.83 9/464 29632
/proc/meminfo: memFree=20634328/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=320640 CPUtime=0.66 cores=0,2,4,6
/proc/29611/stat : 29611 (python) S 29609 29611 28586 0 -1 4202496 12431 940 1 0 56 10 0 0 25 0 5 0 736776593 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29611/statm: 80160 7359 1883 364 0 16069 0
[pid=29617] ppid=29611 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/29617/stat : 29617 (python) S 29611 29611 28586 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 736776666 285941760 5726 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414159 0 0 16781312 514 1444911115308859651 0 0 17 2 0 0 0
/proc/29617/statm: 69810 5726 354 364 0 5728 0
[pid=29619] ppid=29617 vsize=1017932 CPUtime=2.34 cores=0,2,4,6
/proc/29619/stat : 29619 (gnovelty+2) R 29617 29619 29619 0 -1 4202496 488 0 0 0 234 0 0 0 25 0 1 0 736776666 1042362368 226 33554432000 134512640 135663704 4292956000 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29619/statm: 254483 226 113 282 0 254199 0
[pid=29620] ppid=29611 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29620/stat : 29620 (python) S 29611 29611 28586 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 736776667 296841216 5812 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 6483732662115598593 0 0 17 2 0 0 0
/proc/29620/statm: 72471 5812 348 364 0 8386 0
[pid=29623] ppid=29620 vsize=1017932 CPUtime=2.36 cores=0,2,4,6
/proc/29623/stat : 29623 (gnovelty+2) R 29620 29623 29623 0 -1 4202496 490 0 0 0 236 0 0 0 25 0 1 0 736776667 1042362368 227 33554432000 134512640 135663704 4289110448 18446744073709551615 134525181 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29623/statm: 254483 227 113 282 0 254199 0
[pid=29624] ppid=29611 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29624/stat : 29624 (python) S 29611 29611 28586 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 736776668 307343360 5816 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 340818647213637890 0 0 17 2 0 0 0
/proc/29624/statm: 75035 5816 348 364 0 10947 0
[pid=29627] ppid=29624 vsize=416524 CPUtime=2.35 cores=0,2,4,6
/proc/29627/stat : 29627 (adaptg2wsat2009) R 29624 29627 29627 0 -1 4202496 586 0 0 0 235 0 0 0 25 0 1 0 736776668 426520576 323 33554432000 134512640 135107411 4289347568 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29627/statm: 104131 323 59 146 0 103007 0
[pid=29629] ppid=29611 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29629/stat : 29629 (python) S 29611 29611 28586 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 736776669 317845504 5820 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 1709768623033123074 0 0 17 4 0 0 0
/proc/29629/statm: 77599 5820 348 364 0 13508 0
[pid=29632] ppid=29629 vsize=416524 CPUtime=2.34 cores=0,2,4,6
/proc/29632/stat : 29632 (adaptg2wsat2009) R 29629 29632 29632 0 -1 4202496 583 0 0 0 234 0 0 0 25 0 1 0 736776669 426520576 321 33554432000 134512640 135107411 4294232576 18446744073709551615 134532376 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29632/statm: 104131 321 59 146 0 103007 0
[pid=29611/tid=29618] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29618/stat : 29618 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 5 0 736776666 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=29611/tid=29621] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29621/stat : 29621 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 5 0 736776667 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29626] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29626/stat : 29626 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 5 0 736776668 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29630] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29630/stat : 29630 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 5 0 736776669 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.05
Current children cumulated vsize (KiB) 4369212

[startup+6.30136 s]
/proc/loadavg: 8.18 8.25 7.83 9/464 29632
/proc/meminfo: memFree=20629500/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=320640 CPUtime=0.66 cores=0,2,4,6
/proc/29611/stat : 29611 (python) S 29609 29611 28586 0 -1 4202496 12431 940 1 0 56 10 0 0 25 0 5 0 736776593 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29611/statm: 80160 7359 1883 364 0 16069 0
[pid=29617] ppid=29611 vsize=279240 CPUtime=0.01 cores=0,2,4,6
/proc/29617/stat : 29617 (python) S 29611 29611 28586 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 736776666 285941760 5749 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414159 0 0 16781312 514 1444911115308859651 0 0 17 2 0 0 0
/proc/29617/statm: 69810 5749 377 364 0 5728 0
[pid=29619] ppid=29617 vsize=1017932 CPUtime=5.49 cores=0,2,4,6
/proc/29619/stat : 29619 (gnovelty+2) R 29617 29619 29619 0 -1 4202496 488 0 0 0 549 0 0 0 25 0 1 0 736776666 1042362368 226 33554432000 134512640 135663704 4292956000 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29619/statm: 254483 226 113 282 0 254199 0
[pid=29620] ppid=29611 vsize=289884 CPUtime=0.01 cores=0,2,4,6
/proc/29620/stat : 29620 (python) S 29611 29611 28586 0 -1 4202560 910 0 0 0 0 1 0 0 18 0 1 0 736776667 296841216 5835 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 6483732662115598593 0 0 17 2 0 0 0
/proc/29620/statm: 72471 5835 371 364 0 8386 0
[pid=29623] ppid=29620 vsize=1017932 CPUtime=5.56 cores=0,2,4,6
/proc/29623/stat : 29623 (gnovelty+2) R 29620 29623 29623 0 -1 4202496 490 0 0 0 556 0 0 0 25 0 1 0 736776667 1042362368 227 33554432000 134512640 135663704 4289110448 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29623/statm: 254483 227 113 282 0 254199 0
[pid=29624] ppid=29611 vsize=300140 CPUtime=0.01 cores=0,2,4,6
/proc/29624/stat : 29624 (python) S 29611 29611 28586 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 736776668 307343360 5839 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 340818647213637890 0 0 17 4 0 0 0
/proc/29624/statm: 75035 5839 371 364 0 10947 0
[pid=29627] ppid=29624 vsize=416524 CPUtime=5.49 cores=0,2,4,6
/proc/29627/stat : 29627 (adaptg2wsat2009) R 29624 29627 29627 0 -1 4202496 586 0 0 0 549 0 0 0 25 0 1 0 736776668 426520576 323 33554432000 134512640 135107411 4289347568 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29627/statm: 104131 323 59 146 0 103007 0
[pid=29629] ppid=29611 vsize=310396 CPUtime=0.01 cores=0,2,4,6
/proc/29629/stat : 29629 (python) S 29611 29611 28586 0 -1 4202560 917 0 0 0 1 0 0 0 18 0 1 0 736776669 317845504 5843 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 1709768623033123074 0 0 17 2 0 0 0
/proc/29629/statm: 77599 5843 371 364 0 13508 0
[pid=29632] ppid=29629 vsize=416524 CPUtime=5.52 cores=0,2,4,6
/proc/29632/stat : 29632 (adaptg2wsat2009) R 29629 29632 29632 0 -1 4202496 583 0 0 0 552 0 0 0 25 0 1 0 736776669 426520576 321 33554432000 134512640 135107411 4294232576 18446744073709551615 134532229 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29632/statm: 104131 321 59 146 0 103007 0
[pid=29611/tid=29618] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29618/stat : 29618 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 5 0 736776666 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=29611/tid=29621] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29621/stat : 29621 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 5 0 736776667 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29626] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29626/stat : 29626 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 5 0 736776668 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29630] ppid=29609 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29630/stat : 29630 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 5 0 736776669 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.76
Current children cumulated vsize (KiB) 4369212

[startup+12.7012 s]
/proc/loadavg: 8.15 8.24 7.83 9/464 29632
/proc/meminfo: memFree=20623864/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=320640 CPUtime=0.66 cores=0,2,4,6
/proc/29611/stat : 29611 (python) S 29609 29611 28586 0 -1 4202496 12431 940 1 0 56 10 0 0 25 0 5 0 736776593 328335360 7359 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29611/statm: 80160 7359 1883 364 0 16069 0
[pid=29617] ppid=29611 vsize=279240 CPUtime=0.03 cores=0,2,4,6
/proc/29617/stat : 29617 (python) S 29611 29611 28586 0 -1 4202560 901 0 0 0 2 1 0 0 18 0 1 0 736776666 285941760 5749 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414159 0 0 16781312 514 6310422687248253187 0 0 17 2 0 0 0
/proc/29617/statm: 69810 5749 377 364 0 5728 0
[pid=29619] ppid=29617 vsize=1017932 CPUtime=11.8 cores=0,2,4,6
/proc/29619/stat : 29619 (gnovelty+2) R 29617 29619 29619 0 -1 4202496 488 0 0 0 1180 0 0 0 25 0 1 0 736776666 1042362368 226 33554432000 134512640 135663704 4292956000 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29619/statm: 254483 226 113 282 0 254199 0
[pid=29620] ppid=29611 vsize=289884 CPUtime=0.03 cores=0,2,4,6

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

[pid=29611/tid=29650] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29650/stat : 29650 (python) S 29609 29611 28586 0 -1 4202560 25 940 0 0 0 0 0 0 22 0 9 0 736786702 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 6 0 0 0
[pid=29611/tid=29655] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29655/stat : 29655 (python) S 29609 29611 28586 0 -1 4202560 23 940 0 0 0 0 0 0 24 0 9 0 736786703 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=29611/tid=29659] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29659/stat : 29659 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 9 0 736786704 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 542.77
Current children cumulated vsize (KiB) 6183412

[startup+137.001 s]
/proc/loadavg: 8.42 8.30 7.90 11/483 29661
/proc/meminfo: memFree=20501392/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=361664 CPUtime=0.7 cores=0,2,4,6
/proc/29611/stat : 29611 (python) S 29609 29611 28586 0 -1 4202496 15779 940 1 0 60 10 0 0 25 0 9 0 736776593 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29611/statm: 90416 7384 1892 364 0 26313 0
[pid=29617] ppid=29611 vsize=289484 CPUtime=0.31 cores=0,2,4,6
/proc/29617/stat : 29617 (python) S 29611 29611 28586 0 -1 4202560 1166 0 0 0 17 14 0 0 19 0 2 0 736776666 296431616 5793 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29617/statm: 72371 5793 416 364 0 8289 0
[pid=29619] ppid=29617 vsize=1017932 CPUtime=98.94 cores=0,2,4,6
/proc/29619/stat : 29619 (gnovelty+2) T 29617 29619 29619 0 -1 4202496 488 0 0 0 9894 0 0 0 25 0 1 0 736776666 1042362368 226 33554432000 134512640 135663704 4292956000 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29619/statm: 254483 226 113 282 0 254199 0
[pid=29617/tid=29642] ppid=29611 vsize=289484 CPUtime=0 cores=0,2,4,6
/proc/29617/task/29642/stat : 29642 (python) S 29611 29611 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736786698 296431616 5793 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604444659178240 0 0 -1 2 0 0 0
[pid=29620] ppid=29611 vsize=289884 CPUtime=0.31 cores=0,2,4,6
/proc/29620/stat : 29620 (python) S 29611 29611 28586 0 -1 4202560 1097 0 0 0 16 15 0 0 19 0 2 0 736776667 296841216 5865 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29620/statm: 72471 5865 400 364 0 8386 0
[pid=29623] ppid=29620 vsize=1017932 CPUtime=100.3 cores=0,2,4,6
/proc/29623/stat : 29623 (gnovelty+2) T 29620 29623 29623 0 -1 4202496 490 0 0 0 10030 0 0 0 25 0 1 0 736776667 1042362368 227 33554432000 134512640 135663704 4289110448 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29623/statm: 254483 227 113 282 0 254199 0
[pid=29620/tid=29644] ppid=29611 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29620/task/29644/stat : 29644 (python) S 29611 29611 28586 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736786700 296841216 5865 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604450127337600 0 0 -1 6 0 0 0
[pid=29624] ppid=29611 vsize=300140 CPUtime=0.31 cores=0,2,4,6
/proc/29624/stat : 29624 (python) S 29611 29611 28586 0 -1 4202560 1096 0 0 0 17 14 0 0 19 0 2 0 736776668 307343360 5869 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29624/statm: 75035 5869 400 364 0 10947 0
[pid=29627] ppid=29624 vsize=416524 CPUtime=99.37 cores=0,2,4,6
/proc/29627/stat : 29627 (adaptg2wsat2009) T 29624 29627 29627 0 -1 4202496 586 0 0 0 9937 0 0 0 25 0 1 0 736776668 426520576 323 33554432000 134512640 135107411 4289347568 18446744073709551615 134531896 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29627/statm: 104131 323 59 146 0 103007 0
[pid=29624/tid=29645] ppid=29611 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29624/task/29645/stat : 29645 (python) S 29611 29611 28586 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736786700 307343360 5869 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604452992046272 0 0 -1 4 0 0 0
[pid=29629] ppid=29611 vsize=310396 CPUtime=0.31 cores=0,2,4,6
/proc/29629/stat : 29629 (python) S 29611 29611 28586 0 -1 4202560 1102 0 0 0 17 14 0 0 19 0 2 0 736776669 317845504 5873 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29629/statm: 77599 5873 400 364 0 13508 0
[pid=29632] ppid=29629 vsize=416524 CPUtime=100 cores=0,2,4,6
/proc/29632/stat : 29632 (adaptg2wsat2009) T 29629 29632 29632 0 -1 4202496 583 0 0 0 10000 0 0 0 25 0 1 0 736776669 426520576 321 33554432000 134512640 135107411 4294232576 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29632/statm: 104131 321 59 146 0 103007 0
[pid=29629/tid=29652] ppid=29611 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29629/task/29652/stat : 29652 (python) S 29611 29611 28586 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736786702 317845504 5873 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604449015812480 0 0 -1 2 0 0 0
[pid=29646] ppid=29611 vsize=320652 CPUtime=0.99 cores=0,2,4,6
/proc/29646/stat : 29646 (python) R 29611 29611 28586 0 -1 4202560 947 0 0 0 81 18 0 0 16 0 1 0 736786700 328347648 5847 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917224255 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29646/statm: 80163 5847 371 364 0 16069 0
[pid=29648] ppid=29646 vsize=0 CPUtime=35 cores=0,2,4,6
/proc/29648/stat : 29648 (march_hi) R 29646 29648 29648 0 -1 4202500 990 0 0 0 3500 0 0 0 25 0 1 0 736786701 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29648/statm: 0 0 0 0 0 0 0
[pid=29649] ppid=29611 vsize=330908 CPUtime=0.15 cores=0,2,4,6
/proc/29649/stat : 29649 (python) S 29611 29611 28586 0 -1 4202560 942 0 0 0 10 5 0 0 15 0 1 0 736786702 338849792 5851 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 5606932045168083203 0 0 17 6 0 0 0
/proc/29649/statm: 82727 5851 371 364 0 18630 0
[pid=29653] ppid=29649 vsize=2264 CPUtime=35.22 cores=0,2,4,6
/proc/29653/stat : 29653 (march_hi) R 29649 29653 29653 0 -1 4202496 986 0 0 0 3522 0 0 0 25 0 1 0 736786702 2318336 392 33554432000 4194304 4955518 140737264233632 18446744073709551615 4296758 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29653/statm: 566 392 106 186 0 379 0
[pid=29654] ppid=29611 vsize=341164 CPUtime=0.1 cores=0,2,4,6
/proc/29654/stat : 29654 (python) S 29611 29611 28586 0 -1 4202560 921 0 0 0 6 4 0 0 18 0 1 0 736786703 349351936 5855 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 6310422687248253185 0 0 17 0 0 0 0
/proc/29654/statm: 85291 5855 371 364 0 21191 0
[pid=29657] ppid=29654 vsize=416524 CPUtime=35.68 cores=0,2,4,6
/proc/29657/stat : 29657 (adaptg2wsat2009) R 29654 29657 29657 0 -1 4202496 582 0 0 0 3568 0 0 0 25 0 1 0 736786703 426520576 320 33554432000 134512640 135107411 4289735056 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29657/statm: 104131 320 59 146 0 103007 0
[pid=29658] ppid=29611 vsize=351420 CPUtime=0.91 cores=0,2,4,6
/proc/29658/stat : 29658 (python) R 29611 29611 28586 0 -1 4202560 990 0 0 0 74 17 0 0 16 0 1 0 736786704 359854080 5865 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29658/statm: 87855 5865 377 364 0 23752 0
[pid=29661] ppid=29658 vsize=0 CPUtime=34.96 cores=0,2,4,6
/proc/29661/stat : 29661 (march_hi) R 29658 29661 29661 0 -1 4202500 996 0 0 0 3496 0 0 0 25 0 1 0 736786704 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29661/statm: 0 0 0 0 0 0 0
[pid=29611/tid=29618] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29618/stat : 29618 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 9 0 736776666 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=29611/tid=29621] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29621/stat : 29621 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 9 0 736776667 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29626] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29626/stat : 29626 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 9 0 736776668 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29630] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29630/stat : 29630 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 9 0 736776669 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=29611/tid=29647] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29647/stat : 29647 (python) S 29609 29611 28586 0 -1 4202560 23 940 0 0 0 0 0 0 20 0 9 0 736786701 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=29611/tid=29650] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29650/stat : 29650 (python) S 29609 29611 28586 0 -1 4202560 25 940 0 0 0 0 0 0 22 0 9 0 736786702 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 6 0 0 0
[pid=29611/tid=29655] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29655/stat : 29655 (python) S 29609 29611 28586 0 -1 4202560 23 940 0 0 0 0 0 0 24 0 9 0 736786703 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=29611/tid=29659] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29659/stat : 29659 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 9 0 736786704 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 543.56
Current children cumulated vsize (KiB) 6183412

[startup+137.106 s]
/proc/loadavg: 8.42 8.30 7.90 11/483 29661
/proc/meminfo: memFree=20501392/32950928 swapFree=65730864/67111528
[pid=29611] ppid=29609 vsize=361664 CPUtime=0.7 cores=0,2,4,6
/proc/29611/stat : 29611 (python) S 29609 29611 28586 0 -1 4202496 15779 940 1 0 60 10 0 0 25 0 9 0 736776593 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29611/statm: 90416 7384 1892 364 0 26313 0
[pid=29617] ppid=29611 vsize=289484 CPUtime=0.31 cores=0,2,4,6
/proc/29617/stat : 29617 (python) S 29611 29611 28586 0 -1 4202560 1166 0 0 0 17 14 0 0 19 0 2 0 736776666 296431616 5793 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29617/statm: 72371 5793 416 364 0 8289 0
[pid=29619] ppid=29617 vsize=1017932 CPUtime=98.94 cores=0,2,4,6
/proc/29619/stat : 29619 (gnovelty+2) T 29617 29619 29619 0 -1 4202496 488 0 0 0 9894 0 0 0 25 0 1 0 736776666 1042362368 226 33554432000 134512640 135663704 4292956000 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29619/statm: 254483 226 113 282 0 254199 0
[pid=29617/tid=29642] ppid=29611 vsize=289484 CPUtime=0 cores=0,2,4,6
/proc/29617/task/29642/stat : 29642 (python) S 29611 29611 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736786698 296431616 5793 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604444659178240 0 0 -1 2 0 0 0
[pid=29620] ppid=29611 vsize=289884 CPUtime=0.31 cores=0,2,4,6
/proc/29620/stat : 29620 (python) S 29611 29611 28586 0 -1 4202560 1097 0 0 0 16 15 0 0 19 0 2 0 736776667 296841216 5865 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29620/statm: 72471 5865 400 364 0 8386 0
[pid=29623] ppid=29620 vsize=1017932 CPUtime=100.3 cores=0,2,4,6
/proc/29623/stat : 29623 (gnovelty+2) T 29620 29623 29623 0 -1 4202496 490 0 0 0 10030 0 0 0 25 0 1 0 736776667 1042362368 227 33554432000 134512640 135663704 4289110448 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29623/statm: 254483 227 113 282 0 254199 0
[pid=29620/tid=29644] ppid=29611 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29620/task/29644/stat : 29644 (python) S 29611 29611 28586 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736786700 296841216 5865 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604450127337600 0 0 -1 6 0 0 0
[pid=29624] ppid=29611 vsize=300140 CPUtime=0.31 cores=0,2,4,6
/proc/29624/stat : 29624 (python) S 29611 29611 28586 0 -1 4202560 1096 0 0 0 17 14 0 0 19 0 2 0 736776668 307343360 5869 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29624/statm: 75035 5869 400 364 0 10947 0
[pid=29627] ppid=29624 vsize=416524 CPUtime=99.37 cores=0,2,4,6
/proc/29627/stat : 29627 (adaptg2wsat2009) T 29624 29627 29627 0 -1 4202496 586 0 0 0 9937 0 0 0 25 0 1 0 736776668 426520576 323 33554432000 134512640 135107411 4289347568 18446744073709551615 134531896 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29627/statm: 104131 323 59 146 0 103007 0
[pid=29624/tid=29645] ppid=29611 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29624/task/29645/stat : 29645 (python) S 29611 29611 28586 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736786700 307343360 5869 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604452992046272 0 0 -1 4 0 0 0
[pid=29629] ppid=29611 vsize=310396 CPUtime=0.31 cores=0,2,4,6
/proc/29629/stat : 29629 (python) S 29611 29611 28586 0 -1 4202560 1102 0 0 0 17 14 0 0 19 0 2 0 736776669 317845504 5873 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29629/statm: 77599 5873 400 364 0 13508 0
[pid=29632] ppid=29629 vsize=416524 CPUtime=100 cores=0,2,4,6
/proc/29632/stat : 29632 (adaptg2wsat2009) T 29629 29632 29632 0 -1 4202496 583 0 0 0 10000 0 0 0 25 0 1 0 736776669 426520576 321 33554432000 134512640 135107411 4294232576 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29632/statm: 104131 321 59 146 0 103007 0
[pid=29629/tid=29652] ppid=29611 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29629/task/29652/stat : 29652 (python) S 29611 29611 28586 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736786702 317845504 5873 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 514 18446604449015812480 0 0 -1 2 0 0 0
[pid=29646] ppid=29611 vsize=320652 CPUtime=1.09 cores=0,2,4,6
/proc/29646/stat : 29646 (python) R 29611 29611 28586 0 -1 4202560 947 0 0 0 89 20 0 0 17 0 1 0 736786700 328347648 5847 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29646/statm: 80163 5847 371 364 0 16069 0
[pid=29648] ppid=29646 vsize=0 CPUtime=35 cores=0,2,4,6
/proc/29648/stat : 29648 (march_hi) R 29646 29648 29648 0 -1 4202500 990 0 0 0 3500 0 0 0 25 0 1 0 736786701 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29648/statm: 0 0 0 0 0 0 0
[pid=29649] ppid=29611 vsize=330908 CPUtime=0.21 cores=0,2,4,6
/proc/29649/stat : 29649 (python) R 29611 29611 28586 0 -1 4202560 943 0 0 0 15 6 0 0 15 0 1 0 736786702 338849792 5851 33554432000 4194304 5683644 140736604935568 18446744073709551615 4870088 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/29649/statm: 82727 5851 371 364 0 18630 0
[pid=29653] ppid=29649 vsize=0 CPUtime=35.26 cores=0,2,4,6
/proc/29653/stat : 29653 (march_hi) R 29649 29653 29653 0 -1 4202500 987 0 0 0 3526 0 0 0 25 0 1 0 736786702 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29653/statm: 0 0 0 0 0 0 0
[pid=29654] ppid=29611 vsize=341164 CPUtime=0.1 cores=0,2,4,6
/proc/29654/stat : 29654 (python) S 29611 29611 28586 0 -1 4202560 921 0 0 0 6 4 0 0 18 0 1 0 736786703 349351936 5855 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 6310422687248253185 0 0 17 0 0 0 0
/proc/29654/statm: 85291 5855 371 364 0 21191 0
[pid=29657] ppid=29654 vsize=416524 CPUtime=35.79 cores=0,2,4,6
/proc/29657/stat : 29657 (adaptg2wsat2009) R 29654 29657 29657 0 -1 4202496 582 0 0 0 3579 0 0 0 25 0 1 0 736786703 426520576 320 33554432000 134512640 135107411 4289735056 18446744073709551615 134532379 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29657/statm: 104131 320 59 146 0 103007 0
[pid=29658] ppid=29611 vsize=351420 CPUtime=1.11 cores=0,2,4,6
/proc/29658/stat : 29658 (python) R 29611 29611 28586 0 -1 4202560 990 0 0 0 92 19 0 0 17 0 1 0 736786704 359854080 5865 33554432000 4194304 5683644 140736604935568 18446744073709551615 260905414214 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29658/statm: 87855 5865 377 364 0 23752 0
[pid=29661] ppid=29658 vsize=0 CPUtime=34.96 cores=0,2,4,6
/proc/29661/stat : 29661 (march_hi) R 29658 29661 29661 0 -1 4202500 996 0 0 0 3496 0 0 0 25 0 1 0 736786704 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29661/statm: 0 0 0 0 0 0 0
[pid=29611/tid=29618] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29618/stat : 29618 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 9 0 736776666 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=29611/tid=29621] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29621/stat : 29621 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 9 0 736776667 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29626] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29626/stat : 29626 (python) S 29609 29611 28586 0 -1 4202560 26 940 0 0 0 0 0 0 25 0 9 0 736776668 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=29611/tid=29630] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29630/stat : 29630 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 9 0 736776669 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=29611/tid=29647] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29647/stat : 29647 (python) S 29609 29611 28586 0 -1 4202560 23 940 0 0 0 0 0 0 20 0 9 0 736786701 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=29611/tid=29650] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29650/stat : 29650 (python) S 29609 29611 28586 0 -1 4202560 25 940 0 0 0 0 0 0 22 0 9 0 736786702 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 6 0 0 0
[pid=29611/tid=29655] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29655/stat : 29655 (python) S 29609 29611 28586 0 -1 4202560 23 940 0 0 0 0 0 0 24 0 9 0 736786703 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=29611/tid=29659] ppid=29609 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29611/task/29659/stat : 29659 (python) S 29609 29611 28586 0 -1 4202560 28 940 0 0 0 0 0 0 25 0 9 0 736786704 370343936 7384 33554432000 4194304 5683644 140736604935568 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 544.07
Current children cumulated vsize (KiB) 6181148

Child status: 0
Real time (s): 137.233
CPU time (s): 544.638
CPU user time (s): 543.328
CPU system time (s): 1.3098
CPU usage (%): 396.871
Max. virtual memory (cumulated for all children) (KiB): 6187940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 543.328
system time used= 1.3098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35925
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= 3888
involuntary context switches= 5152

runsolver used 0.582911 second user time and 1.3328 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 15:17:39
IDJOB=3378437
IDBENCH=82846
IDSOLVER=1859
FILE ID=node116/3378437-1305465459
RUNJOBID= node116-1305463137-28604
PBS_JOBID= 13324982
Free space on /tmp= 73108 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1273410420-036.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-3378437-1305465459/watcher-3378437-1305465459 -o /tmp/evaluation-result-3378437-1305465459/solver-3378437-1305465459 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378437-1305465459.cnf -seed 1153065778 -budget 4800 -cores 4

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

MD5SUM BENCH= c7c56fd965d7a6907a8127d8bee5e481
RANDOM SEED=1153065778

node116.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.826
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.65
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20678608 kB
Buffers:        124964 kB
Cached:        1337408 kB
SwapCached:      12356 kB
Active:       11113080 kB
Inactive:       919444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20678608 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           32352 kB
Writeback:           0 kB
AnonPages:    10568092 kB
Mapped:          26584 kB
Slab:           114084 kB
PageTables:      59008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 116514124 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= 73076 MiB
End job on node116 at 2011-05-15 15:19:56