Trace number 3377581

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 232.796 232.825

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
MD5SUM5ba52a7ac0a84086dc4098f6b5213446
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.0843
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/0.50	c INFO: solving HOME/instance-3377581-1305455646.cnf
0.40/0.50	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.50	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.53	c INFO: computed small-clause counts
0.40/0.53	c INFO: computed Horn-clause counts
0.40/0.53	c INFO: computed variable graph statistics
0.40/0.53	c INFO: collected features for HOME/instance-3377581-1305455646.cnf in 0.06 s
0.40/0.55	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.56)
100.68/100.84	c INFO: running TNM@0 for 97 with 2299 remaining (b = 0.05)
201.01/201.14	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.73)
232.69/232.80	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-3377581-1305455646/watcher-3377581-1305455646 -o /tmp/evaluation-result-3377581-1305455646/solver-3377581-1305455646 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377581-1305455646.cnf -seed 758793970 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.87 3.30 3.25 4/410 15442
/proc/meminfo: memFree=25178828/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=16240 CPUtime=0 cores=1,3
/proc/15442/stat : 15442 (python) R 15440 15442 13135 0 -1 4202496 1038 0 0 0 0 0 0 0 17 0 1 0 657167430 16629760 910 33554432000 4194304 5683644 140735838871664 18446744073709551615 4877030 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15442/statm: 4060 910 380 364 0 547 0

[startup+0.060189 s]
/proc/loadavg: 2.87 3.30 3.25 4/410 15442
/proc/meminfo: memFree=25178828/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=38904 CPUtime=0.03 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 1629 0 0 0 3 0 0 0 17 0 1 0 657167430 39837696 1458 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/15442/statm: 9726 1458 455 364 0 1026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38904

[startup+0.100186 s]
/proc/loadavg: 2.87 3.30 3.25 4/410 15442
/proc/meminfo: memFree=25178828/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=104220 CPUtime=0.06 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 3047 0 0 0 5 1 0 0 17 0 1 0 657167430 106721280 2732 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/15442/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300161 s]
/proc/loadavg: 2.87 3.30 3.25 4/410 15442
/proc/meminfo: memFree=25178828/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=168676 CPUtime=0.24 cores=1,3
/proc/15442/stat : 15442 (python) R 15440 15442 13135 0 -1 4202496 6731 934 1 0 17 7 0 0 17 0 1 0 657167430 172724224 4799 33554432000 4194304 5683644 140735838871664 18446744073709551615 216629591687 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/15442/statm: 42689 4799 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 168676

[startup+0.70104 s]
/proc/loadavg: 2.87 3.30 3.25 4/410 15442
/proc/meminfo: memFree=25178828/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=288688 CPUtime=0.46 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 9774 934 1 0 36 10 0 0 18 0 2 0 657167430 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 72172 7053 1875 364 0 8090 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 288688

[startup+1.5009 s]
/proc/loadavg: 2.96 3.31 3.26 5/425 15465
/proc/meminfo: memFree=25121140/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=288688 CPUtime=0.46 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 9774 934 1 0 36 10 0 0 18 0 2 0 657167430 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 72172 7053 1875 364 0 8090 0
[pid=15460] ppid=15442 vsize=278444 CPUtime=0 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 657167485 285126656 5528 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535439 0 0 16781312 514 9449509972023967743 0 0 17 1 0 0 0
/proc/15460/statm: 69611 5528 354 364 0 5529 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=0.93 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) R 15460 15462 15462 0 -1 4202496 431 0 0 0 93 0 0 0 21 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15442/tid=15461] ppid=15440 vsize=288688 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 657167485 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1584932

[startup+3.10065 s]
/proc/loadavg: 2.96 3.31 3.26 5/425 15465
/proc/meminfo: memFree=25119624/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=288688 CPUtime=0.46 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 9774 934 1 0 36 10 0 0 18 0 2 0 657167430 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 72172 7053 1875 364 0 8090 0
[pid=15460] ppid=15442 vsize=278444 CPUtime=0 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 657167485 285126656 5528 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535439 0 0 16781312 514 9449509972023935238 0 0 17 1 0 0 0
/proc/15460/statm: 69611 5528 354 364 0 5529 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=2.52 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) R 15460 15462 15462 0 -1 4202496 431 0 0 0 252 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15442/tid=15461] ppid=15440 vsize=288688 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 657167485 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1584932

[startup+6.30109 s]
/proc/loadavg: 2.96 3.30 3.26 6/422 15497
/proc/meminfo: memFree=25123000/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=288688 CPUtime=0.46 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 9774 934 1 0 36 10 0 0 18 0 2 0 657167430 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 72172 7053 1875 364 0 8090 0
[pid=15460] ppid=15442 vsize=278444 CPUtime=0.01 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 977 0 0 0 0 1 0 0 18 0 1 0 657167485 285126656 5556 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535439 0 0 16781312 514 9449509972023935238 0 0 17 1 0 0 0
/proc/15460/statm: 69611 5556 382 364 0 5529 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=5.7 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) R 15460 15462 15462 0 -1 4202496 431 0 0 0 570 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15442/tid=15461] ppid=15440 vsize=288688 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 657167485 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1584932

[startup+12.701 s]
/proc/loadavg: 3.05 3.32 3.26 6/425 15500
/proc/meminfo: memFree=25115416/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=288688 CPUtime=0.46 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 9774 934 1 0 36 10 0 0 18 0 2 0 657167430 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 72172 7053 1875 364 0 8090 0
[pid=15460] ppid=15442 vsize=278444 CPUtime=0.03 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 980 0 0 0 1 2 0 0 18 0 1 0 657167485 285126656 5556 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535439 0 0 16781312 514 13893288191089148166 0 0 17 1 0 0 0
/proc/15460/statm: 69611 5556 382 364 0 5529 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=12.08 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) R 15460 15462 15462 0 -1 4202496 431 0 0 0 1208 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15442/tid=15461] ppid=15440 vsize=288688 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 657167485 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1584932

[startup+25.5007 s]
/proc/loadavg: 3.19 3.34 3.27 6/425 15501
/proc/meminfo: memFree=25117220/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=288688 CPUtime=0.46 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 9774 934 1 0 36 10 0 0 18 0 2 0 657167430 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 72172 7053 1875 364 0 8090 0
[pid=15460] ppid=15442 vsize=278444 CPUtime=0.06 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 984 0 0 0 3 3 0 0 18 0 1 0 657167485 285126656 5556 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535439 0 0 16781312 514 13893288191089148166 0 0 17 1 0 0 0
/proc/15460/statm: 69611 5556 382 364 0 5529 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=24.85 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) R 15460 15462 15462 0 -1 4202496 431 0 0 0 2485 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15442/tid=15461] ppid=15440 vsize=288688 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 657167485 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1584932

[startup+51.1012 s]
/proc/loadavg: 3.51 3.40 3.29 5/425 15501
/proc/meminfo: memFree=25117688/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=288688 CPUtime=0.46 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 9774 934 1 0 36 10 0 0 18 0 2 0 657167430 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 72172 7053 1875 364 0 8090 0
[pid=15460] ppid=15442 vsize=278444 CPUtime=0.13 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 997 0 0 0 6 7 0 0 18 0 1 0 657167485 285126656 5556 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535439 0 0 16781312 514 13893288191089148166 0 0 17 1 0 0 0
/proc/15460/statm: 69611 5556 382 364 0 5529 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=50.38 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) R 15460 15462 15462 0 -1 4202496 431 0 0 0 5038 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15442/tid=15461] ppid=15440 vsize=288688 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 657167485 295616512 7053 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1584932

[startup+102.315 s]
/proc/loadavg: 3.79 3.49 3.32 6/437 15515
/proc/meminfo: memFree=25103356/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=299524 CPUtime=0.47 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 10604 934 1 0 37 10 0 0 20 0 3 0 657167430 306712576 7212 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 74881 7212 1878 364 0 10796 0
[pid=15460] ppid=15442 vsize=288688 CPUtime=0.28 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 1152 0 0 0 14 14 0 0 19 0 2 0 657167485 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15460/statm: 72172 5594 415 364 0 8090 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=99.97 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) T 15460 15462 15462 0 -1 4202496 431 0 0 0 9997 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15460/tid=15508] ppid=15442 vsize=288688 CPUtime=0 cores=1,3
/proc/15460/task/15508/stat : 15508 (python) S 15442 15442 13135 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657177513 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604463702763328 0 0 -1 3 0 0 0
[pid=15509] ppid=15442 vsize=289280 CPUtime=0 cores=1,3
/proc/15509/stat : 15509 (python) S 15442 15442 13135 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 657177514 296222720 5678 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535494 0 0 16781312 514 18180701571623419903 0 0 17 1 0 0 0
/proc/15509/statm: 72320 5678 348 364 0 8235 0
[pid=15511] ppid=15509 vsize=454908 CPUtime=1.46 cores=1,3
/proc/15511/stat : 15511 (TNM) R 15509 15511 15511 0 -1 4202496 421 0 0 0 146 0 0 0 25 0 1 0 657177514 465825792 160 33554432000 134512640 135008748 4288109856 18446744073709551615 134536475 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15511/statm: 113727 160 46 122 0 112627 0
[pid=15442/tid=15461] ppid=15440 vsize=299524 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 657167485 306712576 7212 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15510] ppid=15440 vsize=299524 CPUtime=0 cores=1,3
/proc/15442/task/15510/stat : 15510 (python) S 15440 15442 13135 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 657177514 306712576 7212 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2350200

[startup+162.301 s]
/proc/loadavg: 3.92 3.58 3.36 6/441 15520
/proc/meminfo: memFree=25094972/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=299524 CPUtime=0.47 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 10604 934 1 0 37 10 0 0 20 0 3 0 657167430 306712576 7212 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 74881 7212 1878 364 0 10796 0
[pid=15460] ppid=15442 vsize=288688 CPUtime=0.28 cores=1,3

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

[pid=15509] ppid=15442 vsize=289280 CPUtime=0.29 cores=1,3
/proc/15509/stat : 15509 (python) S 15442 15442 13135 0 -1 4202560 1075 0 0 0 14 15 0 0 19 0 2 0 657177514 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15509/statm: 72320 5731 400 364 0 8235 0
[pid=15511] ppid=15509 vsize=454908 CPUtime=100.03 cores=1,3
/proc/15511/stat : 15511 (TNM) T 15509 15511 15511 0 -1 4202496 421 0 0 0 10003 0 0 0 25 0 1 0 657177514 465825792 160 33554432000 134512640 135008748 4288109856 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15511/statm: 113727 160 46 122 0 112627 0
[pid=15509/tid=15530] ppid=15442 vsize=289280 CPUtime=0 cores=1,3
/proc/15509/task/15530/stat : 15530 (python) S 15442 15442 13135 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657187543 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604457145717696 0 0 -1 3 0 0 0
[pid=15531] ppid=15442 vsize=299244 CPUtime=0.09 cores=1,3
/proc/15531/stat : 15531 (python) S 15442 15442 13135 0 -1 4202560 931 0 0 0 5 4 0 0 15 0 1 0 657187544 306425856 5615 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535494 0 0 16781312 514 6157326692491690245 0 0 17 1 0 0 0
/proc/15531/statm: 74811 5615 371 364 0 10723 0
[pid=15533] ppid=15531 vsize=5228 CPUtime=29.05 cores=1,3
/proc/15533/stat : 15533 (march_hi) R 15531 15533 15533 0 -1 4202496 1204 0 0 0 2905 0 0 0 25 0 1 0 657187545 5353472 941 33554432000 4194304 4955518 140735646555008 18446744073709551615 4263648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15533/statm: 1307 941 104 186 0 1120 0
[pid=15442/tid=15461] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 657167485 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15510] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15510/stat : 15510 (python) S 15440 15442 13135 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 4 0 657177514 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15532] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15532/stat : 15532 (python) S 15440 15442 13135 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657187544 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 230.19
Current children cumulated vsize (KiB) 2664636

[startup+231.901 s]
/proc/loadavg: 3.97 3.66 3.40 5/457 15538
/proc/meminfo: memFree=25071612/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=309488 CPUtime=0.48 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 11434 934 1 0 38 10 0 0 20 0 4 0 657167430 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 77372 7128 1880 364 0 13284 0
[pid=15460] ppid=15442 vsize=288688 CPUtime=0.28 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 1152 0 0 0 14 14 0 0 19 0 2 0 657167485 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15460/statm: 72172 5594 415 364 0 8090 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=99.97 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) T 15460 15462 15462 0 -1 4202496 431 0 0 0 9997 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15460/tid=15508] ppid=15442 vsize=288688 CPUtime=0 cores=1,3
/proc/15460/task/15508/stat : 15508 (python) S 15442 15442 13135 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657177513 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604463702763328 0 0 -1 3 0 0 0
[pid=15509] ppid=15442 vsize=289280 CPUtime=0.29 cores=1,3
/proc/15509/stat : 15509 (python) S 15442 15442 13135 0 -1 4202560 1075 0 0 0 14 15 0 0 19 0 2 0 657177514 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15509/statm: 72320 5731 400 364 0 8235 0
[pid=15511] ppid=15509 vsize=454908 CPUtime=100.03 cores=1,3
/proc/15511/stat : 15511 (TNM) T 15509 15511 15511 0 -1 4202496 421 0 0 0 10003 0 0 0 25 0 1 0 657177514 465825792 160 33554432000 134512640 135008748 4288109856 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15511/statm: 113727 160 46 122 0 112627 0
[pid=15509/tid=15530] ppid=15442 vsize=289280 CPUtime=0 cores=1,3
/proc/15509/task/15530/stat : 15530 (python) S 15442 15442 13135 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657187543 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604457145717696 0 0 -1 3 0 0 0
[pid=15531] ppid=15442 vsize=299244 CPUtime=0.11 cores=1,3
/proc/15531/stat : 15531 (python) S 15442 15442 13135 0 -1 4202560 937 0 0 0 6 5 0 0 15 0 1 0 657187544 306425856 5615 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535494 0 0 16781312 514 6157326692491690245 0 0 17 1 0 0 0
/proc/15531/statm: 74811 5615 371 364 0 10723 0
[pid=15533] ppid=15531 vsize=5228 CPUtime=30.64 cores=1,3
/proc/15533/stat : 15533 (march_hi) R 15531 15533 15533 0 -1 4202496 1242 0 0 0 3064 0 0 0 25 0 1 0 657187545 5353472 979 33554432000 4194304 4955518 140735646555008 18446744073709551615 4290403 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15533/statm: 1307 979 104 186 0 1120 0
[pid=15442/tid=15461] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 657167485 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15510] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15510/stat : 15510 (python) S 15440 15442 13135 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 4 0 657177514 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15532] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15532/stat : 15532 (python) S 15440 15442 13135 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657187544 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.8
Current children cumulated vsize (KiB) 2664636

[startup+232.301 s]
/proc/loadavg: 3.97 3.66 3.40 6/457 15538
/proc/meminfo: memFree=25071488/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=309488 CPUtime=0.48 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 11434 934 1 0 38 10 0 0 20 0 4 0 657167430 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 77372 7128 1880 364 0 13284 0
[pid=15460] ppid=15442 vsize=288688 CPUtime=0.28 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 1152 0 0 0 14 14 0 0 19 0 2 0 657167485 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15460/statm: 72172 5594 415 364 0 8090 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=99.97 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) T 15460 15462 15462 0 -1 4202496 431 0 0 0 9997 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15460/tid=15508] ppid=15442 vsize=288688 CPUtime=0 cores=1,3
/proc/15460/task/15508/stat : 15508 (python) S 15442 15442 13135 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657177513 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604463702763328 0 0 -1 3 0 0 0
[pid=15509] ppid=15442 vsize=289280 CPUtime=0.29 cores=1,3
/proc/15509/stat : 15509 (python) S 15442 15442 13135 0 -1 4202560 1075 0 0 0 14 15 0 0 19 0 2 0 657177514 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15509/statm: 72320 5731 400 364 0 8235 0
[pid=15511] ppid=15509 vsize=454908 CPUtime=100.03 cores=1,3
/proc/15511/stat : 15511 (TNM) T 15509 15511 15511 0 -1 4202496 421 0 0 0 10003 0 0 0 25 0 1 0 657177514 465825792 160 33554432000 134512640 135008748 4288109856 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15511/statm: 113727 160 46 122 0 112627 0
[pid=15509/tid=15530] ppid=15442 vsize=289280 CPUtime=0 cores=1,3
/proc/15509/task/15530/stat : 15530 (python) S 15442 15442 13135 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657187543 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604457145717696 0 0 -1 3 0 0 0
[pid=15531] ppid=15442 vsize=299244 CPUtime=0.11 cores=1,3
/proc/15531/stat : 15531 (python) S 15442 15442 13135 0 -1 4202560 937 0 0 0 6 5 0 0 15 0 1 0 657187544 306425856 5615 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535494 0 0 16781312 514 6157326692491690245 0 0 17 1 0 0 0
/proc/15531/statm: 74811 5615 371 364 0 10723 0
[pid=15533] ppid=15531 vsize=5228 CPUtime=31.04 cores=1,3
/proc/15533/stat : 15533 (march_hi) R 15531 15533 15533 0 -1 4202496 1251 0 0 0 3104 0 0 0 25 0 1 0 657187545 5353472 988 33554432000 4194304 4955518 140735646555008 18446744073709551615 4290176 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15533/statm: 1307 988 104 186 0 1120 0
[pid=15442/tid=15461] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 657167485 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15510] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15510/stat : 15510 (python) S 15440 15442 13135 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 4 0 657177514 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15532] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15532/stat : 15532 (python) S 15440 15442 13135 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657187544 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 232.2
Current children cumulated vsize (KiB) 2664636

[startup+232.701 s]
/proc/loadavg: 3.97 3.66 3.40 6/457 15538
/proc/meminfo: memFree=25071488/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=309488 CPUtime=0.48 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 11434 934 1 0 38 10 0 0 20 0 4 0 657167430 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 77372 7128 1880 364 0 13284 0
[pid=15460] ppid=15442 vsize=288688 CPUtime=0.28 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 1152 0 0 0 14 14 0 0 19 0 2 0 657167485 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15460/statm: 72172 5594 415 364 0 8090 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=99.97 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) T 15460 15462 15462 0 -1 4202496 431 0 0 0 9997 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15460/tid=15508] ppid=15442 vsize=288688 CPUtime=0 cores=1,3
/proc/15460/task/15508/stat : 15508 (python) S 15442 15442 13135 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657177513 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604463702763328 0 0 -1 3 0 0 0
[pid=15509] ppid=15442 vsize=289280 CPUtime=0.29 cores=1,3
/proc/15509/stat : 15509 (python) S 15442 15442 13135 0 -1 4202560 1075 0 0 0 14 15 0 0 19 0 2 0 657177514 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15509/statm: 72320 5731 400 364 0 8235 0
[pid=15511] ppid=15509 vsize=454908 CPUtime=100.03 cores=1,3
/proc/15511/stat : 15511 (TNM) T 15509 15511 15511 0 -1 4202496 421 0 0 0 10003 0 0 0 25 0 1 0 657177514 465825792 160 33554432000 134512640 135008748 4288109856 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15511/statm: 113727 160 46 122 0 112627 0
[pid=15509/tid=15530] ppid=15442 vsize=289280 CPUtime=0 cores=1,3
/proc/15509/task/15530/stat : 15530 (python) S 15442 15442 13135 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657187543 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604457145717696 0 0 -1 3 0 0 0
[pid=15531] ppid=15442 vsize=299244 CPUtime=0.11 cores=1,3
/proc/15531/stat : 15531 (python) S 15442 15442 13135 0 -1 4202560 937 0 0 0 6 5 0 0 15 0 1 0 657187544 306425856 5615 33554432000 4194304 5683644 140735838871664 18446744073709551615 216634535494 0 0 16781312 514 6157326692491690245 0 0 17 1 0 0 0
/proc/15531/statm: 74811 5615 371 364 0 10723 0
[pid=15533] ppid=15531 vsize=5228 CPUtime=31.44 cores=1,3
/proc/15533/stat : 15533 (march_hi) R 15531 15533 15533 0 -1 4202496 1261 0 0 0 3144 0 0 0 25 0 1 0 657187545 5353472 998 33554432000 4194304 4955518 140735646555008 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15533/statm: 1307 998 104 186 0 1120 0
[pid=15442/tid=15461] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 657167485 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15510] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15510/stat : 15510 (python) S 15440 15442 13135 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 4 0 657177514 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15532] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15532/stat : 15532 (python) S 15440 15442 13135 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657187544 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 232.6
Current children cumulated vsize (KiB) 2664636

[startup+232.801 s]
/proc/loadavg: 3.97 3.66 3.40 6/457 15538
/proc/meminfo: memFree=25071488/32951124 swapFree=53501236/67111528
[pid=15442] ppid=15440 vsize=309488 CPUtime=0.48 cores=1,3
/proc/15442/stat : 15442 (python) S 15440 15442 13135 0 -1 4202496 11434 934 1 0 38 10 0 0 20 0 4 0 657167430 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 77372 7128 1880 364 0 13284 0
[pid=15460] ppid=15442 vsize=288688 CPUtime=0.28 cores=1,3
/proc/15460/stat : 15460 (python) S 15442 15442 13135 0 -1 4202560 1152 0 0 0 14 14 0 0 19 0 2 0 657167485 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15460/statm: 72172 5594 415 364 0 8090 0
[pid=15462] ppid=15460 vsize=1017800 CPUtime=99.97 cores=1,3
/proc/15462/stat : 15462 (gnovelty+2) T 15460 15462 15462 0 -1 4202496 431 0 0 0 9997 0 0 0 25 0 1 0 657167485 1042227200 168 33554432000 134512640 135663704 4292460624 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15462/statm: 254450 168 113 282 0 254166 0
[pid=15460/tid=15508] ppid=15442 vsize=288688 CPUtime=0 cores=1,3
/proc/15460/task/15508/stat : 15508 (python) S 15442 15442 13135 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657177513 295616512 5594 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604463702763328 0 0 -1 3 0 0 0
[pid=15509] ppid=15442 vsize=289280 CPUtime=0.29 cores=1,3
/proc/15509/stat : 15509 (python) S 15442 15442 13135 0 -1 4202560 1075 0 0 0 14 15 0 0 19 0 2 0 657177514 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15509/statm: 72320 5731 400 364 0 8235 0
[pid=15511] ppid=15509 vsize=454908 CPUtime=100.03 cores=1,3
/proc/15511/stat : 15511 (TNM) T 15509 15511 15511 0 -1 4202496 421 0 0 0 10003 0 0 0 25 0 1 0 657177514 465825792 160 33554432000 134512640 135008748 4288109856 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15511/statm: 113727 160 46 122 0 112627 0
[pid=15509/tid=15530] ppid=15442 vsize=289280 CPUtime=0 cores=1,3
/proc/15509/task/15530/stat : 15530 (python) S 15442 15442 13135 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657187543 296222720 5731 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 514 18446604457145717696 0 0 -1 3 0 0 0
[pid=15531] ppid=15442 vsize=299244 CPUtime=0.2 cores=1,3
/proc/15531/stat : 15531 (python) R 15442 15442 13135 0 -1 4202560 937 0 0 0 14 6 0 0 15 0 1 0 657187544 306425856 5615 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15531/statm: 74811 5615 371 364 0 10723 0
[pid=15533] ppid=15531 vsize=0 CPUtime=31.44 cores=1,3
/proc/15533/stat : 15533 (march_hi) R 15531 15533 15533 0 -1 4202500 1262 0 0 0 3144 0 0 0 25 0 1 0 657187545 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15533/statm: 0 0 0 0 0 0 0
[pid=15442/tid=15461] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15461/stat : 15461 (python) S 15440 15442 13135 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 657167485 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15510] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15510/stat : 15510 (python) S 15440 15442 13135 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 4 0 657177514 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
[pid=15442/tid=15532] ppid=15440 vsize=309488 CPUtime=0 cores=1,3
/proc/15442/task/15532/stat : 15532 (python) S 15440 15442 13135 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657187544 316915712 7128 33554432000 4194304 5683644 140735838871664 18446744073709551615 216646338993 0 0 16781312 2 18446604463702762432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 232.69
Current children cumulated vsize (KiB) 2659408

Child status: 0
Real time (s): 232.825
CPU time (s): 232.796
CPU user time (s): 232.3
CPU system time (s): 0.495924
CPU usage (%): 99.9872
Max. virtual memory (cumulated for all children) (KiB): 2664636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.3
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22282
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4245
involuntary context switches= 1965

runsolver used 0.906862 second user time and 2.07368 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 12:34:08
IDJOB=3377581
IDBENCH=82890
IDSOLVER=1857
FILE ID=node103/3377581-1305455646
RUNJOBID= node103-1305455646-15361
PBS_JOBID= 13324856
Free space on /tmp= 72920 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1635333981-027.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-3377581-1305455646/watcher-3377581-1305455646 -o /tmp/evaluation-result-3377581-1305455646/solver-3377581-1305455646 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377581-1305455646.cnf -seed 758793970 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5ba52a7ac0a84086dc4098f6b5213446
RANDOM SEED=758793970

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:      25179232 kB
Buffers:        319636 kB
Cached:        4204888 kB
SwapCached:     340192 kB
Active:        2249228 kB
Inactive:      5229388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25179232 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:          128216 kB
Writeback:          16 kB
AnonPages:     2624748 kB
Mapped:          22112 kB
Slab:           164476 kB
PageTables:      61972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 105902620 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= 72876 MiB
End job on node103 at 2011-05-15 12:38:01