Trace number 3378516

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)? 3076.06 1186.95

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
MD5SUM99f3efd3bfc8a6f99ffbd289ed4a5837
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3378516-1305465994.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.39/0.50	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.54	c INFO: computed variable graph statistics
0.39/0.54	c INFO: collected features for HOME/instance-3378516-1305465994.cnf in 0.09 s
0.39/0.55	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.39/0.56	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.39/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.39/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
398.00/149.08	c INFO: running march_hi@0 for 679 with 1051 remaining (b = 0.34)
446.09/167.16	c INFO: running march_hi@0 for 679 with 1033 remaining (b = 0.31)
1177.48/461.56	c INFO: running march_hi@99 for 97 with 738 remaining (b = 0.06)
1527.44/602.44	c INFO: running march_hi@195 for 194 with 598 remaining (b = 0.13)
1729.97/683.98	c INFO: running march_hi@0 for 516 with 516 remaining (b = 0.23)
2544.26/995.04	c INFO: running march_hi@584 for 97 with 205 remaining (b = 0.05)
2670.49/1037.36	c INFO: running march_hi@0 for 163 with 163 remaining (b = 0.05)
3076.00/1186.92	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378516-1305465994/watcher-3378516-1305465994 -o /tmp/evaluation-result-3378516-1305465994/solver-3378516-1305465994 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378516-1305465994.cnf -seed 1392020522 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 11.57 11.32 10.84 9/486 18480
/proc/meminfo: memFree=24392592/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/18480/stat : 18480 (python) R 18478 18480 16982 0 -1 4202496 1119 0 0 0 1 0 0 0 25 0 1 0 658202007 16789504 988 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18480/statm: 4099 988 413 364 0 586 0

[startup+0.0392611 s]
/proc/loadavg: 11.57 11.32 10.84 9/486 18480
/proc/meminfo: memFree=24392592/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 1286 0 0 0 2 0 0 0 25 0 1 0 658202007 19337216 1140 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18480/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.101005 s]
/proc/loadavg: 11.57 11.32 10.84 9/486 18480
/proc/meminfo: memFree=24392592/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 3142 0 0 0 5 2 0 0 25 0 1 0 658202007 107126784 2821 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18480/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300692 s]
/proc/loadavg: 11.57 11.32 10.84 9/486 18480
/proc/meminfo: memFree=24392592/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=198920 CPUtime=0.22 cores=0,2,4,6
/proc/18480/stat : 18480 (python) R 18478 18480 16982 0 -1 4202496 7021 935 1 0 17 5 0 0 25 0 1 0 658202007 203694080 5053 33554432000 4194304 5683644 140734239287792 18446744073709551615 47748968829888 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18480/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.70062 s]
/proc/loadavg: 11.57 11.32 10.84 9/486 18480
/proc/meminfo: memFree=24392592/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=320236 CPUtime=0.49 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 12203 935 1 0 40 9 0 0 23 0 5 0 658202007 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18480/statm: 80059 7247 1873 364 0 15968 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 320236

[startup+1.50048 s]
/proc/loadavg: 11.57 11.32 10.84 12/499 18497
/proc/meminfo: memFree=24354048/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=320236 CPUtime=0.49 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 12203 935 1 0 40 9 0 0 23 0 5 0 658202007 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18480/statm: 80059 7247 1873 364 0 15968 0
[pid=18486] ppid=18480 vsize=278616 CPUtime=0 cores=0,2,4,6
/proc/18486/stat : 18486 (python) S 18480 18480 16982 0 -1 4202560 728 0 0 0 0 0 0 0 25 0 1 0 658202062 285302784 5560 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535439 0 0 16781312 514 8697775521380958207 0 0 17 2 0 0 0
/proc/18486/statm: 69654 5560 354 364 0 5572 0
[pid=18488] ppid=18486 vsize=1017932 CPUtime=0.51 cores=0,2,4,6
/proc/18488/stat : 18488 (gnovelty+2) R 18486 18488 18488 0 -1 4202496 445 0 0 0 51 0 0 0 25 0 1 0 658202062 1042362368 184 33554432000 134512640 135663704 4291349200 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18488/statm: 254483 184 113 282 0 254199 0
[pid=18489] ppid=18480 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/18489/stat : 18489 (python) S 18480 18480 16982 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658202063 296325120 5702 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 13643791414855696643 0 0 17 6 0 0 0
/proc/18489/statm: 72345 5702 348 364 0 8260 0
[pid=18491] ppid=18489 vsize=2700 CPUtime=0.88 cores=0,2,4,6
/proc/18491/stat : 18491 (march_hi) R 18489 18491 18491 0 -1 4202496 740 0 0 0 88 0 0 0 23 0 1 0 658202064 2764800 474 33554432000 4194304 4955518 140733642530592 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18491/statm: 675 474 104 186 0 488 0
[pid=18492] ppid=18480 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/18492/stat : 18492 (python) S 18480 18480 16982 0 -1 4202560 739 0 0 0 0 0 0 0 21 0 1 0 658202064 306307072 5594 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 2773919681981972479 0 0 17 0 0 0 0
/proc/18492/statm: 74782 5594 348 364 0 10694 0
[pid=18496] ppid=18492 vsize=1017932 CPUtime=0.42 cores=0,2,4,6
/proc/18496/stat : 18496 (gnovelty+2) R 18492 18496 18496 0 -1 4202496 447 0 0 0 42 0 0 0 25 0 1 0 658202066 1042362368 185 33554432000 134512640 135663704 4291798672 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18496/statm: 254483 185 113 282 0 254199 0
[pid=18494] ppid=18480 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/18494/stat : 18494 (python) S 18480 18480 16982 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 658202065 317431808 5718 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 3800932536679366914 0 0 17 6 0 0 0
/proc/18494/statm: 77498 5718 348 364 0 13407 0
[pid=18497] ppid=18494 vsize=2496 CPUtime=0.46 cores=0,2,4,6
/proc/18497/stat : 18497 (march_hi) R 18494 18497 18497 0 -1 4202496 674 0 0 0 46 0 0 0 25 0 1 0 658202066 2555904 415 33554432000 4194304 4955518 140734000513120 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18497/statm: 624 415 104 186 0 437 0
[pid=18480/tid=18487] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18487/stat : 18487 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 658202062 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 2 0 0 0
[pid=18480/tid=18490] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18490/stat : 18490 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658202063 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18493] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18493/stat : 18493 (python) S 18478 18480 16982 0 -1 4202560 38 935 0 0 0 0 0 0 22 0 5 0 658202064 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18495] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18495/stat : 18495 (python) S 18478 18480 16982 0 -1 4202560 16 935 0 0 0 0 0 0 24 0 5 0 658202066 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 3538412

[startup+3.1012 s]
/proc/loadavg: 11.57 11.32 10.84 12/499 18497
/proc/meminfo: memFree=24352188/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=320236 CPUtime=0.49 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 12203 935 1 0 40 9 0 0 23 0 5 0 658202007 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18480/statm: 80059 7247 1873 364 0 15968 0
[pid=18486] ppid=18480 vsize=278616 CPUtime=0 cores=0,2,4,6
/proc/18486/stat : 18486 (python) S 18480 18480 16982 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 658202062 285302784 5560 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535439 0 0 16781312 514 8697775521380925697 0 0 17 2 0 0 0
/proc/18486/statm: 69654 5560 354 364 0 5572 0
[pid=18488] ppid=18486 vsize=1017932 CPUtime=1.31 cores=0,2,4,6
/proc/18488/stat : 18488 (gnovelty+2) R 18486 18488 18488 0 -1 4202496 445 0 0 0 131 0 0 0 25 0 1 0 658202062 1042362368 184 33554432000 134512640 135663704 4291349200 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18488/statm: 254483 184 113 282 0 254199 0
[pid=18489] ppid=18480 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/18489/stat : 18489 (python) S 18480 18480 16982 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 658202063 296325120 5702 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 13643791414855696643 0 0 17 6 0 0 0
/proc/18489/statm: 72345 5702 348 364 0 8260 0
[pid=18491] ppid=18489 vsize=2952 CPUtime=2.47 cores=0,2,4,6
/proc/18491/stat : 18491 (march_hi) R 18489 18491 18491 0 -1 4202496 800 0 0 0 247 0 0 0 25 0 1 0 658202064 3022848 534 33554432000 4194304 4955518 140733642530592 18446744073709551615 4227109 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18491/statm: 738 534 104 186 0 551 0
[pid=18492] ppid=18480 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/18492/stat : 18492 (python) S 18480 18480 16982 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658202064 306307072 5594 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 2773919681981939970 0 0 17 0 0 0 0
/proc/18492/statm: 74782 5594 348 364 0 10694 0
[pid=18496] ppid=18492 vsize=1017932 CPUtime=1.22 cores=0,2,4,6
/proc/18496/stat : 18496 (gnovelty+2) R 18492 18496 18496 0 -1 4202496 447 0 0 0 122 0 0 0 25 0 1 0 658202066 1042362368 185 33554432000 134512640 135663704 4291798672 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18496/statm: 254483 185 113 282 0 254199 0
[pid=18494] ppid=18480 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/18494/stat : 18494 (python) S 18480 18480 16982 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 658202065 317431808 5718 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 3800932536679366914 0 0 17 6 0 0 0
/proc/18494/statm: 77498 5718 348 364 0 13407 0
[pid=18497] ppid=18494 vsize=2700 CPUtime=1.26 cores=0,2,4,6
/proc/18497/stat : 18497 (march_hi) R 18494 18497 18497 0 -1 4202496 746 0 0 0 126 0 0 0 25 0 1 0 658202066 2764800 487 33554432000 4194304 4955518 140734000513120 18446744073709551615 4206496 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18497/statm: 675 487 104 186 0 488 0
[pid=18480/tid=18487] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18487/stat : 18487 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 658202062 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 2 0 0 0
[pid=18480/tid=18490] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18490/stat : 18490 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658202063 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18493] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18493/stat : 18493 (python) S 18478 18480 16982 0 -1 4202560 38 935 0 0 0 0 0 0 22 0 5 0 658202064 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18495] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18495/stat : 18495 (python) S 18478 18480 16982 0 -1 4202560 16 935 0 0 0 0 0 0 24 0 5 0 658202066 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 3538868

[startup+6.30063 s]
/proc/loadavg: 11.52 11.32 10.84 12/499 18497
/proc/meminfo: memFree=24347972/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=320236 CPUtime=0.49 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 12203 935 1 0 40 9 0 0 23 0 5 0 658202007 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18480/statm: 80059 7247 1873 364 0 15968 0
[pid=18486] ppid=18480 vsize=278616 CPUtime=0.02 cores=0,2,4,6
/proc/18486/stat : 18486 (python) S 18480 18480 16982 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 658202062 285302784 5583 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535439 0 0 16781312 514 8697775521380925697 0 0 17 2 0 0 0
/proc/18486/statm: 69654 5583 377 364 0 5572 0
[pid=18488] ppid=18486 vsize=1017932 CPUtime=2.89 cores=0,2,4,6
/proc/18488/stat : 18488 (gnovelty+2) R 18486 18488 18488 0 -1 4202496 445 0 0 0 289 0 0 0 25 0 1 0 658202062 1042362368 184 33554432000 134512640 135663704 4291349200 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18488/statm: 254483 184 113 282 0 254199 0
[pid=18489] ppid=18480 vsize=289380 CPUtime=0.01 cores=0,2,4,6
/proc/18489/stat : 18489 (python) S 18480 18480 16982 0 -1 4202560 920 0 0 0 1 0 0 0 15 0 1 0 658202063 296325120 5725 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 13643791414855696643 0 0 17 6 0 0 0
/proc/18489/statm: 72345 5725 371 364 0 8260 0
[pid=18491] ppid=18489 vsize=3656 CPUtime=5.57 cores=0,2,4,6
/proc/18491/stat : 18491 (march_hi) R 18489 18491 18491 0 -1 4202496 941 0 0 0 557 0 0 0 25 0 1 0 658202064 3743744 675 33554432000 4194304 4955518 140733642530592 18446744073709551615 4263575 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18491/statm: 914 675 104 186 0 727 0
[pid=18492] ppid=18480 vsize=299128 CPUtime=0.02 cores=0,2,4,6
/proc/18492/stat : 18492 (python) S 18480 18480 16982 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 658202064 306307072 5617 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 2773919681981939970 0 0 17 0 0 0 0
/proc/18492/statm: 74782 5617 371 364 0 10694 0
[pid=18496] ppid=18492 vsize=1017932 CPUtime=2.82 cores=0,2,4,6
/proc/18496/stat : 18496 (gnovelty+2) R 18492 18496 18496 0 -1 4202496 447 0 0 0 282 0 0 0 25 0 1 0 658202066 1042362368 185 33554432000 134512640 135663704 4291798672 18446744073709551615 134524526 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18496/statm: 254483 185 113 282 0 254199 0
[pid=18494] ppid=18480 vsize=309992 CPUtime=0.02 cores=0,2,4,6
/proc/18494/stat : 18494 (python) S 18480 18480 16982 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 658202065 317431808 5741 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 3800932536679366914 0 0 17 6 0 0 0
/proc/18494/statm: 77498 5741 371 364 0 13407 0
[pid=18497] ppid=18494 vsize=2952 CPUtime=2.85 cores=0,2,4,6
/proc/18497/stat : 18497 (march_hi) R 18494 18497 18497 0 -1 4202496 810 0 0 0 285 0 0 0 25 0 1 0 658202066 3022848 551 33554432000 4194304 4955518 140734000513120 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18497/statm: 738 551 104 186 0 551 0
[pid=18480/tid=18487] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18487/stat : 18487 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 658202062 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 2 0 0 0
[pid=18480/tid=18490] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18490/stat : 18490 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658202063 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18493] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18493/stat : 18493 (python) S 18478 18480 16982 0 -1 4202560 38 935 0 0 0 0 0 0 22 0 5 0 658202064 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18495] ppid=18478 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18495/stat : 18495 (python) S 18478 18480 16982 0 -1 4202560 16 935 0 0 0 0 0 0 24 0 5 0 658202066 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 3539824

[startup+12.7005 s]
/proc/loadavg: 11.48 11.31 10.84 12/499 18497
/proc/meminfo: memFree=24343276/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=320236 CPUtime=0.49 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 12203 935 1 0 40 9 0 0 23 0 5 0 658202007 327921664 7247 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18480/statm: 80059 7247 1873 364 0 15968 0
[pid=18486] ppid=18480 vsize=278616 CPUtime=0.04 cores=0,2,4,6
/proc/18486/stat : 18486 (python) S 18480 18480 16982 0 -1 4202560 897 0 0 0 2 2 0 0 18 0 1 0 658202062 285302784 5583 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535439 0 0 16781312 514 8558211482515374337 0 0 17 2 0 0 0
/proc/18486/statm: 69654 5583 377 364 0 5572 0
[pid=18488] ppid=18486 vsize=1017932 CPUtime=6.07 cores=0,2,4,6
/proc/18488/stat : 18488 (gnovelty+2) R 18486 18488 18488 0 -1 4202496 445 0 0 0 607 0 0 0 25 0 1 0 658202062 1042362368 184 33554432000 134512640 135663704 4291349200 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18488/statm: 254483 184 113 282 0 254199 0
[pid=18489] ppid=18480 vsize=289380 CPUtime=0.03 cores=0,2,4,6

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

/proc/18496/stat : 18496 (gnovelty+2) T 18492 18496 18496 0 -1 4202496 447 0 0 0 9979 0 0 0 25 0 1 0 658202066 1042362368 185 33554432000 134512640 135663704 4291798672 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18496/statm: 254483 185 113 282 0 254199 0
[pid=18492/tid=18549] ppid=18480 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/18492/task/18549/stat : 18549 (python) S 18480 18480 16982 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658218722 306307072 5647 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604449263579456 0 0 -1 0 0 0 0
[pid=18494] ppid=18480 vsize=309992 CPUtime=4.31 cores=0,2,4,6
/proc/18494/stat : 18494 (python) S 18480 18480 16982 0 -1 4202560 1165 0 0 0 217 214 0 0 15 0 2 0 658202065 317431808 5771 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18494/statm: 77498 5771 400 364 0 13407 0
[pid=18497] ppid=18494 vsize=125704 CPUtime=777.78 cores=0,2,4,6
/proc/18497/stat : 18497 (march_hi) R 18494 18497 18497 0 -1 4202496 26773 0 0 0 77771 7 0 0 25 0 1 0 658202066 128720896 26514 33554432000 4194304 4955518 140734000513120 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18497/statm: 31426 26514 104 186 0 31239 0
[pid=18494/tid=18569] ppid=18480 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/18494/task/18569/stat : 18569 (python) S 18480 18480 16982 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658248163 317431808 5771 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604441039332672 0 0 -1 6 0 0 0
[pid=18546] ppid=18480 vsize=320248 CPUtime=3.77 cores=0,2,4,6
/proc/18546/stat : 18546 (python) S 18480 18480 16982 0 -1 4202560 1007 0 0 0 192 185 0 0 15 0 1 0 658216915 327933952 5745 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 8558211482515374337 0 0 17 6 0 0 0
/proc/18546/statm: 80062 5745 371 364 0 15968 0
[pid=18548] ppid=18546 vsize=108500 CPUtime=582.1 cores=0,2,4,6
/proc/18548/stat : 18548 (march_hi) R 18546 18548 18548 0 -1 4202496 20507 0 0 0 58206 4 0 0 25 0 1 0 658216915 111104000 20246 33554432000 4194304 4955518 140736049596560 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18548/statm: 27125 20246 104 186 0 26938 0
[pid=18550] ppid=18480 vsize=330144 CPUtime=3.19 cores=0,2,4,6
/proc/18550/stat : 18550 (python) S 18480 18480 16982 0 -1 4202560 1160 0 0 0 164 155 0 0 16 0 2 0 658218723 338067456 5689 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18550/statm: 82536 5689 400 364 0 18439 0
[pid=18552] ppid=18550 vsize=125704 CPUtime=680.8 cores=0,2,4,6
/proc/18552/stat : 18552 (march_hi) T 18550 18552 18552 0 -1 4202496 23615 0 0 0 68075 5 0 0 25 0 1 0 658218723 128720896 23356 33554432000 4194304 4955518 140733947896016 18446744073709551615 4209643 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18552/statm: 31426 23356 104 186 0 31239 0
[pid=18550/tid=18595] ppid=18480 vsize=330144 CPUtime=0 cores=0,2,4,6
/proc/18550/task/18595/stat : 18595 (python) S 18480 18480 16982 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 658305742 338067456 5689 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604441221666880 0 0 -1 6 0 0 0
[pid=18582] ppid=18480 vsize=340940 CPUtime=1.83 cores=0,2,4,6
/proc/18582/stat : 18582 (python) S 18480 18480 16982 0 -1 4202560 1009 0 0 0 91 92 0 0 15 0 1 0 658270405 349122560 5821 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 13804966625348124930 0 0 17 2 0 0 0
/proc/18582/statm: 85235 5821 371 364 0 21135 0
[pid=18584] ppid=18582 vsize=78900 CPUtime=353 cores=0,2,4,6
/proc/18584/stat : 18584 (march_hi) R 18582 18584 18584 0 -1 4202496 12952 0 0 0 35297 3 0 0 25 0 1 0 658270406 80793600 12690 33554432000 4194304 4955518 140737417063296 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18584/statm: 19725 12690 104 186 0 19538 0
[pid=18596] ppid=18480 vsize=351196 CPUtime=0.54 cores=0,2,4,6
/proc/18596/stat : 18596 (python) S 18480 18480 16982 0 -1 4202560 1020 0 0 0 29 25 0 0 15 0 1 0 658305743 359624704 5831 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 2159973004874842370 0 0 17 0 0 0 0
/proc/18596/statm: 87799 5831 377 364 0 23696 0
[pid=18598] ppid=18596 vsize=16424 CPUtime=74.06 cores=0,2,4,6
/proc/18598/stat : 18598 (march_hi) R 18596 18598 18598 0 -1 4202496 3457 0 0 0 7405 1 0 0 25 0 1 0 658305743 16818176 3190 33554432000 4194304 4955518 140735530315856 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18598/statm: 4106 3190 104 186 0 3919 0
[pid=18480/tid=18487] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18487/stat : 18487 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 658202062 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 2 0 0 0
[pid=18480/tid=18490] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18490/stat : 18490 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 658202063 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18493] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18493/stat : 18493 (python) S 18478 18480 16982 0 -1 4202560 38 935 0 0 0 0 0 0 22 0 9 0 658202064 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18495] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18495/stat : 18495 (python) S 18478 18480 16982 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 658202066 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18547] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18547/stat : 18547 (python) S 18478 18480 16982 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 658216915 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18551] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18551/stat : 18551 (python) S 18478 18480 16982 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658218723 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18583] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18583/stat : 18583 (python) S 18478 18480 16982 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658270405 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18597] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18597/stat : 18597 (python) S 18478 18480 16982 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 658305743 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3074.02
Current children cumulated vsize (KiB) 5461324

[startup+1186.7 s]
/proc/loadavg: 11.28 11.22 11.08 12/515 18604
/proc/meminfo: memFree=24001384/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=361440 CPUtime=0.54 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 15585 935 1 0 44 10 0 0 20 0 9 0 658202007 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18480/statm: 90360 7340 1882 364 0 26257 0
[pid=18486] ppid=18480 vsize=288860 CPUtime=0.51 cores=0,2,4,6
/proc/18486/stat : 18486 (python) S 18480 18480 16982 0 -1 4202560 1178 0 0 0 26 25 0 0 19 0 2 0 658202062 295792640 5627 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18486/statm: 72215 5627 416 364 0 8133 0
[pid=18488] ppid=18486 vsize=1017932 CPUtime=99.55 cores=0,2,4,6
/proc/18488/stat : 18488 (gnovelty+2) T 18486 18488 18488 0 -1 4202496 445 0 0 0 9955 0 0 0 25 0 1 0 658202062 1042362368 184 33554432000 134512640 135663704 4291349200 18446744073709551615 134524866 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18488/statm: 254483 184 113 282 0 254199 0
[pid=18486/tid=18545] ppid=18480 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/18486/task/18545/stat : 18545 (python) S 18480 18480 16982 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658216914 295792640 5627 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604442052900032 0 0 -1 2 0 0 0
[pid=18489] ppid=18480 vsize=289380 CPUtime=2.49 cores=0,2,4,6
/proc/18489/stat : 18489 (python) S 18480 18480 16982 0 -1 4202560 1153 0 0 0 131 118 0 0 16 0 2 0 658202063 296325120 5755 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18489/statm: 72345 5755 400 364 0 8260 0
[pid=18491] ppid=18489 vsize=78900 CPUtime=389.19 cores=0,2,4,6
/proc/18491/stat : 18491 (march_hi) T 18489 18491 18491 0 -1 4202496 14195 0 0 0 38915 4 0 0 25 0 1 0 658202064 80793600 13929 33554432000 4194304 4955518 140733642530592 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18491/statm: 19725 13929 104 186 0 19538 0
[pid=18489/tid=18581] ppid=18480 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/18489/task/18581/stat : 18581 (python) S 18480 18480 16982 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658270405 296325120 5755 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604445786711360 0 0 -1 0 0 0 0
[pid=18492] ppid=18480 vsize=299128 CPUtime=0.57 cores=0,2,4,6
/proc/18492/stat : 18492 (python) S 18480 18480 16982 0 -1 4202560 1106 0 0 0 27 30 0 0 19 0 2 0 658202064 306307072 5647 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18492/statm: 74782 5647 400 364 0 10694 0
[pid=18496] ppid=18492 vsize=1017932 CPUtime=99.79 cores=0,2,4,6
/proc/18496/stat : 18496 (gnovelty+2) T 18492 18496 18496 0 -1 4202496 447 0 0 0 9979 0 0 0 25 0 1 0 658202066 1042362368 185 33554432000 134512640 135663704 4291798672 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18496/statm: 254483 185 113 282 0 254199 0
[pid=18492/tid=18549] ppid=18480 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/18492/task/18549/stat : 18549 (python) S 18480 18480 16982 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658218722 306307072 5647 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604449263579456 0 0 -1 0 0 0 0
[pid=18494] ppid=18480 vsize=309992 CPUtime=4.31 cores=0,2,4,6
/proc/18494/stat : 18494 (python) S 18480 18480 16982 0 -1 4202560 1165 0 0 0 217 214 0 0 15 0 2 0 658202065 317431808 5771 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18494/statm: 77498 5771 400 364 0 13407 0
[pid=18497] ppid=18494 vsize=125704 CPUtime=777.98 cores=0,2,4,6
/proc/18497/stat : 18497 (march_hi) R 18494 18497 18497 0 -1 4202496 26781 0 0 0 77791 7 0 0 25 0 1 0 658202066 128720896 26522 33554432000 4194304 4955518 140734000513120 18446744073709551615 4238668 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18497/statm: 31426 26522 104 186 0 31239 0
[pid=18494/tid=18569] ppid=18480 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/18494/task/18569/stat : 18569 (python) S 18480 18480 16982 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658248163 317431808 5771 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604441039332672 0 0 -1 6 0 0 0
[pid=18546] ppid=18480 vsize=320248 CPUtime=3.77 cores=0,2,4,6
/proc/18546/stat : 18546 (python) S 18480 18480 16982 0 -1 4202560 1007 0 0 0 192 185 0 0 15 0 1 0 658216915 327933952 5745 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 8558211482515374337 0 0 17 6 0 0 0
/proc/18546/statm: 80062 5745 371 364 0 15968 0
[pid=18548] ppid=18546 vsize=108500 CPUtime=582.5 cores=0,2,4,6
/proc/18548/stat : 18548 (march_hi) R 18546 18548 18548 0 -1 4202496 20519 0 0 0 58246 4 0 0 25 0 1 0 658216915 111104000 20258 33554432000 4194304 4955518 140736049596560 18446744073709551615 4261351 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18548/statm: 27125 20258 104 186 0 26938 0
[pid=18550] ppid=18480 vsize=330144 CPUtime=3.19 cores=0,2,4,6
/proc/18550/stat : 18550 (python) S 18480 18480 16982 0 -1 4202560 1160 0 0 0 164 155 0 0 16 0 2 0 658218723 338067456 5689 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18550/statm: 82536 5689 400 364 0 18439 0
[pid=18552] ppid=18550 vsize=125704 CPUtime=680.8 cores=0,2,4,6
/proc/18552/stat : 18552 (march_hi) T 18550 18552 18552 0 -1 4202496 23615 0 0 0 68075 5 0 0 25 0 1 0 658218723 128720896 23356 33554432000 4194304 4955518 140733947896016 18446744073709551615 4209643 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18552/statm: 31426 23356 104 186 0 31239 0
[pid=18550/tid=18595] ppid=18480 vsize=330144 CPUtime=0 cores=0,2,4,6
/proc/18550/task/18595/stat : 18595 (python) S 18480 18480 16982 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 658305742 338067456 5689 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 514 18446604441221666880 0 0 -1 6 0 0 0
[pid=18582] ppid=18480 vsize=340940 CPUtime=1.83 cores=0,2,4,6
/proc/18582/stat : 18582 (python) S 18480 18480 16982 0 -1 4202560 1009 0 0 0 91 92 0 0 15 0 1 0 658270405 349122560 5821 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 13804966625348124930 0 0 17 2 0 0 0
/proc/18582/statm: 85235 5821 371 364 0 21135 0
[pid=18584] ppid=18582 vsize=78900 CPUtime=353.4 cores=0,2,4,6
/proc/18584/stat : 18584 (march_hi) R 18582 18584 18584 0 -1 4202496 12966 0 0 0 35337 3 0 0 25 0 1 0 658270406 80793600 12704 33554432000 4194304 4955518 140737417063296 18446744073709551615 4314627 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18584/statm: 19725 12704 104 186 0 19538 0
[pid=18596] ppid=18480 vsize=351196 CPUtime=0.54 cores=0,2,4,6
/proc/18596/stat : 18596 (python) S 18480 18480 16982 0 -1 4202560 1020 0 0 0 29 25 0 0 15 0 1 0 658305743 359624704 5831 33554432000 4194304 5683644 140734239287792 18446744073709551615 216634535494 0 0 16781312 514 2159973004874842370 0 0 17 0 0 0 0
/proc/18596/statm: 87799 5831 377 364 0 23696 0
[pid=18598] ppid=18596 vsize=16424 CPUtime=74.26 cores=0,2,4,6
/proc/18598/stat : 18598 (march_hi) R 18596 18598 18598 0 -1 4202496 3465 0 0 0 7425 1 0 0 25 0 1 0 658305743 16818176 3198 33554432000 4194304 4955518 140735530315856 18446744073709551615 4227500 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18598/statm: 4106 3198 104 186 0 3919 0
[pid=18480/tid=18487] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18487/stat : 18487 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 658202062 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 2 0 0 0
[pid=18480/tid=18490] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18490/stat : 18490 (python) S 18478 18480 16982 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 658202063 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18493] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18493/stat : 18493 (python) S 18478 18480 16982 0 -1 4202560 38 935 0 0 0 0 0 0 22 0 9 0 658202064 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18495] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18495/stat : 18495 (python) S 18478 18480 16982 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 658202066 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18547] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18547/stat : 18547 (python) S 18478 18480 16982 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 658216915 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18551] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18551/stat : 18551 (python) S 18478 18480 16982 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658218723 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18583] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18583/stat : 18583 (python) S 18478 18480 16982 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658270405 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18597] ppid=18478 vsize=361440 CPUtime=0 cores=0,2,4,6
/proc/18480/task/18597/stat : 18597 (python) S 18478 18480 16982 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 658305743 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3075.22
Current children cumulated vsize (KiB) 5461324

[startup+1186.92 s]
/proc/loadavg: 11.28 11.22 11.08 13/515 18604
/proc/meminfo: memFree=24000516/32951124 swapFree=53501244/67111528
[pid=18480] ppid=18478 vsize=361440 CPUtime=2489.56 cores=0,2,4,6
/proc/18480/stat : 18480 (python) S 18478 18480 16982 0 -1 4202496 16002 90882 1 0 45 10 248213 688 17 0 9 0 658202007 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646345535 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18480/statm: 90360 7340 1882 364 0 26257 0
[pid=18546] ppid=18480 vsize=320248 CPUtime=3.77 cores=0,2,4,6
/proc/18546/stat : 18546 (python) S 18480 18480 16982 0 -1 4202560 1024 0 0 0 192 185 0 0 15 0 1 0 658216915 327933952 5750 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646345535 0 0 16781824 2 18446744071562232103 0 0 17 6 0 0 0
/proc/18546/statm: 80062 5750 376 364 0 15968 0
[pid=18548] ppid=18546 vsize=0 CPUtime=582.67 cores=0,2,4,6
/proc/18548/stat : 18548 (march_hi) R 18546 18548 18548 0 -1 4203524 20526 0 0 0 58263 4 0 0 25 0 1 0 658216915 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18548/statm: 0 0 0 0 0 0 0
[pid=18480/tid=18487] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18487/stat : 18487 (python) S 18478 18480 16982 0 -1 4202560 25 90882 0 0 0 0 248213 688 25 0 9 0 658202062 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 2 0 0 0
[pid=18480/tid=18490] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18490/stat : 18490 (python) S 18478 18480 16982 0 -1 4202560 25 90882 0 0 0 0 248213 688 20 0 9 0 658202063 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18493] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18493/stat : 18493 (python) S 18478 18480 16982 0 -1 4202560 38 90882 0 0 0 0 248213 688 22 0 9 0 658202064 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18495] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18495/stat : 18495 (python) S 18478 18480 16982 0 -1 4202560 27 90882 0 0 0 0 248213 688 18 0 9 0 658202066 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18547] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18547/stat : 18547 (python) S 18478 18480 16982 0 -1 4202560 28 90882 0 0 0 0 248213 688 20 0 9 0 658216915 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18551] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18551/stat : 18551 (python) S 18478 18480 16982 0 -1 4202560 27 90882 0 0 0 0 248213 688 20 0 9 0 658218723 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18583] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18583/stat : 18583 (python) S 18478 18480 16982 0 -1 4202560 27 90882 0 0 0 0 248213 688 20 0 9 0 658270405 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
[pid=18480/tid=18597] ppid=18478 vsize=361440 CPUtime=2489.01 cores=0,2,4,6
/proc/18480/task/18597/stat : 18597 (python) S 18478 18480 16982 0 -1 4202560 26 90882 0 0 0 0 248213 688 20 0 9 0 658305743 370114560 7340 33554432000 4194304 5683644 140734239287792 18446744073709551615 216646338993 0 0 16781312 2 18446604443232208000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3076
Current children cumulated vsize (KiB) 681688

Child status: 0
Real time (s): 1186.95
CPU time (s): 3076.06
CPU user time (s): 3067.16
CPU system time (s): 8.90165
CPU usage (%): 259.158
Max. virtual memory (cumulated for all children) (KiB): 5461328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3067.16
system time used= 8.90165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132670
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= 7648
involuntary context switches= 41289

runsolver used 5.77612 second user time and 13.182 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 15:26:34
IDJOB=3378516
IDBENCH=82925
IDSOLVER=1859
FILE ID=node103/3378516-1305465994
RUNJOBID= node103-1305462668-17000
PBS_JOBID= 13324971
Free space on /tmp= 72932 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378516-1305465994/watcher-3378516-1305465994 -o /tmp/evaluation-result-3378516-1305465994/solver-3378516-1305465994 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378516-1305465994.cnf -seed 1392020522 -budget 4800 -cores 4

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

MD5SUM BENCH= 99f3efd3bfc8a6f99ffbd289ed4a5837
RANDOM SEED=1392020522

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:      24393740 kB
Buffers:        333320 kB
Cached:        4203608 kB
SwapCached:     340184 kB
Active:        3035644 kB
Inactive:      5214972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24393740 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:           31852 kB
Writeback:           0 kB
AnonPages:     3384148 kB
Mapped:          27936 kB
Slab:           164544 kB
PageTables:      73240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141642572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72900 MiB
End job on node103 at 2011-05-15 15:46:21