Trace number 3322003

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-randomUNSAT 60.6978 9.48331

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S295912653-089.UNKNOWN.cnf
MD5SUMdb50771b4b9edf83822bd931af1fc1d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.41902
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.33/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.64	c INFO: solving HOME/instance-3322003-1304370588.cnf
0.33/0.64	c INFO: computing task features
0.33/0.64	c INFO: computed variable-clause graph statistics
0.33/0.64	c INFO: computed clause balance statistics
0.33/0.68	c INFO: computed variable balance statistics
0.42/0.71	c INFO: computed small-clause counts
0.42/0.71	c INFO: computed Horn-clause counts
0.42/0.71	c INFO: computed variable graph statistics
0.42/0.71	c INFO: collected features for HOME/instance-3322003-1304370588.cnf in 0.07 s
0.42/0.75	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.61)
0.42/0.79	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.43)
0.51/0.83	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.39)
0.51/0.86	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.13)
0.61/0.90	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.94	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.23)
0.61/0.98	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.31)
1.58/1.02	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.27)
60.13/9.45	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: 935)

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-3322003-1304370588/watcher-3322003-1304370588 -o /tmp/evaluation-result-3322003-1304370588/solver-3322003-1304370588 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322003-1304370588.cnf -seed 1298663387 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.04 9.16 9.04 3/334 10664
/proc/meminfo: memFree=7324348/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=15776 CPUtime=0 cores=0-7
/proc/10664/stat : 10664 (python) S 10662 10664 9896 0 -1 4202496 895 0 0 0 0 0 0 0 23 0 1 0 548657519 16154624 776 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/10664/statm: 3944 776 343 364 0 431 0

[startup+0.041825 s]
/proc/loadavg: 9.04 9.16 9.04 3/334 10664
/proc/meminfo: memFree=7324348/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=18884 CPUtime=0.02 cores=0-7
/proc/10664/stat : 10664 (python) R 10662 10664 9896 0 -1 4202496 1284 0 0 0 2 0 0 0 24 0 1 0 548657519 19337216 1136 33554432000 4194304 5683644 140737316440720 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10664/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100774 s]
/proc/loadavg: 9.04 9.16 9.04 3/334 10664
/proc/meminfo: memFree=7324348/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=93964 CPUtime=0.05 cores=0-7
/proc/10664/stat : 10664 (python) R 10662 10664 9896 0 -1 4202496 2693 0 0 0 4 1 0 0 24 0 1 0 548657519 96219136 2407 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814238208 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10664/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300831 s]
/proc/loadavg: 9.04 9.16 9.04 3/334 10664
/proc/meminfo: memFree=7324348/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=135752 CPUtime=0.17 cores=0-7
/proc/10664/stat : 10664 (python) R 10662 10664 9896 0 -1 4202496 5969 936 1 0 14 3 0 0 18 0 1 0 548657519 139010048 4151 33554432000 4194304 5683644 140737316440720 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10664/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700673 s]
/proc/loadavg: 9.04 9.16 9.04 3/334 10664
/proc/meminfo: memFree=7324348/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=278296 CPUtime=0.42 cores=0-7
/proc/10664/stat : 10664 (python) R 10662 10664 9896 0 -1 4202496 9312 936 1 0 34 8 0 0 17 0 1 0 548657519 284975104 6976 33554432000 4194304 5683644 140737316440720 18446744073709551615 46969459430031 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10664/statm: 69574 6976 1827 364 0 5498 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278296

[startup+1.50154 s]
/proc/loadavg: 9.04 9.16 9.04 11/355 10689
/proc/meminfo: memFree=7269644/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=361200 CPUtime=0.74 cores=0-7
/proc/10664/stat : 10664 (python) S 10662 10664 9896 0 -1 4202496 15707 936 1 0 64 10 0 0 25 0 9 0 548657519 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10664/statm: 90300 7264 1889 364 0 26197 0
[pid=10670] ppid=10664 vsize=278456 CPUtime=0 cores=0-7
/proc/10670/stat : 10670 (python) S 10664 10664 9896 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 548657594 285138944 5546 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260239 0 0 16781312 514 7417525897353232383 0 0 17 1 0 0 0
/proc/10670/statm: 69614 5546 354 364 0 5532 0
[pid=10672] ppid=10670 vsize=1017800 CPUtime=0.52 cores=0-7
/proc/10672/stat : 10672 (gnovelty+2) R 10670 10672 10672 0 -1 4202496 427 0 0 0 52 0 0 0 20 0 1 0 548657595 1042227200 162 33554432000 134512640 135663704 4287528816 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 254450 162 113 282 0 254166 0
[pid=10673] ppid=10664 vsize=289228 CPUtime=0 cores=0-7
/proc/10673/stat : 10673 (python) S 10664 10664 9896 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 548657598 296169472 5664 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 8722636853674475781 0 0 17 5 0 0 0
/proc/10673/statm: 72307 5664 348 364 0 8222 0
[pid=10675] ppid=10673 vsize=1420 CPUtime=0.7 cores=0-7
/proc/10675/stat : 10675 (march_hi) R 10673 10675 10675 0 -1 4202496 471 0 0 0 70 0 0 0 24 0 1 0 548657598 1454080 209 33554432000 4194304 4955518 140733800712144 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10675/statm: 355 209 106 186 0 168 0
[pid=10676] ppid=10664 vsize=299616 CPUtime=0 cores=0-7
/proc/10676/stat : 10676 (python) S 10664 10664 9896 0 -1 4202560 753 0 0 0 0 0 0 0 16 0 1 0 548657602 306806784 5684 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 2630880640911769862 0 0 17 6 0 0 0
/proc/10676/statm: 74904 5684 348 364 0 10816 0
[pid=10678] ppid=10676 vsize=1420 CPUtime=0.66 cores=0-7
/proc/10678/stat : 10678 (march_hi) R 10676 10678 10678 0 -1 4202496 473 0 0 0 66 0 0 0 25 0 1 0 548657602 1454080 209 33554432000 4194304 4955518 140735385802944 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10678/statm: 355 209 106 186 0 168 0
[pid=10679] ppid=10664 vsize=309872 CPUtime=0 cores=0-7
/proc/10679/stat : 10679 (python) S 10664 10664 9896 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 548657606 317308928 5688 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 4428221512511619335 0 0 17 1 0 0 0
/proc/10679/statm: 77468 5688 348 364 0 13377 0
[pid=10681] ppid=10679 vsize=1420 CPUtime=0.62 cores=0-7
/proc/10681/stat : 10681 (march_hi) R 10679 10681 10681 0 -1 4202496 474 0 0 0 62 0 0 0 25 0 1 0 548657606 1454080 209 33554432000 4194304 4955518 140737415780976 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10681/statm: 355 209 106 186 0 168 0
[pid=10682] ppid=10664 vsize=320128 CPUtime=0 cores=0-7
/proc/10682/stat : 10682 (python) S 10664 10664 9896 0 -1 4202560 755 0 0 0 0 0 0 0 25 0 1 0 548657610 327811072 5707 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 13300576936100102143 0 0 17 0 0 0 0
/proc/10682/statm: 80032 5707 348 364 0 15938 0
[pid=10684] ppid=10682 vsize=1017800 CPUtime=0.57 cores=0-7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 429 0 0 0 57 0 0 0 25 0 1 0 548657610 1042227200 162 33554432000 134512640 135663704 4290474480 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10684/statm: 254450 162 113 282 0 254166 0
[pid=10685] ppid=10664 vsize=330384 CPUtime=0 cores=0-7
/proc/10685/stat : 10685 (python) S 10664 10664 9896 0 -1 4202560 770 0 0 0 0 0 0 0 23 0 1 0 548657614 338313216 5711 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 3292060963158589702 0 0 17 0 0 0 0
/proc/10685/statm: 82596 5711 348 364 0 18499 0
[pid=10687] ppid=10685 vsize=1420 CPUtime=0.51 cores=0-7
/proc/10687/stat : 10687 (march_hi) R 10685 10687 10687 0 -1 4202496 475 0 0 0 51 0 0 0 25 0 1 0 548657616 1454080 209 33554432000 4194304 4955518 140737458228688 18446744073709551615 4307177 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10687/statm: 355 209 106 186 0 168 0
[pid=10688] ppid=10664 vsize=340232 CPUtime=0 cores=0-7
/proc/10688/stat : 10688 (python) S 10664 10664 9896 0 -1 4202560 776 0 0 0 0 0 0 0 23 0 1 0 548657618 348397568 5628 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 2457742743909138696 0 0 17 1 0 0 0
/proc/10688/statm: 85058 5628 348 364 0 20958 0
[pid=10664/tid=10671] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10671/stat : 10671 (python) S 10662 10664 9896 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 548657594 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 5 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10674/stat : 10674 (python) S 10662 10664 9896 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 548657598 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 1 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10677/stat : 10677 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548657602 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10680/stat : 10680 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657606 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10683/stat : 10683 (python) S 10662 10664 9896 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 9 0 548657610 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 7 0 0 0
[pid=10664/tid=10686] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10686/stat : 10686 (python) S 10662 10664 9896 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 548657614 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10689] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10689/stat : 10689 (python) S 10662 10664 9896 0 -1 4202560 39 936 0 0 0 0 0 0 25 0 9 0 548657618 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 4570396

[startup+3.10127 s]
/proc/loadavg: 9.20 9.19 9.05 10/359 10693
/proc/meminfo: memFree=7264396/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=361200 CPUtime=0.74 cores=0-7
/proc/10664/stat : 10664 (python) S 10662 10664 9896 0 -1 4202496 15707 936 1 0 64 10 0 0 25 0 9 0 548657519 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10664/statm: 90300 7264 1889 364 0 26197 0
[pid=10670] ppid=10664 vsize=278456 CPUtime=0 cores=0-7
/proc/10670/stat : 10670 (python) S 10664 10664 9896 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 548657594 285138944 5546 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260239 0 0 16781312 514 7417525897353199880 0 0 17 1 0 0 0
/proc/10670/statm: 69614 5546 354 364 0 5532 0
[pid=10672] ppid=10670 vsize=1017800 CPUtime=1.41 cores=0-7
/proc/10672/stat : 10672 (gnovelty+2) R 10670 10672 10672 0 -1 4202496 427 0 0 0 141 0 0 0 23 0 1 0 548657595 1042227200 162 33554432000 134512640 135663704 4287528816 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 254450 162 113 282 0 254166 0
[pid=10673] ppid=10664 vsize=289228 CPUtime=0 cores=0-7
/proc/10673/stat : 10673 (python) S 10664 10664 9896 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 548657598 296169472 5664 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 8722636853674475781 0 0 17 5 0 0 0
/proc/10673/statm: 72307 5664 348 364 0 8222 0
[pid=10675] ppid=10673 vsize=1420 CPUtime=2.3 cores=0-7
/proc/10675/stat : 10675 (march_hi) R 10673 10675 10675 0 -1 4202496 471 0 0 0 230 0 0 0 25 0 1 0 548657598 1454080 209 33554432000 4194304 4955518 140733800712144 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10675/statm: 355 209 106 186 0 168 0
[pid=10676] ppid=10664 vsize=299616 CPUtime=0 cores=0-7
/proc/10676/stat : 10676 (python) S 10664 10664 9896 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 548657602 306806784 5684 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 2630880640911769862 0 0 17 6 0 0 0
/proc/10676/statm: 74904 5684 348 364 0 10816 0
[pid=10678] ppid=10676 vsize=1420 CPUtime=2.26 cores=0-7
/proc/10678/stat : 10678 (march_hi) R 10676 10678 10678 0 -1 4202496 473 0 0 0 226 0 0 0 25 0 1 0 548657602 1454080 209 33554432000 4194304 4955518 140735385802944 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10678/statm: 355 209 106 186 0 168 0
[pid=10679] ppid=10664 vsize=309872 CPUtime=0 cores=0-7
/proc/10679/stat : 10679 (python) S 10664 10664 9896 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 548657606 317308928 5688 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 4428221512511619335 0 0 17 1 0 0 0
/proc/10679/statm: 77468 5688 348 364 0 13377 0
[pid=10681] ppid=10679 vsize=1420 CPUtime=2.22 cores=0-7
/proc/10681/stat : 10681 (march_hi) R 10679 10681 10681 0 -1 4202496 474 0 0 0 222 0 0 0 25 0 1 0 548657606 1454080 209 33554432000 4194304 4955518 140737415780976 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10681/statm: 355 209 106 186 0 168 0
[pid=10682] ppid=10664 vsize=320128 CPUtime=0 cores=0-7
/proc/10682/stat : 10682 (python) S 10664 10664 9896 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 548657610 327811072 5707 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 13300576936100069639 0 0 17 0 0 0 0
/proc/10682/statm: 80032 5707 348 364 0 15938 0
[pid=10684] ppid=10682 vsize=1017800 CPUtime=2.16 cores=0-7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 429 0 0 0 216 0 0 0 25 0 1 0 548657610 1042227200 162 33554432000 134512640 135663704 4290474480 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10684/statm: 254450 162 113 282 0 254166 0
[pid=10685] ppid=10664 vsize=330384 CPUtime=0 cores=0-7
/proc/10685/stat : 10685 (python) S 10664 10664 9896 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 548657614 338313216 5711 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 5602229034504126726 0 0 17 0 0 0 0
/proc/10685/statm: 82596 5711 348 364 0 18499 0
[pid=10687] ppid=10685 vsize=1420 CPUtime=2.1 cores=0-7
/proc/10687/stat : 10687 (march_hi) R 10685 10687 10687 0 -1 4202496 475 0 0 0 210 0 0 0 25 0 1 0 548657616 1454080 209 33554432000 4194304 4955518 140737458228688 18446744073709551615 4297444 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10687/statm: 355 209 106 186 0 168 0
[pid=10688] ppid=10664 vsize=340232 CPUtime=0 cores=0-7
/proc/10688/stat : 10688 (python) S 10664 10664 9896 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 548657618 348397568 5628 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 2457742743909138696 0 0 17 1 0 0 0
/proc/10688/statm: 85058 5628 348 364 0 20958 0
[pid=10692] ppid=10688 vsize=1420 CPUtime=0.92 cores=0-7
/proc/10692/stat : 10692 (march_hi) R 10688 10692 10692 0 -1 4202496 476 0 0 0 92 0 0 0 25 0 1 0 548657622 1454080 209 33554432000 4194304 4955518 140737200921328 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 355 209 106 186 0 168 0
[pid=10690] ppid=10664 vsize=350956 CPUtime=0 cores=0-7
/proc/10690/stat : 10690 (python) S 10664 10664 9896 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 1 0 548657622 359378944 5725 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 8722632455627964676 0 0 17 3 0 0 0
/proc/10690/statm: 87739 5725 354 364 0 23636 0
[pid=10693] ppid=10690 vsize=1420 CPUtime=2.06 cores=0-7
/proc/10693/stat : 10693 (march_hi) R 10690 10693 10693 0 -1 4202496 481 0 0 0 206 0 0 0 25 0 1 0 548657622 1454080 208 33554432000 4194304 4955518 140735293709168 18446744073709551615 4261702 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 355 208 106 186 0 168 0
[pid=10664/tid=10671] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10671/stat : 10671 (python) S 10662 10664 9896 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 548657594 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 5 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10674/stat : 10674 (python) S 10662 10664 9896 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 548657598 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 1 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10677/stat : 10677 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548657602 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10680/stat : 10680 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657606 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10683/stat : 10683 (python) S 10662 10664 9896 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 9 0 548657610 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 7 0 0 0
[pid=10664/tid=10686] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10686/stat : 10686 (python) S 10662 10664 9896 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 548657614 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10689] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10689/stat : 10689 (python) S 10662 10664 9896 0 -1 4202560 39 936 0 0 0 0 0 0 25 0 9 0 548657618 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10691] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10691/stat : 10691 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657622 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16.17
Current children cumulated vsize (KiB) 4924192

[startup+6.30173 s]

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

[pid=10690] ppid=10664 vsize=350956 CPUtime=1.62 cores=0-7
/proc/10690/stat : 10690 (python) R 10664 10664 9896 0 -1 4202560 1016 0 0 0 140 22 0 0 17 0 1 0 548657622 359378944 5748 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/10690/statm: 87739 5748 377 364 0 23636 0
[pid=10693] ppid=10690 vsize=0 CPUtime=6.43 cores=0-7
/proc/10693/stat : 10693 (march_hi) R 10690 10693 10693 0 -1 4202500 487 0 0 0 643 0 0 0 25 0 1 0 548657622 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10693/statm: 0 0 0 0 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10671/stat : 10671 (python) S 10662 10664 9896 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 548657594 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 5 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10674/stat : 10674 (python) S 10662 10664 9896 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 548657598 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 1 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10677/stat : 10677 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548657602 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10680/stat : 10680 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657606 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10683/stat : 10683 (python) S 10662 10664 9896 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 9 0 548657610 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 7 0 0 0
[pid=10664/tid=10686] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10686/stat : 10686 (python) S 10662 10664 9896 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 548657614 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10689] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10689/stat : 10689 (python) S 10662 10664 9896 0 -1 4202560 39 936 0 0 0 0 0 0 25 0 9 0 548657618 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10691] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10691/stat : 10691 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657622 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 58.04
Current children cumulated vsize (KiB) 4917092

[startup+9.30123 s]
/proc/loadavg: 9.18 9.19 9.05 16/359 10693
/proc/meminfo: memFree=7264296/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=361200 CPUtime=0.74 cores=0-7
/proc/10664/stat : 10664 (python) S 10662 10664 9896 0 -1 4202496 15707 936 1 0 64 10 0 0 25 0 9 0 548657519 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10664/statm: 90300 7264 1889 364 0 26197 0
[pid=10670] ppid=10664 vsize=278456 CPUtime=0 cores=0-7
/proc/10670/stat : 10670 (python) S 10664 10664 9896 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 548657594 285138944 5569 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260239 0 0 16781312 514 7417525897353199880 0 0 17 7 0 0 0
/proc/10670/statm: 69614 5569 377 364 0 5532 0
[pid=10672] ppid=10670 vsize=1017800 CPUtime=4.51 cores=0-7
/proc/10672/stat : 10672 (gnovelty+2) R 10670 10672 10672 0 -1 4202496 427 0 0 0 451 0 0 0 25 0 1 0 548657595 1042227200 162 33554432000 134512640 135663704 4287528816 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 254450 162 113 282 0 254166 0
[pid=10673] ppid=10664 vsize=289228 CPUtime=2.06 cores=0-7
/proc/10673/stat : 10673 (python) R 10664 10664 9896 0 -1 4202560 912 0 0 0 178 28 0 0 18 0 1 0 548657598 296169472 5687 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/10673/statm: 72307 5687 371 364 0 8222 0
[pid=10675] ppid=10673 vsize=0 CPUtime=6.43 cores=0-7
/proc/10675/stat : 10675 (march_hi) R 10673 10675 10675 0 -1 4202500 477 0 0 0 643 0 0 0 25 0 1 0 548657598 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10675/statm: 0 0 0 0 0 0 0
[pid=10676] ppid=10664 vsize=299616 CPUtime=1.99 cores=0-7
/proc/10676/stat : 10676 (python) R 10664 10664 9896 0 -1 4202560 939 0 0 0 172 27 0 0 18 0 1 0 548657602 306806784 5706 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/10676/statm: 74904 5706 370 364 0 10816 0
[pid=10678] ppid=10676 vsize=0 CPUtime=6.46 cores=0-7
/proc/10678/stat : 10678 (march_hi) R 10676 10678 10678 0 -1 4202500 479 0 0 0 646 0 0 0 25 0 1 0 548657602 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10678/statm: 0 0 0 0 0 0 0
[pid=10679] ppid=10664 vsize=309872 CPUtime=1.95 cores=0-7
/proc/10679/stat : 10679 (python) R 10664 10664 9896 0 -1 4202560 929 0 0 0 170 25 0 0 18 0 1 0 548657606 317308928 5711 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/10679/statm: 77468 5711 371 364 0 13377 0
[pid=10681] ppid=10679 vsize=0 CPUtime=6.43 cores=0-7
/proc/10681/stat : 10681 (march_hi) R 10679 10681 10681 0 -1 4202500 480 0 0 0 643 0 0 0 25 0 1 0 548657606 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10681/statm: 0 0 0 0 0 0 0
[pid=10682] ppid=10664 vsize=320128 CPUtime=0.01 cores=0-7
/proc/10682/stat : 10682 (python) S 10664 10664 9896 0 -1 4202560 939 0 0 0 1 0 0 0 18 0 1 0 548657610 327811072 5730 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 13300576936100069639 0 0 17 4 0 0 0
/proc/10682/statm: 80032 5730 371 364 0 15938 0
[pid=10684] ppid=10682 vsize=1017800 CPUtime=8.29 cores=0-7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 429 0 0 0 829 0 0 0 25 0 1 0 548657610 1042227200 162 33554432000 134512640 135663704 4290474480 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10684/statm: 254450 162 113 282 0 254166 0
[pid=10685] ppid=10664 vsize=330384 CPUtime=1.81 cores=0-7
/proc/10685/stat : 10685 (python) R 10664 10664 9896 0 -1 4202560 945 0 0 0 161 20 0 0 17 0 1 0 548657614 338313216 5734 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/10685/statm: 82596 5734 371 364 0 18499 0
[pid=10687] ppid=10685 vsize=0 CPUtime=6.47 cores=0-7
/proc/10687/stat : 10687 (march_hi) R 10685 10687 10687 0 -1 4202500 481 0 0 0 647 0 0 0 25 0 1 0 548657616 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10687/statm: 0 0 0 0 0 0 0
[pid=10688] ppid=10664 vsize=340232 CPUtime=0.02 cores=0-7
/proc/10688/stat : 10688 (python) S 10664 10664 9896 0 -1 4202560 969 0 0 0 1 1 0 0 15 0 1 0 548657618 348397568 5651 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 2457742743909138696 0 0 17 7 0 0 0
/proc/10688/statm: 85058 5651 371 364 0 20958 0
[pid=10692] ppid=10688 vsize=1420 CPUtime=4.02 cores=0-7
/proc/10692/stat : 10692 (march_hi) R 10688 10692 10692 0 -1 4202496 477 0 0 0 402 0 0 0 25 0 1 0 548657622 1454080 210 33554432000 4194304 4955518 140737200921328 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 355 210 106 186 0 168 0
[pid=10690] ppid=10664 vsize=350956 CPUtime=1.82 cores=0-7
/proc/10690/stat : 10690 (python) R 10664 10664 9896 0 -1 4202560 1016 0 0 0 159 23 0 0 17 0 1 0 548657622 359378944 5748 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/10690/statm: 87739 5748 377 364 0 23636 0
[pid=10693] ppid=10690 vsize=0 CPUtime=6.43 cores=0-7
/proc/10693/stat : 10693 (march_hi) R 10690 10693 10693 0 -1 4202500 487 0 0 0 643 0 0 0 25 0 1 0 548657622 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10693/statm: 0 0 0 0 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10671/stat : 10671 (python) S 10662 10664 9896 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 548657594 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 5 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10674/stat : 10674 (python) S 10662 10664 9896 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 548657598 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 1 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10677/stat : 10677 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548657602 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10680/stat : 10680 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657606 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10683/stat : 10683 (python) S 10662 10664 9896 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 9 0 548657610 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 7 0 0 0
[pid=10664/tid=10686] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10686/stat : 10686 (python) S 10662 10664 9896 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 548657614 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10689] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10689/stat : 10689 (python) S 10662 10664 9896 0 -1 4202560 39 936 0 0 0 0 0 0 25 0 9 0 548657618 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10691] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10691/stat : 10691 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657622 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 59.44
Current children cumulated vsize (KiB) 4917092

[startup+9.40121 s]
/proc/loadavg: 9.18 9.19 9.05 16/359 10693
/proc/meminfo: memFree=7264296/32950928 swapFree=67111448/67111528
[pid=10664] ppid=10662 vsize=361200 CPUtime=0.74 cores=0-7
/proc/10664/stat : 10664 (python) S 10662 10664 9896 0 -1 4202496 15707 936 1 0 64 10 0 0 25 0 9 0 548657519 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10664/statm: 90300 7264 1889 364 0 26197 0
[pid=10670] ppid=10664 vsize=278456 CPUtime=0 cores=0-7
/proc/10670/stat : 10670 (python) S 10664 10664 9896 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 548657594 285138944 5569 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260239 0 0 16781312 514 7417525897353199880 0 0 17 7 0 0 0
/proc/10670/statm: 69614 5569 377 364 0 5532 0
[pid=10672] ppid=10670 vsize=1017800 CPUtime=4.52 cores=0-7
/proc/10672/stat : 10672 (gnovelty+2) R 10670 10672 10672 0 -1 4202496 427 0 0 0 452 0 0 0 25 0 1 0 548657595 1042227200 162 33554432000 134512640 135663704 4287528816 18446744073709551615 134544259 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 254450 162 113 282 0 254166 0
[pid=10673] ppid=10664 vsize=289228 CPUtime=2.16 cores=0-7
/proc/10673/stat : 10673 (python) R 10664 10664 9896 0 -1 4202560 912 0 0 0 187 29 0 0 18 0 1 0 548657598 296169472 5687 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/10673/statm: 72307 5687 371 364 0 8222 0
[pid=10675] ppid=10673 vsize=0 CPUtime=6.43 cores=0-7
/proc/10675/stat : 10675 (march_hi) R 10673 10675 10675 0 -1 4202500 477 0 0 0 643 0 0 0 25 0 1 0 548657598 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10675/statm: 0 0 0 0 0 0 0
[pid=10676] ppid=10664 vsize=299616 CPUtime=2.09 cores=0-7
/proc/10676/stat : 10676 (python) R 10664 10664 9896 0 -1 4202560 939 0 0 0 180 29 0 0 18 0 1 0 548657602 306806784 5706 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/10676/statm: 74904 5706 370 364 0 10816 0
[pid=10678] ppid=10676 vsize=0 CPUtime=6.46 cores=0-7
/proc/10678/stat : 10678 (march_hi) R 10676 10678 10678 0 -1 4202500 479 0 0 0 646 0 0 0 25 0 1 0 548657602 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10678/statm: 0 0 0 0 0 0 0
[pid=10679] ppid=10664 vsize=309872 CPUtime=2.04 cores=0-7
/proc/10679/stat : 10679 (python) R 10664 10664 9896 0 -1 4202560 929 0 0 0 178 26 0 0 18 0 1 0 548657606 317308928 5711 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/10679/statm: 77468 5711 371 364 0 13377 0
[pid=10681] ppid=10679 vsize=0 CPUtime=6.43 cores=0-7
/proc/10681/stat : 10681 (march_hi) R 10679 10681 10681 0 -1 4202500 480 0 0 0 643 0 0 0 25 0 1 0 548657606 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10681/statm: 0 0 0 0 0 0 0
[pid=10682] ppid=10664 vsize=320128 CPUtime=0.01 cores=0-7
/proc/10682/stat : 10682 (python) S 10664 10664 9896 0 -1 4202560 939 0 0 0 1 0 0 0 18 0 1 0 548657610 327811072 5730 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 13300576936100069639 0 0 17 4 0 0 0
/proc/10682/statm: 80032 5730 371 364 0 15938 0
[pid=10684] ppid=10682 vsize=1017800 CPUtime=8.39 cores=0-7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 429 0 0 0 839 0 0 0 25 0 1 0 548657610 1042227200 162 33554432000 134512640 135663704 4290474480 18446744073709551615 134525473 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10684/statm: 254450 162 113 282 0 254166 0
[pid=10685] ppid=10664 vsize=330384 CPUtime=1.91 cores=0-7
/proc/10685/stat : 10685 (python) R 10664 10664 9896 0 -1 4202560 945 0 0 0 170 21 0 0 18 0 1 0 548657614 338313216 5734 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/10685/statm: 82596 5734 371 364 0 18499 0
[pid=10687] ppid=10685 vsize=0 CPUtime=6.47 cores=0-7
/proc/10687/stat : 10687 (march_hi) R 10685 10687 10687 0 -1 4202500 481 0 0 0 647 0 0 0 25 0 1 0 548657616 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10687/statm: 0 0 0 0 0 0 0
[pid=10688] ppid=10664 vsize=340232 CPUtime=0.02 cores=0-7
/proc/10688/stat : 10688 (python) S 10664 10664 9896 0 -1 4202560 969 0 0 0 1 1 0 0 15 0 1 0 548657618 348397568 5651 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 2457742743909138696 0 0 17 7 0 0 0
/proc/10688/statm: 85058 5651 371 364 0 20958 0
[pid=10692] ppid=10688 vsize=1420 CPUtime=4.11 cores=0-7
/proc/10692/stat : 10692 (march_hi) R 10688 10692 10692 0 -1 4202496 477 0 0 0 411 0 0 0 25 0 1 0 548657622 1454080 210 33554432000 4194304 4955518 140737200921328 18446744073709551615 4296760 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 355 210 106 186 0 168 0
[pid=10690] ppid=10664 vsize=350956 CPUtime=1.92 cores=0-7
/proc/10690/stat : 10690 (python) R 10664 10664 9896 0 -1 4202560 1016 0 0 0 167 25 0 0 18 0 1 0 548657622 359378944 5748 33554432000 4194304 5683644 140737316440720 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/10690/statm: 87739 5748 377 364 0 23636 0
[pid=10693] ppid=10690 vsize=0 CPUtime=6.43 cores=0-7
/proc/10693/stat : 10693 (march_hi) R 10690 10693 10693 0 -1 4202500 487 0 0 0 643 0 0 0 25 0 1 0 548657622 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10693/statm: 0 0 0 0 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10671/stat : 10671 (python) S 10662 10664 9896 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 548657594 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 5 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10674/stat : 10674 (python) S 10662 10664 9896 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 548657598 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 1 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10677/stat : 10677 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548657602 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10680/stat : 10680 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657606 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10683/stat : 10683 (python) S 10662 10664 9896 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 9 0 548657610 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 7 0 0 0
[pid=10664/tid=10686] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10686/stat : 10686 (python) S 10662 10664 9896 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 548657614 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10689] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10689/stat : 10689 (python) S 10662 10664 9896 0 -1 4202560 39 936 0 0 0 0 0 0 25 0 9 0 548657618 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
[pid=10664/tid=10691] ppid=10662 vsize=361200 CPUtime=0 cores=0-7
/proc/10664/task/10691/stat : 10691 (python) S 10662 10664 9896 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 548657622 369868800 7264 33554432000 4194304 5683644 140737316440720 18446744073709551615 251826063793 0 0 16781312 2 18446604444223418560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.13
Current children cumulated vsize (KiB) 4917092

Child status: 0
Real time (s): 9.48331
CPU time (s): 60.6978
CPU user time (s): 59.189
CPU system time (s): 1.50877
CPU usage (%): 640.048
Max. virtual memory (cumulated for all children) (KiB): 4924192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.189
system time used= 1.50877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33425
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= 5942
involuntary context switches= 2749

runsolver used 0.026995 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 23:09:48
IDJOB=3322003
IDBENCH=82781
IDSOLVER=1712
FILE ID=node126/3322003-1304370588
RUNJOBID= node126-1304366466-9910
PBS_JOBID= 13181745
Free space on /tmp= 73616 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S295912653-089.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-3322003-1304370588/watcher-3322003-1304370588 -o /tmp/evaluation-result-3322003-1304370588/solver-3322003-1304370588 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322003-1304370588.cnf -seed 1298663387 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= db50771b4b9edf83822bd931af1fc1d7
RANDOM SEED=1298663387

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7324504 kB
Buffers:        348404 kB
Cached:        2046668 kB
SwapCached:         76 kB
Active:       23358804 kB
Inactive:      1869288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7324504 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           31916 kB
Writeback:           0 kB
AnonPages:    22833268 kB
Mapped:          27232 kB
Slab:           264892 kB
PageTables:      66260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 68310244 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= 73584 MiB
End job on node126 at 2011-05-02 23:09:58