Trace number 3386748

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-seq-random (fixed)UNSAT 3687.42 3675.45

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
MD5SUM12cee07ed764769ddb26400b2603221c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark823.532
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3386748-1305591347.cnf
0.35/0.63	c INFO: computing task features
0.35/0.64	c INFO: computed variable-clause graph statistics
0.35/0.64	c INFO: computed clause balance statistics
0.35/0.68	c INFO: computed variable balance statistics
0.46/0.71	c INFO: computed small-clause counts
0.46/0.71	c INFO: computed Horn-clause counts
0.46/0.71	c INFO: computed variable graph statistics
0.46/0.71	c INFO: collected features for HOME/instance-3386748-1305591347.cnf in 0.08 s
0.46/0.74	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
99.95/100.08	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.35)
493.84/492.68	c INFO: running march_hi@0 for 97 with 4508 remaining (b = 0.12)
592.74/591.25	c INFO: running march_hi@392 for 97 with 4409 remaining (b = 0.10)
689.72/687.83	c INFO: running march_hi@489 for 194 with 4312 remaining (b = 0.18)
881.32/878.86	c INFO: running march_hi@98 for 97 with 4121 remaining (b = 0.07)
980.08/977.27	c INFO: running march_hi@196 for 194 with 4023 remaining (b = 0.16)
1174.93/1171.46	c INFO: running march_hi@0 for 97 with 3829 remaining (b = 0.10)
1273.28/1269.52	c INFO: running march_hi@391 for 97 with 3731 remaining (b = 0.09)
1369.61/1365.52	c INFO: running march_hi@487 for 194 with 3635 remaining (b = 0.15)
1564.26/1559.57	c INFO: running gnovelty+2@0 for 97 with 3441 remaining (b = 0.07)
1664.77/1659.91	c INFO: running march_hi@97 for 291 with 3341 remaining (b = 0.21)
1960.51/1954.58	c INFO: running march_hi@0 for 97 with 3046 remaining (b = 0.10)
2060.57/2054.20	c INFO: running march_hi@392 for 97 with 2946 remaining (b = 0.08)
2157.20/2150.56	c INFO: running march_hi@488 for 194 with 2850 remaining (b = 0.13)
2352.69/2345.36	c INFO: running march_hi@99 for 291 with 2655 remaining (b = 0.19)
2643.73/2635.32	c INFO: running march_hi@0 for 388 with 2365 remaining (b = 0.24)
3036.93/3027.51	c INFO: running march_hi@0 for 97 with 1973 remaining (b = 0.07)
3135.44/3125.74	c INFO: running march_hi@389 for 97 with 1875 remaining (b = 0.06)
3237.21/3227.14	c INFO: running march_hi@98 for 291 with 1774 remaining (b = 0.15)
3531.56/3520.49	c INFO: running march_hi@680 for 1480 with 1480 remaining (b = 0.47)
3687.17/3675.43	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-3386748-1305591347/watcher-3386748-1305591347 -o /tmp/evaluation-result-3386748-1305591347/solver-3386748-1305591347 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386748-1305591347.cnf -seed 881490864 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 4.01 4.05 4.03 4/485 7643
/proc/meminfo: memFree=12452360/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=15912 CPUtime=0 cores=0,2,4,6
/proc/7643/stat : 7643 (python) R 7641 7643 7023 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 670732623 16293888 832 33554432000 4194304 5683644 140735299207568 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7643/statm: 3978 834 357 364 0 465 0

[startup+0.109119 s]
/proc/loadavg: 4.01 4.05 4.03 4/485 7643
/proc/meminfo: memFree=12452360/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=99376 CPUtime=0.06 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 2863 0 0 0 5 1 0 0 17 0 1 0 670732623 101761024 2564 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/7643/statm: 24844 2564 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.201094 s]
/proc/loadavg: 4.01 4.05 4.03 4/485 7643
/proc/meminfo: memFree=12452360/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=126300 CPUtime=0.11 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 4570 468 1 0 8 3 0 0 18 0 1 0 670732623 129331200 3895 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377301248 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/7643/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 126300

[startup+0.301077 s]
/proc/loadavg: 4.01 4.05 4.03 4/485 7643
/proc/meminfo: memFree=12452360/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 5972 936 1 0 13 5 0 0 17 0 1 0 670732623 139005952 4149 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377297413 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/7643/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.706048 s]
/proc/loadavg: 4.01 4.05 4.03 4/485 7643
/proc/meminfo: memFree=12452360/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=278404 CPUtime=0.46 cores=0,2,4,6
/proc/7643/stat : 7643 (python) R 7641 7643 7023 0 -1 4202496 9337 936 1 0 35 11 0 0 16 0 1 0 670732623 285085696 6995 33554432000 4194304 5683644 140735299207568 18446744073709551615 255380710320 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7643/statm: 69601 6995 1827 364 0 5525 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278404

[startup+1.50092 s]
/proc/loadavg: 4.01 4.05 4.03 5/489 7651
/proc/meminfo: memFree=12426908/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=288804 CPUtime=0.49 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 9814 936 1 0 38 11 0 0 18 0 2 0 670732623 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 72201 7091 1867 364 0 8119 0
[pid=7649] ppid=7643 vsize=278560 CPUtime=0 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 670732698 285245440 5574 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321487 0 0 16781312 514 999561627059617791 0 0 17 6 0 0 0
/proc/7649/statm: 69640 5574 354 364 0 5558 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=0.75 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) R 7649 7651 7651 0 -1 4202496 439 0 0 0 75 0 0 0 21 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134546166 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7643/tid=7650] ppid=7641 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 2 0 670732698 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1585164

[startup+3.1006 s]
/proc/loadavg: 4.01 4.04 4.03 5/489 7651
/proc/meminfo: memFree=12425916/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=288804 CPUtime=0.49 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 9814 936 1 0 38 11 0 0 18 0 2 0 670732623 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 72201 7091 1867 364 0 8119 0
[pid=7649] ppid=7643 vsize=278560 CPUtime=0 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 670732698 285245440 5574 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321487 0 0 16781312 514 999561627059585282 0 0 17 6 0 0 0
/proc/7649/statm: 69640 5574 354 364 0 5558 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=2.35 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) R 7649 7651 7651 0 -1 4202496 439 0 0 0 235 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7643/tid=7650] ppid=7641 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 2 0 670732698 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1585164

[startup+6.301 s]
/proc/loadavg: 4.01 4.04 4.03 5/489 7651
/proc/meminfo: memFree=12425176/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=288804 CPUtime=0.49 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 9814 936 1 0 38 11 0 0 18 0 2 0 670732623 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 72201 7091 1867 364 0 8119 0
[pid=7649] ppid=7643 vsize=278560 CPUtime=0.01 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 894 0 0 0 1 0 0 0 18 0 1 0 670732698 285245440 5597 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321487 0 0 16781312 514 999561627059585282 0 0 17 6 0 0 0
/proc/7649/statm: 69640 5597 377 364 0 5558 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=5.55 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) R 7649 7651 7651 0 -1 4202496 439 0 0 0 555 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7643/tid=7650] ppid=7641 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 2 0 670732698 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1585164

[startup+12.7008 s]
/proc/loadavg: 4.01 4.04 4.03 5/489 7651
/proc/meminfo: memFree=12424524/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=288804 CPUtime=0.49 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 9814 936 1 0 38 11 0 0 18 0 2 0 670732623 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 72201 7091 1867 364 0 8119 0
[pid=7649] ppid=7643 vsize=278560 CPUtime=0.03 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 898 0 0 0 2 1 0 0 18 0 1 0 670732698 285245440 5597 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321487 0 0 16781312 514 1324445318539870466 0 0 17 6 0 0 0
/proc/7649/statm: 69640 5597 377 364 0 5558 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=11.95 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) R 7649 7651 7651 0 -1 4202496 439 0 0 0 1195 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134524649 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7643/tid=7650] ppid=7641 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 2 0 670732698 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 1585164

[startup+25.5005 s]
/proc/loadavg: 4.01 4.04 4.02 5/424 7686
/proc/meminfo: memFree=12947832/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=288804 CPUtime=0.49 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 9814 936 1 0 38 11 0 0 18 0 2 0 670732623 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 72201 7091 1867 364 0 8119 0
[pid=7649] ppid=7643 vsize=278560 CPUtime=0.07 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 901 0 0 0 4 3 0 0 18 0 1 0 670732698 285245440 5597 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321487 0 0 16781312 514 1324445318539870466 0 0 17 6 0 0 0
/proc/7649/statm: 69640 5597 377 364 0 5558 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=24.75 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) R 7649 7651 7651 0 -1 4202496 439 0 0 0 2475 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7643/tid=7650] ppid=7641 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 2 0 670732698 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1585164

[startup+51.1007 s]
/proc/loadavg: 4.00 4.04 4.02 5/424 7687
/proc/meminfo: memFree=12948696/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=288804 CPUtime=0.49 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 9814 936 1 0 38 11 0 0 18 0 2 0 670732623 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 72201 7091 1867 364 0 8119 0
[pid=7649] ppid=7643 vsize=278560 CPUtime=0.14 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 910 0 0 0 9 5 0 0 18 0 1 0 670732698 285245440 5597 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321487 0 0 16781312 514 1324445318539870466 0 0 17 6 0 0 0
/proc/7649/statm: 69640 5597 377 364 0 5558 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=50.32 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) R 7649 7651 7651 0 -1 4202496 439 0 0 0 5032 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7643/tid=7650] ppid=7641 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 2 0 670732698 295735296 7091 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1585164

[startup+102.301 s]
/proc/loadavg: 4.07 4.04 4.02 5/428 7692
/proc/meminfo: memFree=12944400/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=299604 CPUtime=0.52 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 10647 936 1 0 41 11 0 0 20 0 3 0 670732623 306794496 7232 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 74901 7232 1878 364 0 10816 0
[pid=7649] ppid=7643 vsize=288804 CPUtime=0.3 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 1080 0 0 0 17 13 0 0 19 0 2 0 670732698 295735296 5635 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7649/statm: 72201 5635 410 364 0 8119 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=99.23 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) T 7649 7651 7651 0 -1 4202496 439 0 0 0 9923 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7649/tid=7689] ppid=7643 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7689/stat : 7689 (python) S 7643 7643 7023 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670742628 295735296 5635 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604444555487232 0 0 -1 6 0 0 0
[pid=7690] ppid=7643 vsize=289360 CPUtime=0 cores=0,2,4,6
/proc/7690/stat : 7690 (python) S 7643 7643 7023 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 670742631 296304640 5698 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321542 0 0 16781312 514 7578467461624725764 0 0 17 6 0 0 0
/proc/7690/statm: 72340 5698 348 364 0 8255 0
[pid=7692] ppid=7690 vsize=2308 CPUtime=2.22 cores=0,2,4,6
/proc/7692/stat : 7692 (march_hi) R 7690 7692 7692 0 -1 4202496 634 0 0 0 222 0 0 0 25 0 1 0 670742632 2363392 371 33554432000 4194304 4955518 140736192190672 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7692/statm: 577 371 104 186 0 390 0
[pid=7643/tid=7650] ppid=7641 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 3 0 670732698 306794496 7232 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
[pid=7643/tid=7691] ppid=7641 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7691/stat : 7691 (python) S 7641 7643 7023 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 3 0 670742632 306794496 7232 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1897876

[startup+162.301 s]
/proc/loadavg: 4.02 4.03 4.02 5/432 7698
/proc/meminfo: memFree=12930316/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=299604 CPUtime=0.52 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 10647 936 1 0 41 11 0 0 20 0 3 0 670732623 306794496 7232 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7643/statm: 74901 7232 1878 364 0 10816 0
[pid=7649] ppid=7643 vsize=288804 CPUtime=0.3 cores=0,2,4,6

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

/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 1080 0 0 0 17 13 0 0 19 0 2 0 670732698 295735296 5635 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7649/statm: 72201 5635 410 364 0 8119 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=99.23 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) T 7649 7651 7651 0 -1 4202496 439 0 0 0 9923 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7649/tid=7689] ppid=7643 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7689/stat : 7689 (python) S 7643 7643 7023 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670742628 295735296 5635 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604444555487232 0 0 -1 6 0 0 0
[pid=7690] ppid=7643 vsize=289360 CPUtime=2.84 cores=0,2,4,6
/proc/7690/stat : 7690 (python) S 7643 7643 7023 0 -1 4202560 1135 0 0 0 162 122 0 0 15 0 2 0 670742631 296304640 5751 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7690/statm: 72340 5751 400 364 0 8255 0
[pid=7692] ppid=7690 vsize=21988 CPUtime=834.87 cores=0,2,4,6
/proc/7692/stat : 7692 (march_hi) R 7690 7692 7692 0 -1 4202496 4693 0 0 0 83487 0 0 0 25 0 1 0 670742632 22515712 4403 33554432000 4194304 4955518 140736192190672 18446744073709551615 4283059 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7692/statm: 5497 4403 104 186 0 5310 0
[pid=7690/tid=7708] ppid=7643 vsize=289360 CPUtime=0 cores=0,2,4,6
/proc/7690/task/7708/stat : 7708 (python) S 7643 7643 7023 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670781889 296304640 5751 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604444555486336 0 0 -1 4 0 0 0
[pid=7709] ppid=7643 vsize=299300 CPUtime=2.3 cores=0,2,4,6
/proc/7709/stat : 7709 (python) S 7643 7643 7023 0 -1 4202560 1136 0 0 0 127 103 0 0 15 0 2 0 670781892 306483200 5675 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7709/statm: 74825 5675 400 364 0 10737 0
[pid=7711] ppid=7709 vsize=15224 CPUtime=681.1 cores=0,2,4,6
/proc/7711/stat : 7711 (march_hi) T 7709 7711 7711 0 -1 4202496 3197 0 0 0 68110 0 0 0 25 0 1 0 670781892 15589376 2908 33554432000 4194304 4955518 140734805015584 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7711/statm: 3806 2908 104 186 0 3619 0
[pid=7709/tid=7718] ppid=7643 vsize=299300 CPUtime=0 cores=0,2,4,6
/proc/7709/task/7718/stat : 7718 (python) S 7643 7643 7023 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670791745 306483200 5675 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604446916821056 0 0 -1 6 0 0 0
[pid=7736] ppid=7643 vsize=310096 CPUtime=2.4 cores=0,2,4,6
/proc/7736/stat : 7736 (python) S 7643 7643 7023 0 -1 4202560 1164 0 0 0 132 108 0 0 15 0 2 0 670849770 317538304 5821 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7736/statm: 77524 5821 400 364 0 13433 0
[pid=7738] ppid=7736 vsize=15224 CPUtime=683.69 cores=0,2,4,6
/proc/7738/stat : 7738 (march_hi) T 7736 7738 7738 0 -1 4202496 3199 0 0 0 68369 0 0 0 25 0 1 0 670849770 15589376 2909 33554432000 4194304 4955518 140733251525312 18446744073709551615 4238422 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7738/statm: 3806 2909 104 186 0 3619 0
[pid=7736/tid=7745] ppid=7643 vsize=310096 CPUtime=0 cores=0,2,4,6
/proc/7736/task/7745/stat : 7745 (python) S 7643 7643 7023 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670859572 317538304 5821 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604452160834496 0 0 -1 2 0 0 0
[pid=7754] ppid=7643 vsize=320352 CPUtime=0.31 cores=0,2,4,6
/proc/7754/stat : 7754 (python) S 7643 7643 7023 0 -1 4202560 1100 0 0 0 17 14 0 0 19 0 2 0 670888581 328040448 5825 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7754/statm: 80088 5825 400 364 0 15994 0
[pid=7756] ppid=7754 vsize=1017800 CPUtime=100.23 cores=0,2,4,6
/proc/7756/stat : 7756 (gnovelty+2) T 7754 7756 7756 0 -1 4202496 442 0 0 0 10023 0 0 0 25 0 1 0 670888581 1042227200 178 33554432000 134512640 135663704 4286803872 18446744073709551615 134525361 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7756/statm: 254450 178 113 282 0 254166 0
[pid=7754/tid=7763] ppid=7643 vsize=320352 CPUtime=0 cores=0,2,4,6
/proc/7754/task/7763/stat : 7763 (python) S 7643 7643 7023 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 670898612 328040448 5825 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604444104676416 0 0 -1 2 0 0 0
[pid=7773] ppid=7643 vsize=330132 CPUtime=1.73 cores=0,2,4,6
/proc/7773/stat : 7773 (python) S 7643 7643 7023 0 -1 4202560 1163 0 0 0 91 82 0 0 15 0 2 0 670928081 338055168 5719 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7773/statm: 82533 5719 400 364 0 18436 0
[pid=7775] ppid=7773 vsize=8284 CPUtime=490.94 cores=0,2,4,6
/proc/7775/stat : 7775 (march_hi) T 7773 7775 7775 0 -1 4202496 2001 0 0 0 49093 1 0 0 25 0 1 0 670928082 8482816 1711 33554432000 4194304 4955518 140735555087232 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7775/statm: 2071 1711 104 186 0 1884 0
[pid=7773/tid=7781] ppid=7643 vsize=330132 CPUtime=0 cores=0,2,4,6
/proc/7773/task/7781/stat : 7781 (python) S 7643 7643 7023 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670938042 338055168 5719 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604452540201664 0 0 -1 2 0 0 0
[pid=7799] ppid=7643 vsize=341032 CPUtime=1.36 cores=0,2,4,6
/proc/7799/stat : 7799 (python) S 7643 7643 7023 0 -1 4202560 1157 0 0 0 75 61 0 0 16 0 2 0 670996155 349216768 5882 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7799/statm: 85258 5882 400 364 0 21158 0
[pid=7801] ppid=7799 vsize=6204 CPUtime=391.81 cores=0,2,4,6
/proc/7801/stat : 7801 (march_hi) T 7799 7801 7801 0 -1 4202496 1566 0 0 0 39181 0 0 0 25 0 1 0 670996156 6352896 1297 33554432000 4194304 4955518 140735697409024 18446744073709551615 4235355 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7801/statm: 1551 1297 104 186 0 1364 0
[pid=7799/tid=7827] ppid=7643 vsize=341032 CPUtime=0 cores=0,2,4,6
/proc/7799/task/7827/stat : 7827 (python) S 7643 7643 7023 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 671035373 349216768 5882 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604443753613120 0 0 -1 2 0 0 0
[pid=7828] ppid=7643 vsize=351288 CPUtime=1.4 cores=0,2,4,6
/proc/7828/stat : 7828 (python) S 7643 7643 7023 0 -1 4202560 1199 0 0 0 79 61 0 0 15 0 2 0 671035375 359718912 5892 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7828/statm: 87822 5892 406 364 0 23719 0
[pid=7830] ppid=7828 vsize=6204 CPUtime=391.54 cores=0,2,4,6
/proc/7830/stat : 7830 (march_hi) T 7828 7830 7830 0 -1 4202496 1566 0 0 0 39154 0 0 0 25 0 1 0 671035375 6352896 1293 33554432000 4194304 4955518 140734538285776 18446744073709551615 4227576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7830/statm: 1551 1293 104 186 0 1364 0
[pid=7828/tid=7834] ppid=7643 vsize=351288 CPUtime=0 cores=0,2,4,6
/proc/7828/task/7834/stat : 7834 (python) S 7643 7643 7023 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671045195 359718912 5892 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604450049689472 0 0 -1 6 0 0 0
[pid=7643/tid=7650] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 670732698 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
[pid=7643/tid=7691] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7691/stat : 7691 (python) S 7641 7643 7023 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 670742632 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
[pid=7643/tid=7710] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7710/stat : 7710 (python) S 7641 7643 7023 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 670781892 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
[pid=7643/tid=7737] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7737/stat : 7737 (python) S 7641 7643 7023 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 9 0 670849770 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 2 0 0 0
[pid=7643/tid=7755] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7755/stat : 7755 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 670888581 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 6 0 0 0
[pid=7643/tid=7774] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7774/stat : 7774 (python) S 7641 7643 7023 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 9 0 670928082 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 2 0 0 0
[pid=7643/tid=7800] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7800/stat : 7800 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 670996155 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 2 0 0 0
[pid=7643/tid=7829] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7829/stat : 7829 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 671035375 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3686.99
Current children cumulated vsize (KiB) 5000764

[startup+3675.4 s]
/proc/loadavg: 4.10 4.08 4.02 5/482 7854
/proc/meminfo: memFree=12468608/32951124 swapFree=63308196/67111528
[pid=7643] ppid=7641 vsize=361672 CPUtime=0.94 cores=0,2,4,6
/proc/7643/stat : 7643 (python) S 7641 7643 7023 0 -1 4202496 16935 936 1 0 81 13 0 0 18 0 9 0 670732623 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7643/statm: 90418 7416 1890 364 0 26315 0
[pid=7649] ppid=7643 vsize=288804 CPUtime=0.3 cores=0,2,4,6
/proc/7649/stat : 7649 (python) S 7643 7643 7023 0 -1 4202560 1080 0 0 0 17 13 0 0 19 0 2 0 670732698 295735296 5635 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7649/statm: 72201 5635 410 364 0 8119 0
[pid=7651] ppid=7649 vsize=1017800 CPUtime=99.23 cores=0,2,4,6
/proc/7651/stat : 7651 (gnovelty+2) T 7649 7651 7651 0 -1 4202496 439 0 0 0 9923 0 0 0 25 0 1 0 670732698 1042227200 177 33554432000 134512640 135663704 4289671712 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7651/statm: 254450 177 113 282 0 254166 0
[pid=7649/tid=7689] ppid=7643 vsize=288804 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7689/stat : 7689 (python) S 7643 7643 7023 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670742628 295735296 5635 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604444555487232 0 0 -1 6 0 0 0
[pid=7690] ppid=7643 vsize=289360 CPUtime=2.84 cores=0,2,4,6
/proc/7690/stat : 7690 (python) S 7643 7643 7023 0 -1 4202560 1135 0 0 0 162 122 0 0 15 0 2 0 670742631 296304640 5751 33554432000 4194304 5683644 140735299207568 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7690/statm: 72340 5751 400 364 0 8255 0
[pid=7692] ppid=7690 vsize=21988 CPUtime=835.05 cores=0,2,4,6
/proc/7692/stat : 7692 (march_hi) R 7690 7692 7692 0 -1 4202496 4695 0 0 0 83505 0 0 0 25 0 1 0 670742632 22515712 4405 33554432000 4194304 4955518 140736192190672 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7692/statm: 5497 4405 104 186 0 5310 0
[pid=7690/tid=7708] ppid=7643 vsize=289360 CPUtime=0 cores=0,2,4,6
/proc/7690/task/7708/stat : 7708 (python) S 7643 7643 7023 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670781889 296304640 5751 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604444555486336 0 0 -1 4 0 0 0
[pid=7709] ppid=7643 vsize=299300 CPUtime=2.3 cores=0,2,4,6
/proc/7709/stat : 7709 (python) S 7643 7643 7023 0 -1 4202560 1136 0 0 0 127 103 0 0 15 0 2 0 670781892 306483200 5675 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7709/statm: 74825 5675 400 364 0 10737 0
[pid=7711] ppid=7709 vsize=15224 CPUtime=681.1 cores=0,2,4,6
/proc/7711/stat : 7711 (march_hi) T 7709 7711 7711 0 -1 4202496 3197 0 0 0 68110 0 0 0 25 0 1 0 670781892 15589376 2908 33554432000 4194304 4955518 140734805015584 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7711/statm: 3806 2908 104 186 0 3619 0
[pid=7709/tid=7718] ppid=7643 vsize=299300 CPUtime=0 cores=0,2,4,6
/proc/7709/task/7718/stat : 7718 (python) S 7643 7643 7023 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670791745 306483200 5675 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604446916821056 0 0 -1 6 0 0 0
[pid=7736] ppid=7643 vsize=310096 CPUtime=2.4 cores=0,2,4,6
/proc/7736/stat : 7736 (python) S 7643 7643 7023 0 -1 4202560 1164 0 0 0 132 108 0 0 15 0 2 0 670849770 317538304 5821 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7736/statm: 77524 5821 400 364 0 13433 0
[pid=7738] ppid=7736 vsize=15224 CPUtime=683.69 cores=0,2,4,6
/proc/7738/stat : 7738 (march_hi) T 7736 7738 7738 0 -1 4202496 3199 0 0 0 68369 0 0 0 25 0 1 0 670849770 15589376 2909 33554432000 4194304 4955518 140733251525312 18446744073709551615 4238422 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7738/statm: 3806 2909 104 186 0 3619 0
[pid=7736/tid=7745] ppid=7643 vsize=310096 CPUtime=0 cores=0,2,4,6
/proc/7736/task/7745/stat : 7745 (python) S 7643 7643 7023 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670859572 317538304 5821 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604452160834496 0 0 -1 2 0 0 0
[pid=7754] ppid=7643 vsize=320352 CPUtime=0.31 cores=0,2,4,6
/proc/7754/stat : 7754 (python) S 7643 7643 7023 0 -1 4202560 1100 0 0 0 17 14 0 0 19 0 2 0 670888581 328040448 5825 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7754/statm: 80088 5825 400 364 0 15994 0
[pid=7756] ppid=7754 vsize=1017800 CPUtime=100.23 cores=0,2,4,6
/proc/7756/stat : 7756 (gnovelty+2) T 7754 7756 7756 0 -1 4202496 442 0 0 0 10023 0 0 0 25 0 1 0 670888581 1042227200 178 33554432000 134512640 135663704 4286803872 18446744073709551615 134525361 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7756/statm: 254450 178 113 282 0 254166 0
[pid=7754/tid=7763] ppid=7643 vsize=320352 CPUtime=0 cores=0,2,4,6
/proc/7754/task/7763/stat : 7763 (python) S 7643 7643 7023 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 670898612 328040448 5825 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604444104676416 0 0 -1 2 0 0 0
[pid=7773] ppid=7643 vsize=330132 CPUtime=1.73 cores=0,2,4,6
/proc/7773/stat : 7773 (python) S 7643 7643 7023 0 -1 4202560 1163 0 0 0 91 82 0 0 15 0 2 0 670928081 338055168 5719 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7773/statm: 82533 5719 400 364 0 18436 0
[pid=7775] ppid=7773 vsize=8284 CPUtime=490.94 cores=0,2,4,6
/proc/7775/stat : 7775 (march_hi) T 7773 7775 7775 0 -1 4202496 2001 0 0 0 49093 1 0 0 25 0 1 0 670928082 8482816 1711 33554432000 4194304 4955518 140735555087232 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7775/statm: 2071 1711 104 186 0 1884 0
[pid=7773/tid=7781] ppid=7643 vsize=330132 CPUtime=0 cores=0,2,4,6
/proc/7773/task/7781/stat : 7781 (python) S 7643 7643 7023 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670938042 338055168 5719 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604452540201664 0 0 -1 2 0 0 0
[pid=7799] ppid=7643 vsize=341032 CPUtime=1.36 cores=0,2,4,6
/proc/7799/stat : 7799 (python) S 7643 7643 7023 0 -1 4202560 1157 0 0 0 75 61 0 0 16 0 2 0 670996155 349216768 5882 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7799/statm: 85258 5882 400 364 0 21158 0
[pid=7801] ppid=7799 vsize=6204 CPUtime=391.81 cores=0,2,4,6
/proc/7801/stat : 7801 (march_hi) T 7799 7801 7801 0 -1 4202496 1566 0 0 0 39181 0 0 0 25 0 1 0 670996156 6352896 1297 33554432000 4194304 4955518 140735697409024 18446744073709551615 4235355 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7801/statm: 1551 1297 104 186 0 1364 0
[pid=7799/tid=7827] ppid=7643 vsize=341032 CPUtime=0 cores=0,2,4,6
/proc/7799/task/7827/stat : 7827 (python) S 7643 7643 7023 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 671035373 349216768 5882 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604443753613120 0 0 -1 2 0 0 0
[pid=7828] ppid=7643 vsize=351288 CPUtime=1.4 cores=0,2,4,6
/proc/7828/stat : 7828 (python) S 7643 7643 7023 0 -1 4202560 1199 0 0 0 79 61 0 0 15 0 2 0 671035375 359718912 5892 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7828/statm: 87822 5892 406 364 0 23719 0
[pid=7830] ppid=7828 vsize=6204 CPUtime=391.54 cores=0,2,4,6
/proc/7830/stat : 7830 (march_hi) T 7828 7830 7830 0 -1 4202496 1566 0 0 0 39154 0 0 0 25 0 1 0 671035375 6352896 1293 33554432000 4194304 4955518 140734538285776 18446744073709551615 4227576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7830/statm: 1551 1293 104 186 0 1364 0
[pid=7828/tid=7834] ppid=7643 vsize=351288 CPUtime=0 cores=0,2,4,6
/proc/7828/task/7834/stat : 7834 (python) S 7643 7643 7023 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671045195 359718912 5892 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 514 18446604450049689472 0 0 -1 6 0 0 0
[pid=7643/tid=7650] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7650/stat : 7650 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 670732698 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
[pid=7643/tid=7691] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7691/stat : 7691 (python) S 7641 7643 7023 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 670742632 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
[pid=7643/tid=7710] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7710/stat : 7710 (python) S 7641 7643 7023 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 670781892 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
[pid=7643/tid=7737] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7737/stat : 7737 (python) S 7641 7643 7023 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 9 0 670849770 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 2 0 0 0
[pid=7643/tid=7755] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7755/stat : 7755 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 670888581 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 6 0 0 0
[pid=7643/tid=7774] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7774/stat : 7774 (python) S 7641 7643 7023 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 9 0 670928082 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 2 0 0 0
[pid=7643/tid=7800] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7800/stat : 7800 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 670996155 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 2 0 0 0
[pid=7643/tid=7829] ppid=7641 vsize=361672 CPUtime=0 cores=0,2,4,6
/proc/7643/task/7829/stat : 7829 (python) S 7641 7643 7023 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 671035375 370352128 7416 33554432000 4194304 5683644 140735299207568 18446744073709551615 255389125041 0 0 16781312 2 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3687.17
Current children cumulated vsize (KiB) 5000764

Child status: 0
Real time (s): 3675.45
CPU time (s): 3687.42
CPU user time (s): 3681.53
CPU system time (s): 5.8911
CPU usage (%): 100.326
Max. virtual memory (cumulated for all children) (KiB): 5000764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3681.53
system time used= 5.8911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48462
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= 8835
involuntary context switches= 8389

runsolver used 19.0911 second user time and 38.3882 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-17 02:15:47
IDJOB=3386748
IDBENCH=82813
IDSOLVER=1872
FILE ID=node135/3386748-1305591347
RUNJOBID= node135-1305586144-7041
PBS_JOBID= 13350343
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386748-1305591347/watcher-3386748-1305591347 -o /tmp/evaluation-result-3386748-1305591347/solver-3386748-1305591347 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386748-1305591347.cnf -seed 881490864 -budget 5000

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

MD5SUM BENCH= 12cee07ed764769ddb26400b2603221c
RANDOM SEED=881490864

node135.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.851
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.70
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12452392 kB
Buffers:        327908 kB
Cached:        6554428 kB
SwapCached:      18100 kB
Active:       11628384 kB
Inactive:      8574068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12452392 kB
SwapTotal:    67111528 kB
SwapFree:     63308196 kB
Dirty:           31888 kB
Writeback:           0 kB
AnonPages:    13307728 kB
Mapped:          29904 kB
Slab:           151396 kB
PageTables:      77248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122178756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73428 MiB
End job on node135 at 2011-05-17 03:17:03