Trace number 3378440

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 107.688 36.6551

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
MD5SUMbf255e5bc10dc75db5f2f0a4a1086e58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.615
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.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3378440-1305465545.cnf
0.31/0.45	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.49/0.64	c INFO: computed variable balance statistics
0.59/0.71	c INFO: computed small-clause counts
0.59/0.71	c INFO: computed Horn-clause counts
0.59/0.71	c INFO: computed variable graph statistics
0.59/0.71	c INFO: collected features for HOME/instance-3378440-1305465545.cnf in 0.26 s
0.59/0.72	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.59/0.73	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.59/0.74	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.59/0.76	c INFO: running march_hi@0 for 485 with 1199 remaining (b = 0.15)
107.49/36.63	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-3378440-1305465545/watcher-3378440-1305465545 -o /tmp/evaluation-result-3378440-1305465545/solver-3378440-1305465545 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378440-1305465545.cnf -seed 1784077363 -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: 11.24 11.19 10.57 9/477 18099
/proc/meminfo: memFree=24600816/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/18099/stat : 18099 (python) R 18097 18099 16982 0 -1 4202496 1048 0 0 0 0 0 0 0 25 0 1 0 658157088 16625664 921 33554432000 4194304 5683644 140737064155584 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18099/statm: 4059 921 381 364 0 546 0

[startup+0.0436101 s]
/proc/loadavg: 11.24 11.19 10.57 9/477 18099
/proc/meminfo: memFree=24600816/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=25284 CPUtime=0.02 cores=0,2,4,6
/proc/18099/stat : 18099 (python) R 18097 18099 16982 0 -1 4202496 1342 0 0 0 2 0 0 0 25 0 1 0 658157088 25890816 1190 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634513408 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/18099/statm: 6321 1190 438 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25284

[startup+0.101021 s]
/proc/loadavg: 11.24 11.19 10.57 9/477 18099
/proc/meminfo: memFree=24600816/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=104612 CPUtime=0.07 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 3097 0 0 0 6 1 0 0 25 0 1 0 658157088 107122688 2778 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18099/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300557 s]
/proc/loadavg: 11.24 11.19 10.57 9/477 18099
/proc/meminfo: memFree=24600816/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=198916 CPUtime=0.22 cores=0,2,4,6
/proc/18099/stat : 18099 (python) R 18097 18099 16982 0 -1 4202496 7015 933 1 0 17 5 0 0 25 0 1 0 658157088 203689984 5053 33554432000 4194304 5683644 140737064155584 18446744073709551615 47319730107385 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18099/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700485 s]
/proc/loadavg: 11.24 11.19 10.57 9/477 18099
/proc/meminfo: memFree=24600816/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=279216 CPUtime=0.59 cores=0,2,4,6
/proc/18099/stat : 18099 (python) R 18097 18099 16982 0 -1 4202496 9528 933 1 0 52 7 0 0 25 0 1 0 658157088 285917184 7199 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646339408 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18099/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279216

[startup+1.50134 s]
/proc/loadavg: 11.24 11.19 10.57 13/490 18116
/proc/meminfo: memFree=24561032/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 658157160 285941760 5726 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 4569431515989016575 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5726 354 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=0.75 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 75 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/18108/stat : 18108 (python) S 18099 18099 16982 0 -1 4202560 735 0 0 0 0 0 0 0 25 0 1 0 658157161 296841216 5812 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 5127656318189961215 0 0 17 4 0 0 0
/proc/18108/statm: 72471 5812 348 364 0 8386 0
[pid=18112] ppid=18108 vsize=1017932 CPUtime=0.33 cores=0,2,4,6
/proc/18112/stat : 18112 (gnovelty+2) R 18108 18112 18112 0 -1 4202496 489 0 0 0 33 0 0 0 25 0 1 0 658157163 1042362368 227 33554432000 134512640 135663704 4289988944 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18112/statm: 254483 227 113 282 0 254199 0
[pid=18110] ppid=18099 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/18110/stat : 18110 (python) S 18099 18099 16982 0 -1 4202560 713 0 0 0 0 0 0 0 25 0 1 0 658157162 307343360 5812 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 15823366783613534207 0 0 17 4 0 0 0
/proc/18110/statm: 75035 5812 344 364 0 10947 0
[pid=18113] ppid=18110 vsize=416520 CPUtime=0.3 cores=0,2,4,6
/proc/18113/stat : 18113 (adaptg2wsat2009) R 18110 18113 18113 0 -1 4202496 527 0 0 0 30 0 0 0 25 0 1 0 658157163 426516480 265 33554432000 134512640 135107411 4293416496 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18113/statm: 104130 265 49 146 0 103006 0
[pid=18114] ppid=18099 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/18114/stat : 18114 (python) S 18099 18099 16982 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 658157164 317845504 5820 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 5606931830419718403 0 0 17 4 0 0 0
/proc/18114/statm: 77599 5820 348 364 0 13508 0
[pid=18116] ppid=18114 vsize=2264 CPUtime=0.73 cores=0,2,4,6
/proc/18116/stat : 18116 (march_hi) R 18114 18116 18116 0 -1 4202496 988 0 0 0 73 0 0 0 25 0 1 0 658157164 2318336 392 33554432000 4194304 4955518 140735533618384 18446744073709551615 4297475 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18116/statm: 566 392 106 186 0 379 0
[pid=18099/tid=18106] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157161 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (python) S 18097 18099 16982 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 5 0 658157162 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 3954948

[startup+3.10106 s]
/proc/loadavg: 11.22 11.19 10.57 13/490 18116
/proc/meminfo: memFree=24559172/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658157160 285941760 5726 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 4569431515988984067 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5726 354 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=2.33 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 233 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134547172 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/18108/stat : 18108 (python) S 18099 18099 16982 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658157161 296841216 5812 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 5127656318189928708 0 0 17 4 0 0 0
/proc/18108/statm: 72471 5812 348 364 0 8386 0
[pid=18112] ppid=18108 vsize=1017932 CPUtime=1.13 cores=0,2,4,6
/proc/18112/stat : 18112 (gnovelty+2) R 18108 18112 18112 0 -1 4202496 489 0 0 0 113 0 0 0 25 0 1 0 658157163 1042362368 227 33554432000 134512640 135663704 4289988944 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18112/statm: 254483 227 113 282 0 254199 0
[pid=18110] ppid=18099 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/18110/stat : 18110 (python) S 18099 18099 16982 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 658157162 307343360 5816 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 15823366783613501700 0 0 17 4 0 0 0
/proc/18110/statm: 75035 5816 348 364 0 10947 0
[pid=18113] ppid=18110 vsize=416524 CPUtime=1.1 cores=0,2,4,6
/proc/18113/stat : 18113 (adaptg2wsat2009) R 18110 18113 18113 0 -1 4202496 583 0 0 0 110 0 0 0 25 0 1 0 658157163 426520576 321 33554432000 134512640 135107411 4293416496 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18113/statm: 104131 321 59 146 0 103007 0
[pid=18114] ppid=18099 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/18114/stat : 18114 (python) S 18099 18099 16982 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 658157164 317845504 5820 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 3333143115618812163 0 0 17 4 0 0 0
/proc/18114/statm: 77599 5820 348 364 0 13508 0
[pid=18116] ppid=18114 vsize=2264 CPUtime=2.32 cores=0,2,4,6
/proc/18116/stat : 18116 (march_hi) R 18114 18116 18116 0 -1 4202496 988 0 0 0 232 0 0 0 25 0 1 0 658157164 2318336 392 33554432000 4194304 4955518 140735533618384 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18116/statm: 566 392 106 186 0 379 0
[pid=18099/tid=18106] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157161 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (python) S 18097 18099 16982 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 5 0 658157162 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 3954952

[startup+6.3005 s]
/proc/loadavg: 11.22 11.19 10.57 13/490 18116
/proc/meminfo: memFree=24556204/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0.01 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 658157160 285941760 5749 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 4569431515988984067 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5749 377 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=5.46 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 546 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0.01 cores=0,2,4,6
/proc/18108/stat : 18108 (python) S 18099 18099 16982 0 -1 4202560 909 0 0 0 0 1 0 0 18 0 1 0 658157161 296841216 5835 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 5127656318189928708 0 0 17 4 0 0 0
/proc/18108/statm: 72471 5835 371 364 0 8386 0
[pid=18112] ppid=18108 vsize=1017932 CPUtime=2.73 cores=0,2,4,6
/proc/18112/stat : 18112 (gnovelty+2) R 18108 18112 18112 0 -1 4202496 489 0 0 0 273 0 0 0 25 0 1 0 658157163 1042362368 227 33554432000 134512640 135663704 4289988944 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18112/statm: 254483 227 113 282 0 254199 0
[pid=18110] ppid=18099 vsize=300140 CPUtime=0.01 cores=0,2,4,6
/proc/18110/stat : 18110 (python) S 18099 18099 16982 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 658157162 307343360 5839 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 15823366783613501700 0 0 17 4 0 0 0
/proc/18110/statm: 75035 5839 371 364 0 10947 0
[pid=18113] ppid=18110 vsize=416524 CPUtime=2.69 cores=0,2,4,6
/proc/18113/stat : 18113 (adaptg2wsat2009) R 18110 18113 18113 0 -1 4202496 583 0 0 0 269 0 0 0 25 0 1 0 658157163 426520576 321 33554432000 134512640 135107411 4293416496 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18113/statm: 104131 321 59 146 0 103007 0
[pid=18114] ppid=18099 vsize=310396 CPUtime=0.01 cores=0,2,4,6
/proc/18114/stat : 18114 (python) S 18099 18099 16982 0 -1 4202560 930 0 0 0 1 0 0 0 15 0 1 0 658157164 317845504 5843 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 3333143115618812163 0 0 17 4 0 0 0
/proc/18114/statm: 77599 5843 371 364 0 13508 0
[pid=18116] ppid=18114 vsize=2264 CPUtime=5.46 cores=0,2,4,6
/proc/18116/stat : 18116 (march_hi) R 18114 18116 18116 0 -1 4202496 988 0 0 0 546 0 0 0 25 0 1 0 658157164 2318336 392 33554432000 4194304 4955518 140735533618384 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18116/statm: 566 392 106 186 0 379 0
[pid=18099/tid=18106] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157161 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (python) S 18097 18099 16982 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 5 0 658157162 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.03
Current children cumulated vsize (KiB) 3954952

[startup+12.7014 s]
/proc/loadavg: 11.20 11.18 10.57 13/490 18116
/proc/meminfo: memFree=24552872/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0.03 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 901 0 0 0 2 1 0 0 18 0 1 0 658157160 285941760 5749 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 9666044214290383107 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5749 377 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=11.74 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 1174 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0.04 cores=0,2,4,6

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

[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 103.05
Current children cumulated vsize (KiB) 3952688

[startup+35.9013 s]
/proc/loadavg: 11.13 11.17 10.58 16/490 18117
/proc/meminfo: memFree=24543932/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0.12 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 911 0 0 0 6 6 0 0 18 0 1 0 658157160 285941760 5749 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 9666044214290383107 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5749 377 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=34.48 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 3448 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134564677 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/18108/stat : 18108 (python) S 18099 18099 16982 0 -1 4202560 922 0 0 0 7 4 0 0 18 0 1 0 658157161 296841216 5835 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 6 0 0 0
/proc/18108/statm: 72471 5835 371 364 0 8386 0
[pid=18112] ppid=18108 vsize=1017932 CPUtime=17.53 cores=0,2,4,6
/proc/18112/stat : 18112 (gnovelty+2) R 18108 18112 18112 0 -1 4202496 489 0 0 0 1753 0 0 0 25 0 1 0 658157163 1042362368 227 33554432000 134512640 135663704 4289988944 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18112/statm: 254483 227 113 282 0 254199 0
[pid=18110] ppid=18099 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/18110/stat : 18110 (python) S 18099 18099 16982 0 -1 4202560 918 0 0 0 6 5 0 0 18 0 1 0 658157162 307343360 5839 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 2 0 0 0
/proc/18110/statm: 75035 5839 371 364 0 10947 0
[pid=18113] ppid=18110 vsize=416524 CPUtime=17.49 cores=0,2,4,6
/proc/18113/stat : 18113 (adaptg2wsat2009) R 18110 18113 18113 0 -1 4202496 583 0 0 0 1749 0 0 0 25 0 1 0 658157163 426520576 321 33554432000 134512640 135107411 4293416496 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18113/statm: 104131 321 59 146 0 103007 0
[pid=18114] ppid=18099 vsize=310396 CPUtime=1.88 cores=0,2,4,6
/proc/18114/stat : 18114 (python) R 18099 18099 16982 0 -1 4202560 955 0 0 0 160 28 0 0 17 0 1 0 658157164 317845504 5843 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18114/statm: 77599 5843 371 364 0 13508 0
[pid=18116] ppid=18114 vsize=0 CPUtime=33.02 cores=0,2,4,6
/proc/18116/stat : 18116 (march_hi) R 18114 18116 18116 0 -1 4202500 989 0 0 0 3302 0 0 0 25 0 1 0 658157164 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18116/statm: 0 0 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157161 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (python) S 18097 18099 16982 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 5 0 658157162 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 105.39
Current children cumulated vsize (KiB) 3952688

[startup+36.3182 s]
/proc/loadavg: 11.13 11.17 10.58 15/490 18117
/proc/meminfo: memFree=24543560/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0.12 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 911 0 0 0 6 6 0 0 18 0 1 0 658157160 285941760 5749 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 9666044214290383107 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5749 377 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=34.88 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 3488 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/18108/stat : 18108 (python) S 18099 18099 16982 0 -1 4202560 922 0 0 0 7 4 0 0 18 0 1 0 658157161 296841216 5835 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 6 0 0 0
/proc/18108/statm: 72471 5835 371 364 0 8386 0
[pid=18112] ppid=18108 vsize=1017932 CPUtime=17.75 cores=0,2,4,6
/proc/18112/stat : 18112 (gnovelty+2) R 18108 18112 18112 0 -1 4202496 489 0 0 0 1775 0 0 0 25 0 1 0 658157163 1042362368 227 33554432000 134512640 135663704 4289988944 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18112/statm: 254483 227 113 282 0 254199 0
[pid=18110] ppid=18099 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/18110/stat : 18110 (python) S 18099 18099 16982 0 -1 4202560 918 0 0 0 6 5 0 0 18 0 1 0 658157162 307343360 5839 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 2 0 0 0
/proc/18110/statm: 75035 5839 371 364 0 10947 0
[pid=18113] ppid=18110 vsize=416524 CPUtime=17.69 cores=0,2,4,6
/proc/18113/stat : 18113 (adaptg2wsat2009) R 18110 18113 18113 0 -1 4202496 583 0 0 0 1769 0 0 0 25 0 1 0 658157163 426520576 321 33554432000 134512640 135107411 4293416496 18446744073709551615 134531736 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18113/statm: 104131 321 59 146 0 103007 0
[pid=18114] ppid=18099 vsize=310396 CPUtime=2.3 cores=0,2,4,6
/proc/18114/stat : 18114 (python) R 18099 18099 16982 0 -1 4202560 955 0 0 0 197 33 0 0 18 0 1 0 658157164 317845504 5843 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18114/statm: 77599 5843 371 364 0 13508 0
[pid=18116] ppid=18114 vsize=0 CPUtime=33.02 cores=0,2,4,6
/proc/18116/stat : 18116 (march_hi) R 18114 18116 18116 0 -1 4202500 989 0 0 0 3302 0 0 0 25 0 1 0 658157164 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18116/statm: 0 0 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157161 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (python) S 18097 18099 16982 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 5 0 658157162 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 106.63
Current children cumulated vsize (KiB) 3952688

[startup+36.5012 s]
/proc/loadavg: 11.13 11.17 10.58 15/490 18117
/proc/meminfo: memFree=24543560/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0.12 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 911 0 0 0 6 6 0 0 18 0 1 0 658157160 285941760 5749 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 9666044214290383107 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5749 377 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=35.06 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 3506 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/18108/stat : 18108 (python) S 18099 18099 16982 0 -1 4202560 922 0 0 0 7 4 0 0 18 0 1 0 658157161 296841216 5835 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 6 0 0 0
/proc/18108/statm: 72471 5835 371 364 0 8386 0
[pid=18112] ppid=18108 vsize=1017932 CPUtime=17.83 cores=0,2,4,6
/proc/18112/stat : 18112 (gnovelty+2) R 18108 18112 18112 0 -1 4202496 489 0 0 0 1783 0 0 0 25 0 1 0 658157163 1042362368 227 33554432000 134512640 135663704 4289988944 18446744073709551615 134524750 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18112/statm: 254483 227 113 282 0 254199 0
[pid=18110] ppid=18099 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/18110/stat : 18110 (python) S 18099 18099 16982 0 -1 4202560 918 0 0 0 6 5 0 0 18 0 1 0 658157162 307343360 5839 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 2 0 0 0
/proc/18110/statm: 75035 5839 371 364 0 10947 0
[pid=18113] ppid=18110 vsize=416524 CPUtime=17.79 cores=0,2,4,6
/proc/18113/stat : 18113 (adaptg2wsat2009) R 18110 18113 18113 0 -1 4202496 583 0 0 0 1779 0 0 0 25 0 1 0 658157163 426520576 321 33554432000 134512640 135107411 4293416496 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18113/statm: 104131 321 59 146 0 103007 0
[pid=18114] ppid=18099 vsize=310396 CPUtime=2.49 cores=0,2,4,6
/proc/18114/stat : 18114 (python) R 18099 18099 16982 0 -1 4202560 955 0 0 0 214 35 0 0 18 0 1 0 658157164 317845504 5843 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18114/statm: 77599 5843 371 364 0 13508 0
[pid=18116] ppid=18114 vsize=0 CPUtime=33.02 cores=0,2,4,6
/proc/18116/stat : 18116 (march_hi) R 18114 18116 18116 0 -1 4202500 989 0 0 0 3302 0 0 0 25 0 1 0 658157164 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18116/statm: 0 0 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157161 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (python) S 18097 18099 16982 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 5 0 658157162 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 107.18
Current children cumulated vsize (KiB) 3952688

[startup+36.6012 s]
/proc/loadavg: 11.13 11.17 10.58 15/490 18117
/proc/meminfo: memFree=24543560/32951124 swapFree=53501244/67111528
[pid=18099] ppid=18097 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/18099/stat : 18099 (python) S 18097 18099 16982 0 -1 4202496 12408 933 1 0 57 8 0 0 25 0 5 0 658157088 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18099/statm: 80160 7351 1875 364 0 16069 0
[pid=18105] ppid=18099 vsize=279240 CPUtime=0.12 cores=0,2,4,6
/proc/18105/stat : 18105 (python) S 18099 18099 16982 0 -1 4202560 911 0 0 0 6 6 0 0 18 0 1 0 658157160 285941760 5749 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535439 0 0 16781312 514 9666044214290383107 0 0 17 6 0 0 0
/proc/18105/statm: 69810 5749 377 364 0 5728 0
[pid=18107] ppid=18105 vsize=1017932 CPUtime=35.16 cores=0,2,4,6
/proc/18107/stat : 18107 (gnovelty+2) R 18105 18107 18107 0 -1 4202496 492 0 0 0 3516 0 0 0 25 0 1 0 658157161 1042362368 227 33554432000 134512640 135663704 4293900240 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18107/statm: 254483 227 113 282 0 254199 0
[pid=18108] ppid=18099 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/18108/stat : 18108 (python) S 18099 18099 16982 0 -1 4202560 922 0 0 0 7 4 0 0 18 0 1 0 658157161 296841216 5835 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 6 0 0 0
/proc/18108/statm: 72471 5835 371 364 0 8386 0
[pid=18112] ppid=18108 vsize=1017932 CPUtime=17.92 cores=0,2,4,6
/proc/18112/stat : 18112 (gnovelty+2) R 18108 18112 18112 0 -1 4202496 489 0 0 0 1792 0 0 0 25 0 1 0 658157163 1042362368 227 33554432000 134512640 135663704 4289988944 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18112/statm: 254483 227 113 282 0 254199 0
[pid=18110] ppid=18099 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/18110/stat : 18110 (python) S 18099 18099 16982 0 -1 4202560 918 0 0 0 6 5 0 0 18 0 1 0 658157162 307343360 5839 33554432000 4194304 5683644 140737064155584 18446744073709551615 216634535494 0 0 16781312 514 9666044214290383108 0 0 17 2 0 0 0
/proc/18110/statm: 75035 5839 371 364 0 10947 0
[pid=18113] ppid=18110 vsize=416524 CPUtime=17.82 cores=0,2,4,6
/proc/18113/stat : 18113 (adaptg2wsat2009) R 18110 18113 18113 0 -1 4202496 583 0 0 0 1782 0 0 0 25 0 1 0 658157163 426520576 321 33554432000 134512640 135107411 4293416496 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18113/statm: 104131 321 59 146 0 103007 0
[pid=18114] ppid=18099 vsize=310396 CPUtime=2.58 cores=0,2,4,6
/proc/18114/stat : 18114 (python) R 18099 18099 16982 0 -1 4202560 955 0 0 0 222 36 0 0 18 0 1 0 658157164 317845504 5843 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18114/statm: 77599 5843 371 364 0 13508 0
[pid=18116] ppid=18114 vsize=0 CPUtime=33.02 cores=0,2,4,6
/proc/18116/stat : 18116 (march_hi) R 18114 18116 18116 0 -1 4202500 989 0 0 0 3302 0 0 0 25 0 1 0 658157164 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18116/statm: 0 0 0 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18106/stat : 18106 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157161 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18109/stat : 18109 (python) S 18097 18099 16982 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 5 0 658157162 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18111/stat : 18111 (python) S 18097 18099 16982 0 -1 4202560 18 933 0 0 0 0 0 0 25 0 5 0 658157163 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/18099/task/18115/stat : 18115 (python) S 18097 18099 16982 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658157164 328335360 7351 33554432000 4194304 5683644 140737064155584 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 107.49
Current children cumulated vsize (KiB) 3952688

Child status: 0
Real time (s): 36.6551
CPU time (s): 107.688
CPU user time (s): 107.04
CPU system time (s): 0.647901
CPU usage (%): 293.787
Max. virtual memory (cumulated for all children) (KiB): 3954956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.04
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24366
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= 1702
involuntary context switches= 2139

runsolver used 0.170974 second user time and 0.406938 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 15:19:05
IDJOB=3378440
IDBENCH=82849
IDSOLVER=1859
FILE ID=node103/3378440-1305465545
RUNJOBID= node103-1305462668-17000
PBS_JOBID= 13324971
Free space on /tmp= 72932 MiB

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

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

MD5SUM BENCH= bf255e5bc10dc75db5f2f0a4a1086e58
RANDOM SEED=1784077363

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24600972 kB
Buffers:        330940 kB
Cached:        4203344 kB
SwapCached:     340184 kB
Active:        2829608 kB
Inactive:      5214740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24600972 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:           32108 kB
Writeback:           4 kB
AnonPages:     3180788 kB
Mapped:          27860 kB
Slab:           164552 kB
PageTables:      71204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141215360 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= 72900 MiB
End job on node103 at 2011-05-15 15:19:41