Trace number 3484338

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)UNSAT 333.514 333.307

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
MD5SUMbf255e5bc10dc75db5f2f0a4a1086e58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.615
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.28/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.46	c INFO: solving HOME/instance-3484338-1307749011.cnf
0.28/0.46	c INFO: computing task features
0.28/0.49	c INFO: computed variable-clause graph statistics
0.28/0.49	c INFO: computed clause balance statistics
0.47/0.65	c INFO: computed variable balance statistics
0.57/0.71	c INFO: computed small-clause counts
0.57/0.71	c INFO: computed Horn-clause counts
0.57/0.72	c INFO: computed variable graph statistics
0.57/0.72	c INFO: collected features for HOME/instance-3484338-1307749011.cnf in 0.26 s
0.57/0.73	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.63/100.85	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.09)
199.86/199.99	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.04)
300.18/300.13	c INFO: running march_hi@0 for 485 with 900 remaining (b = 0.15)
333.34/333.28	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.1 (svn: 988)

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-3484338-1307749011/watcher-3484338-1307749011 -o /tmp/evaluation-result-3484338-1307749011/solver-3484338-1307749011 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484338-1307749011.cnf -seed 592104244 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.07 3.02 2.77 3/218 11281
/proc/meminfo: memFree=31015896/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=15380 CPUtime=0 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 867316696 15749120 696 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/11281/statm: 3845 696 334 364 0 332 0

[startup+0.0773081 s]
/proc/loadavg: 3.07 3.02 2.77 3/218 11281
/proc/meminfo: memFree=31015896/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=85360 CPUtime=0.05 cores=4,6
/proc/11281/stat : 11281 (python) R 11279 11281 10281 0 -1 4202496 2585 0 0 0 4 1 0 0 25 0 1 0 867316696 87408640 2308 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726404864 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11281/statm: 21340 2308 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.100305 s]
/proc/loadavg: 3.07 3.02 2.77 3/218 11281
/proc/meminfo: memFree=31015896/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=104232 CPUtime=0.06 cores=4,6
/proc/11281/stat : 11281 (python) R 11279 11281 10281 0 -1 4202496 3089 0 0 0 5 1 0 0 25 0 1 0 867316696 106733568 2768 33554432000 4194304 5683644 140733950584544 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11281/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300269 s]
/proc/loadavg: 3.07 3.02 2.77 3/218 11281
/proc/meminfo: memFree=31015896/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=192320 CPUtime=0.21 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 6903 936 1 0 16 5 0 0 25 0 1 0 867316696 196935680 4948 33554432000 4194304 5683644 140733950584544 18446744073709551615 264721481351 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/11281/statm: 48080 4948 1425 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 192320

[startup+0.700204 s]
/proc/loadavg: 3.07 3.02 2.77 3/218 11281
/proc/meminfo: memFree=31015896/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=279312 CPUtime=0.57 cores=4,6
/proc/11281/stat : 11281 (python) R 11279 11281 10281 0 -1 4202496 9740 936 1 0 50 7 0 0 25 0 1 0 867316696 286015488 7214 33554432000 4194304 5683644 140733950584544 18446744073709551615 47456078970520 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11281/statm: 69828 7214 1827 364 0 5752 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 279312

[startup+1.50105 s]
/proc/loadavg: 3.07 3.02 2.77 4/222 11289
/proc/meminfo: memFree=30991460/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=288852 CPUtime=0.59 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 10164 936 1 0 52 7 0 0 25 0 2 0 867316696 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 72213 7110 1869 364 0 8131 0
[pid=11287] ppid=11281 vsize=278608 CPUtime=0 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 732 0 0 0 0 0 0 0 25 0 1 0 867316769 285294592 5591 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425103 0 0 16781312 514 4581801296679403519 0 0 17 4 0 0 0
/proc/11287/statm: 69652 5591 354 364 0 5570 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=0.76 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) R 11287 11289 11289 0 -1 4202496 494 0 0 0 76 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11281/tid=11288] ppid=11279 vsize=288852 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 867316769 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1585392

[startup+3.1007 s]
/proc/loadavg: 3.07 3.02 2.77 4/222 11289
/proc/meminfo: memFree=30990964/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=288852 CPUtime=0.59 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 10164 936 1 0 52 7 0 0 25 0 2 0 867316696 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 72213 7110 1869 364 0 8131 0
[pid=11287] ppid=11281 vsize=278608 CPUtime=0 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 867316769 285294592 5591 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425103 0 0 16781312 514 4581801296679371009 0 0 17 4 0 0 0
/proc/11287/statm: 69652 5591 354 364 0 5570 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=2.36 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) R 11287 11289 11289 0 -1 4202496 494 0 0 0 236 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11281/tid=11288] ppid=11279 vsize=288852 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 867316769 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1585392

[startup+6.30111 s]
/proc/loadavg: 3.06 3.02 2.77 4/222 11289
/proc/meminfo: memFree=30989740/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=288852 CPUtime=0.59 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 10164 936 1 0 52 7 0 0 25 0 2 0 867316696 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 72213 7110 1869 364 0 8131 0
[pid=11287] ppid=11281 vsize=278608 CPUtime=0 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 867316769 285294592 5613 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425103 0 0 16781312 514 4581801296679371009 0 0 17 4 0 0 0
/proc/11287/statm: 69652 5613 376 364 0 5570 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=5.55 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) R 11287 11289 11289 0 -1 4202496 494 0 0 0 555 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134524878 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11281/tid=11288] ppid=11279 vsize=288852 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 867316769 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1585392

[startup+12.7009 s]
/proc/loadavg: 3.06 3.02 2.77 4/222 11289
/proc/meminfo: memFree=30988812/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=288852 CPUtime=0.59 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 10164 936 1 0 52 7 0 0 25 0 2 0 867316696 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 72213 7110 1869 364 0 8131 0
[pid=11287] ppid=11281 vsize=278608 CPUtime=0 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 1 0 867316769 285294592 5613 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425103 0 0 16781312 514 4973557285360992513 0 0 17 4 0 0 0
/proc/11287/statm: 69652 5613 376 364 0 5570 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=11.94 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) R 11287 11289 11289 0 -1 4202496 494 0 0 0 1194 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11281/tid=11288] ppid=11279 vsize=288852 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 867316769 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 1585392

[startup+25.5005 s]
/proc/loadavg: 3.04 3.01 2.78 4/201 11334
/proc/meminfo: memFree=31244444/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=288852 CPUtime=0.59 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 10164 936 1 0 52 7 0 0 25 0 2 0 867316696 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 72213 7110 1869 364 0 8131 0
[pid=11287] ppid=11281 vsize=278608 CPUtime=0.02 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 875 0 0 0 1 1 0 0 18 0 1 0 867316769 285294592 5613 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425103 0 0 16781312 514 4973557285360992513 0 0 17 4 0 0 0
/proc/11287/statm: 69652 5613 376 364 0 5570 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=24.73 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) R 11287 11289 11289 0 -1 4202496 494 0 0 0 2473 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11281/tid=11288] ppid=11279 vsize=288852 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 867316769 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 1585392

[startup+51.1006 s]
/proc/loadavg: 3.03 3.01 2.78 4/201 11335
/proc/meminfo: memFree=31240512/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=288852 CPUtime=0.59 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 10164 936 1 0 52 7 0 0 25 0 2 0 867316696 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 72213 7110 1869 364 0 8131 0
[pid=11287] ppid=11281 vsize=278608 CPUtime=0.06 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 888 0 0 0 3 3 0 0 18 0 1 0 867316769 285294592 5614 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425103 0 0 16781312 514 4973557285360992513 0 0 17 4 0 0 0
/proc/11287/statm: 69652 5614 377 364 0 5570 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=50.3 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) R 11287 11289 11289 0 -1 4202496 494 0 0 0 5030 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11281/tid=11288] ppid=11279 vsize=288852 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 867316769 295784448 7110 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1585392

[startup+102.307 s]
/proc/loadavg: 3.01 3.01 2.79 4/205 11340
/proc/meminfo: memFree=31227884/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=299560 CPUtime=0.6 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 11009 936 1 0 53 7 0 0 19 0 3 0 867316696 306749440 7215 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 74890 7215 1872 364 0 10805 0
[pid=11287] ppid=11281 vsize=288852 CPUtime=0.12 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 1147 0 0 0 7 5 0 0 19 0 2 0 867316769 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11287/statm: 72213 5658 416 364 0 8131 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=99.98 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) T 11287 11289 11289 0 -1 4202496 494 0 0 0 9998 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11287/tid=11337] ppid=11281 vsize=288852 CPUtime=0 cores=4,6
/proc/11287/task/11337/stat : 11337 (python) S 11281 11281 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867326780 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453979476992 0 0 -1 4 0 0 0
[pid=11338] ppid=11281 vsize=289316 CPUtime=0 cores=4,6
/proc/11338/stat : 11338 (python) S 11281 11281 10281 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 867326781 296259584 5687 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425158 0 0 16781312 514 4408342892037243140 0 0 17 6 0 0 0
/proc/11338/statm: 72329 5687 348 364 0 8244 0
[pid=11340] ppid=11338 vsize=1017932 CPUtime=1.44 cores=4,6
/proc/11340/stat : 11340 (gnovelty+2) R 11338 11340 11340 0 -1 4202496 492 0 0 0 144 0 0 0 25 0 1 0 867326782 1042362368 226 33554432000 134512640 135663704 4291759472 18446744073709551615 134524518 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11340/statm: 254483 226 113 282 0 254199 0
[pid=11281/tid=11288] ppid=11279 vsize=299560 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 3 0 867316769 306749440 7215 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11339] ppid=11279 vsize=299560 CPUtime=0 cores=4,6
/proc/11281/task/11339/stat : 11339 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 867326781 306749440 7215 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 2913592

[startup+162.301 s]
/proc/loadavg: 3.04 3.02 2.81 4/209 11346
/proc/meminfo: memFree=31213160/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=299560 CPUtime=0.6 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 11009 936 1 0 53 7 0 0 19 0 3 0 867316696 306749440 7215 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 74890 7215 1872 364 0 10805 0
[pid=11287] ppid=11281 vsize=288852 CPUtime=0.12 cores=4,6

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

[pid=11340] ppid=11338 vsize=1017932 CPUtime=99.13 cores=4,6
/proc/11340/stat : 11340 (gnovelty+2) T 11338 11340 11340 0 -1 4202496 492 0 0 0 9913 0 0 0 25 0 1 0 867326782 1042362368 226 33554432000 134512640 135663704 4291759472 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11340/statm: 254483 226 113 282 0 254199 0
[pid=11338/tid=11348] ppid=11281 vsize=289316 CPUtime=0 cores=4,6
/proc/11338/task/11348/stat : 11348 (python) S 11281 11281 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867336695 296259584 5740 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453939090560 0 0 -1 6 0 0 0
[pid=11349] ppid=11281 vsize=299236 CPUtime=0.13 cores=4,6
/proc/11349/stat : 11349 (python) S 11281 11281 10281 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867336695 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11349/statm: 74809 5664 400 364 0 10721 0
[pid=11351] ppid=11349 vsize=416524 CPUtime=100.12 cores=4,6
/proc/11351/stat : 11351 (adaptg2wsat2009) T 11349 11351 11351 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 867336696 426520576 321 33554432000 134512640 135107411 4287958688 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11351/statm: 104131 321 59 146 0 103007 0
[pid=11349/tid=11360] ppid=11281 vsize=299236 CPUtime=0 cores=4,6
/proc/11349/task/11360/stat : 11360 (python) S 11281 11281 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867346708 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453961884800 0 0 -1 6 0 0 0
[pid=11361] ppid=11281 vsize=310032 CPUtime=0.05 cores=4,6
/proc/11361/stat : 11361 (python) S 11281 11281 10281 0 -1 4202560 928 0 0 0 4 1 0 0 15 0 1 0 867346709 317472768 5752 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425158 0 0 16781312 514 4609579358443503873 0 0 17 6 0 0 0
/proc/11361/statm: 77508 5752 371 364 0 13417 0
[pid=11363] ppid=11361 vsize=2264 CPUtime=31.75 cores=4,6
/proc/11363/stat : 11363 (march_hi) R 11361 11363 11363 0 -1 4202496 989 0 0 0 3175 0 0 0 25 0 1 0 867346710 2318336 392 33554432000 4194304 4955518 140735024517712 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11363/statm: 566 392 106 186 0 379 0
[pid=11281/tid=11288] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 867316769 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11339] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11339/stat : 11339 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867326781 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11350] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11350/stat : 11350 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867336696 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11362] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11362/stat : 11362 (python) S 11279 11281 10281 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 867346709 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 332.03
Current children cumulated vsize (KiB) 3962364

[startup+332.701 s]
/proc/loadavg: 3.00 3.00 2.83 4/226 11368
/proc/meminfo: memFree=31156596/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=320276 CPUtime=0.62 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 12660 936 1 0 55 7 0 0 20 0 5 0 867316696 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 80069 7261 1876 364 0 15978 0
[pid=11287] ppid=11281 vsize=288852 CPUtime=0.12 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 1147 0 0 0 7 5 0 0 19 0 2 0 867316769 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11287/statm: 72213 5658 416 364 0 8131 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=99.98 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) T 11287 11289 11289 0 -1 4202496 494 0 0 0 9998 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11287/tid=11337] ppid=11281 vsize=288852 CPUtime=0 cores=4,6
/proc/11287/task/11337/stat : 11337 (python) S 11281 11281 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867326780 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453979476992 0 0 -1 4 0 0 0
[pid=11338] ppid=11281 vsize=289316 CPUtime=0.13 cores=4,6
/proc/11338/stat : 11338 (python) S 11281 11281 10281 0 -1 4202560 1073 0 0 0 6 7 0 0 19 0 2 0 867326781 296259584 5740 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11338/statm: 72329 5740 400 364 0 8244 0
[pid=11340] ppid=11338 vsize=1017932 CPUtime=99.13 cores=4,6
/proc/11340/stat : 11340 (gnovelty+2) T 11338 11340 11340 0 -1 4202496 492 0 0 0 9913 0 0 0 25 0 1 0 867326782 1042362368 226 33554432000 134512640 135663704 4291759472 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11340/statm: 254483 226 113 282 0 254199 0
[pid=11338/tid=11348] ppid=11281 vsize=289316 CPUtime=0 cores=4,6
/proc/11338/task/11348/stat : 11348 (python) S 11281 11281 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867336695 296259584 5740 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453939090560 0 0 -1 6 0 0 0
[pid=11349] ppid=11281 vsize=299236 CPUtime=0.13 cores=4,6
/proc/11349/stat : 11349 (python) S 11281 11281 10281 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867336695 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11349/statm: 74809 5664 400 364 0 10721 0
[pid=11351] ppid=11349 vsize=416524 CPUtime=100.12 cores=4,6
/proc/11351/stat : 11351 (adaptg2wsat2009) T 11349 11351 11351 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 867336696 426520576 321 33554432000 134512640 135107411 4287958688 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11351/statm: 104131 321 59 146 0 103007 0
[pid=11349/tid=11360] ppid=11281 vsize=299236 CPUtime=0 cores=4,6
/proc/11349/task/11360/stat : 11360 (python) S 11281 11281 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867346708 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453961884800 0 0 -1 6 0 0 0
[pid=11361] ppid=11281 vsize=310032 CPUtime=0.05 cores=4,6
/proc/11361/stat : 11361 (python) S 11281 11281 10281 0 -1 4202560 929 0 0 0 4 1 0 0 15 0 1 0 867346709 317472768 5752 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425158 0 0 16781312 514 4609579358443503873 0 0 17 6 0 0 0
/proc/11361/statm: 77508 5752 371 364 0 13417 0
[pid=11363] ppid=11361 vsize=2264 CPUtime=32.55 cores=4,6
/proc/11363/stat : 11363 (march_hi) R 11361 11363 11363 0 -1 4202496 989 0 0 0 3255 0 0 0 25 0 1 0 867346710 2318336 392 33554432000 4194304 4955518 140735024517712 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11363/statm: 566 392 106 186 0 379 0
[pid=11281/tid=11288] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 867316769 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11339] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11339/stat : 11339 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867326781 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11350] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11350/stat : 11350 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867336696 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11362] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11362/stat : 11362 (python) S 11279 11281 10281 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 867346709 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 332.83
Current children cumulated vsize (KiB) 3962364

[startup+333.101 s]
/proc/loadavg: 3.00 3.00 2.83 4/226 11368
/proc/meminfo: memFree=31156596/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=320276 CPUtime=0.62 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 12660 936 1 0 55 7 0 0 20 0 5 0 867316696 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 80069 7261 1876 364 0 15978 0
[pid=11287] ppid=11281 vsize=288852 CPUtime=0.12 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 1147 0 0 0 7 5 0 0 19 0 2 0 867316769 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11287/statm: 72213 5658 416 364 0 8131 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=99.98 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) T 11287 11289 11289 0 -1 4202496 494 0 0 0 9998 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11287/tid=11337] ppid=11281 vsize=288852 CPUtime=0 cores=4,6
/proc/11287/task/11337/stat : 11337 (python) S 11281 11281 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867326780 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453979476992 0 0 -1 4 0 0 0
[pid=11338] ppid=11281 vsize=289316 CPUtime=0.13 cores=4,6
/proc/11338/stat : 11338 (python) S 11281 11281 10281 0 -1 4202560 1073 0 0 0 6 7 0 0 19 0 2 0 867326781 296259584 5740 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11338/statm: 72329 5740 400 364 0 8244 0
[pid=11340] ppid=11338 vsize=1017932 CPUtime=99.13 cores=4,6
/proc/11340/stat : 11340 (gnovelty+2) T 11338 11340 11340 0 -1 4202496 492 0 0 0 9913 0 0 0 25 0 1 0 867326782 1042362368 226 33554432000 134512640 135663704 4291759472 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11340/statm: 254483 226 113 282 0 254199 0
[pid=11338/tid=11348] ppid=11281 vsize=289316 CPUtime=0 cores=4,6
/proc/11338/task/11348/stat : 11348 (python) S 11281 11281 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867336695 296259584 5740 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453939090560 0 0 -1 6 0 0 0
[pid=11349] ppid=11281 vsize=299236 CPUtime=0.13 cores=4,6
/proc/11349/stat : 11349 (python) S 11281 11281 10281 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867336695 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11349/statm: 74809 5664 400 364 0 10721 0
[pid=11351] ppid=11349 vsize=416524 CPUtime=100.12 cores=4,6
/proc/11351/stat : 11351 (adaptg2wsat2009) T 11349 11351 11351 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 867336696 426520576 321 33554432000 134512640 135107411 4287958688 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11351/statm: 104131 321 59 146 0 103007 0
[pid=11349/tid=11360] ppid=11281 vsize=299236 CPUtime=0 cores=4,6
/proc/11349/task/11360/stat : 11360 (python) S 11281 11281 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867346708 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453961884800 0 0 -1 6 0 0 0
[pid=11361] ppid=11281 vsize=310032 CPUtime=0.05 cores=4,6
/proc/11361/stat : 11361 (python) S 11281 11281 10281 0 -1 4202560 930 0 0 0 4 1 0 0 15 0 1 0 867346709 317472768 5752 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425158 0 0 16781312 514 5616740668140388609 0 0 17 6 0 0 0
/proc/11361/statm: 77508 5752 371 364 0 13417 0
[pid=11363] ppid=11361 vsize=2264 CPUtime=32.95 cores=4,6
/proc/11363/stat : 11363 (march_hi) R 11361 11363 11363 0 -1 4202496 989 0 0 0 3295 0 0 0 25 0 1 0 867346710 2318336 392 33554432000 4194304 4955518 140735024517712 18446744073709551615 4208718 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11363/statm: 566 392 106 186 0 379 0
[pid=11281/tid=11288] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 867316769 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11339] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11339/stat : 11339 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867326781 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11350] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11350/stat : 11350 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867336696 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11362] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11362/stat : 11362 (python) S 11279 11281 10281 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 867346709 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 333.23
Current children cumulated vsize (KiB) 3962364

[startup+333.201 s]
/proc/loadavg: 3.00 3.00 2.83 4/226 11368
/proc/meminfo: memFree=31156348/32951124 swapFree=67064580/67111528
[pid=11281] ppid=11279 vsize=320276 CPUtime=0.62 cores=4,6
/proc/11281/stat : 11281 (python) S 11279 11281 10281 0 -1 4202496 12660 936 1 0 55 7 0 0 20 0 5 0 867316696 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11281/statm: 80069 7261 1876 364 0 15978 0
[pid=11287] ppid=11281 vsize=288852 CPUtime=0.12 cores=4,6
/proc/11287/stat : 11287 (python) S 11281 11281 10281 0 -1 4202560 1147 0 0 0 7 5 0 0 19 0 2 0 867316769 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11287/statm: 72213 5658 416 364 0 8131 0
[pid=11289] ppid=11287 vsize=1017932 CPUtime=99.98 cores=4,6
/proc/11289/stat : 11289 (gnovelty+2) T 11287 11289 11289 0 -1 4202496 494 0 0 0 9998 0 0 0 25 0 1 0 867316769 1042362368 227 33554432000 134512640 135663704 4292970096 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11289/statm: 254483 227 113 282 0 254199 0
[pid=11287/tid=11337] ppid=11281 vsize=288852 CPUtime=0 cores=4,6
/proc/11287/task/11337/stat : 11337 (python) S 11281 11281 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867326780 295784448 5658 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453979476992 0 0 -1 4 0 0 0
[pid=11338] ppid=11281 vsize=289316 CPUtime=0.13 cores=4,6
/proc/11338/stat : 11338 (python) S 11281 11281 10281 0 -1 4202560 1073 0 0 0 6 7 0 0 19 0 2 0 867326781 296259584 5740 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11338/statm: 72329 5740 400 364 0 8244 0
[pid=11340] ppid=11338 vsize=1017932 CPUtime=99.13 cores=4,6
/proc/11340/stat : 11340 (gnovelty+2) T 11338 11340 11340 0 -1 4202496 492 0 0 0 9913 0 0 0 25 0 1 0 867326782 1042362368 226 33554432000 134512640 135663704 4291759472 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11340/statm: 254483 226 113 282 0 254199 0
[pid=11338/tid=11348] ppid=11281 vsize=289316 CPUtime=0 cores=4,6
/proc/11338/task/11348/stat : 11348 (python) S 11281 11281 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867336695 296259584 5740 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453939090560 0 0 -1 6 0 0 0
[pid=11349] ppid=11281 vsize=299236 CPUtime=0.13 cores=4,6
/proc/11349/stat : 11349 (python) S 11281 11281 10281 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867336695 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11349/statm: 74809 5664 400 364 0 10721 0
[pid=11351] ppid=11349 vsize=416524 CPUtime=100.12 cores=4,6
/proc/11351/stat : 11351 (adaptg2wsat2009) T 11349 11351 11351 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 867336696 426520576 321 33554432000 134512640 135107411 4287958688 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11351/statm: 104131 321 59 146 0 103007 0
[pid=11349/tid=11360] ppid=11281 vsize=299236 CPUtime=0 cores=4,6
/proc/11349/task/11360/stat : 11360 (python) S 11281 11281 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867346708 306417664 5664 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 514 18446604453961884800 0 0 -1 6 0 0 0
[pid=11361] ppid=11281 vsize=310032 CPUtime=0.05 cores=4,6
/proc/11361/stat : 11361 (python) R 11281 11281 10281 0 -1 4202560 930 0 0 0 4 1 0 0 15 0 1 0 867346709 317472768 5752 33554432000 4194304 5683644 140733950584544 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/11361/statm: 77508 5752 371 364 0 13417 0
[pid=11363] ppid=11361 vsize=2264 CPUtime=33.06 cores=4,6
/proc/11363/stat : 11363 (march_hi) R 11361 11363 11363 0 -1 4202496 989 0 0 0 3306 0 0 0 25 0 1 0 867346710 2318336 392 33554432000 4194304 4955518 140735024517712 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11363/statm: 566 392 106 186 0 379 0
[pid=11281/tid=11288] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11288/stat : 11288 (python) S 11279 11281 10281 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 867316769 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11339] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11339/stat : 11339 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867326781 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11350] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11350/stat : 11350 (python) S 11279 11281 10281 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867336696 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
[pid=11281/tid=11362] ppid=11279 vsize=320276 CPUtime=0 cores=4,6
/proc/11281/task/11362/stat : 11362 (python) S 11279 11281 10281 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 867346709 327962624 7261 33554432000 4194304 5683644 140733950584544 18446744073709551615 264738228657 0 0 16781312 2 18446604453969786688 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 333.34
Current children cumulated vsize (KiB) 3962364

Child status: 0
Real time (s): 333.307
CPU time (s): 333.514
CPU user time (s): 333.209
CPU system time (s): 0.304953
CPU usage (%): 100.062
Max. virtual memory (cumulated for all children) (KiB): 3962364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.209
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25065
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= 1791
involuntary context switches= 829

runsolver used 0.625904 second user time and 1.19782 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 01:36:51
IDJOB=3484338
IDBENCH=82849
IDSOLVER=1975
FILE ID=node141/3484338-1307749011
RUNJOBID= node141-1307746989-10300
PBS_JOBID= 13550819
Free space on /tmp= 74032 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484338-1307749011/watcher-3484338-1307749011 -o /tmp/evaluation-result-3484338-1307749011/solver-3484338-1307749011 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484338-1307749011.cnf -seed 592104244 -budget 1200

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

MD5SUM BENCH= bf255e5bc10dc75db5f2f0a4a1086e58
RANDOM SEED=592104244

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.806
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.75
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.806
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:      31016324 kB
Buffers:        242416 kB
Cached:        1099784 kB
SwapCached:       8728 kB
Active:         932068 kB
Inactive:       811860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31016324 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           32024 kB
Writeback:           0 kB
AnonPages:      400396 kB
Mapped:          17556 kB
Slab:           117216 kB
PageTables:      12544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5023532 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= 74004 MiB
End job on node141 at 2011-06-11 01:42:24