Trace number 3377460

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 452.675 452.857

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2098066936-001.UNKNOWN.cnf
MD5SUM7a1181bb5cb0b1221253c27ad7ead33e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark347.943
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.34/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.66	c INFO: solving HOME/instance-3377460-1305453332.cnf
0.34/0.66	c INFO: computing task features
0.34/0.67	c INFO: computed variable-clause graph statistics
0.34/0.67	c INFO: computed clause balance statistics
0.41/0.73	c INFO: computed variable balance statistics
0.41/0.76	c INFO: computed small-clause counts
0.41/0.76	c INFO: computed Horn-clause counts
0.41/0.76	c INFO: computed variable graph statistics
0.41/0.76	c INFO: collected features for HOME/instance-3377460-1305453332.cnf in 0.10 s
0.41/0.77	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.62)
100.71/101.08	c INFO: running march_hi@0 for 194 with 2299 remaining (b = 0.19)
296.99/297.35	c INFO: running march_hi@195 for 194 with 2104 remaining (b = 0.17)
452.56/452.83	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377460-1305453332/watcher-3377460-1305453332 -o /tmp/evaluation-result-3377460-1305453332/solver-3377460-1305453332 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377460-1305453332.cnf -seed 115624458 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.05 4.11 4.01 5/440 1283
/proc/meminfo: memFree=23001128/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=11796 CPUtime=0 cores=1,3
/proc/1283/stat : 1283 (runsolver) R 1281 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 22 0 1 0 656929931 12079104 52 33554432000 4194304 5432360 140737296443824 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/1283/statm: 2949 52 33 303 0 2643 0

[startup+0.096375 s]
/proc/loadavg: 4.05 4.11 4.01 5/440 1283
/proc/meminfo: memFree=23001128/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=50012 CPUtime=0.04 cores=1,3
/proc/1283/stat : 1283 (python) R 1281 1283 32005 0 -1 4202496 1975 0 0 0 3 1 0 0 17 0 1 0 656929931 51212288 1737 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1283/statm: 12503 1737 480 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.100372 s]
/proc/loadavg: 4.05 4.11 4.01 5/440 1283
/proc/meminfo: memFree=23001128/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=54536 CPUtime=0.04 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 2049 0 0 0 3 1 0 0 17 0 1 0 656929931 55844864 1808 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/1283/statm: 13634 1808 492 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54536

[startup+0.300278 s]
/proc/loadavg: 4.05 4.11 4.01 5/440 1283
/proc/meminfo: memFree=23001128/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=135752 CPUtime=0.17 cores=1,3
/proc/1283/stat : 1283 (python) R 1281 1283 32005 0 -1 4202496 5971 933 1 0 13 4 0 0 17 0 1 0 656929931 139010048 4150 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500687877 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/1283/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700248 s]
/proc/loadavg: 4.05 4.11 4.01 5/440 1283
/proc/meminfo: memFree=23001128/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=278468 CPUtime=0.41 cores=1,3
/proc/1283/stat : 1283 (python) R 1281 1283 32005 0 -1 4202496 9343 933 1 0 33 8 0 0 15 0 1 0 656929931 285151232 7002 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500351403 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1283/statm: 69617 7002 1826 364 0 5541 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278468

[startup+1.50109 s]
/proc/loadavg: 4.05 4.11 4.01 5/444 1291
/proc/meminfo: memFree=22975916/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=288736 CPUtime=0.48 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 9772 933 1 0 40 8 0 0 18 0 2 0 656929931 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 72184 7053 1867 364 0 8102 0
[pid=1289] ppid=1283 vsize=278492 CPUtime=0 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 656930009 285175808 5536 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500711951 0 0 16781312 514 3508872561528143871 0 0 17 1 0 0 0
/proc/1289/statm: 69623 5536 354 364 0 5541 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=0.71 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) R 1289 1291 1291 0 -1 4202496 436 0 0 0 71 0 0 0 21 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1283/tid=1290] ppid=1281 vsize=288736 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 656930009 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1585028

[startup+3.10077 s]
/proc/loadavg: 4.05 4.11 4.01 5/444 1291
/proc/meminfo: memFree=22975420/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=288736 CPUtime=0.48 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 9772 933 1 0 40 8 0 0 18 0 2 0 656929931 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 72184 7053 1867 364 0 8102 0
[pid=1289] ppid=1283 vsize=278492 CPUtime=0 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 656930009 285175808 5536 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500711951 0 0 16781312 514 3508872561528111365 0 0 17 1 0 0 0
/proc/1289/statm: 69623 5536 354 364 0 5541 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=2.31 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) R 1289 1291 1291 0 -1 4202496 436 0 0 0 231 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1283/tid=1290] ppid=1281 vsize=288736 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 656930009 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1585028

[startup+6.30113 s]
/proc/loadavg: 4.04 4.11 4.01 5/441 1327
/proc/meminfo: memFree=22982552/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=288736 CPUtime=0.48 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 9772 933 1 0 40 8 0 0 18 0 2 0 656929931 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 72184 7053 1867 364 0 8102 0
[pid=1289] ppid=1283 vsize=278492 CPUtime=0.01 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 973 0 0 0 0 1 0 0 18 0 1 0 656930009 285175808 5564 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500711951 0 0 16781312 514 3508872561528111365 0 0 17 1 0 0 0
/proc/1289/statm: 69623 5564 382 364 0 5541 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=5.49 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) R 1289 1291 1291 0 -1 4202496 436 0 0 0 549 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 135007680 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1283/tid=1290] ppid=1281 vsize=288736 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 656930009 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 1585028

[startup+12.7009 s]
/proc/loadavg: 4.04 4.11 4.01 5/444 1330
/proc/meminfo: memFree=22973940/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=288736 CPUtime=0.48 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 9772 933 1 0 40 8 0 0 18 0 2 0 656929931 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 72184 7053 1867 364 0 8102 0
[pid=1289] ppid=1283 vsize=278492 CPUtime=0.03 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 976 0 0 0 1 2 0 0 18 0 1 0 656930009 285175808 5564 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500711951 0 0 16781312 514 15197783970654683397 0 0 17 1 0 0 0
/proc/1289/statm: 69623 5564 382 364 0 5541 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=11.87 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) R 1289 1291 1291 0 -1 4202496 436 0 0 0 1187 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1283/tid=1290] ppid=1281 vsize=288736 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 656930009 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 1585028

[startup+25.5003 s]
/proc/loadavg: 4.03 4.10 4.01 5/444 1331
/proc/meminfo: memFree=22973964/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=288736 CPUtime=0.48 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 9772 933 1 0 40 8 0 0 18 0 2 0 656929931 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 72184 7053 1867 364 0 8102 0
[pid=1289] ppid=1283 vsize=278492 CPUtime=0.06 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 979 0 0 0 2 4 0 0 18 0 1 0 656930009 285175808 5564 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500711951 0 0 16781312 514 15197783970654683397 0 0 17 1 0 0 0
/proc/1289/statm: 69623 5564 382 364 0 5541 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=24.64 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) R 1289 1291 1291 0 -1 4202496 436 0 0 0 2464 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1283/tid=1290] ppid=1281 vsize=288736 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 656930009 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 1585028

[startup+51.1012 s]
/proc/loadavg: 4.02 4.09 4.01 5/444 1331
/proc/meminfo: memFree=22972380/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=288736 CPUtime=0.48 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 9772 933 1 0 40 8 0 0 18 0 2 0 656929931 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 72184 7053 1867 364 0 8102 0
[pid=1289] ppid=1283 vsize=278492 CPUtime=0.14 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 992 0 0 0 7 7 0 0 18 0 1 0 656930009 285175808 5564 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500711951 0 0 16781312 514 15197783970654683397 0 0 17 1 0 0 0
/proc/1289/statm: 69623 5564 382 364 0 5541 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=50.18 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) R 1289 1291 1291 0 -1 4202496 436 0 0 0 5018 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1283/tid=1290] ppid=1281 vsize=288736 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 656930009 295665664 7053 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1585028

[startup+102.315 s]
/proc/loadavg: 4.01 4.08 4.00 5/456 1345
/proc/meminfo: memFree=22934016/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=299520 CPUtime=0.49 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 10628 933 1 0 41 8 0 0 20 0 3 0 656929931 306708480 7203 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74880 7203 1870 364 0 10795 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 1151 0 0 0 16 14 0 0 19 0 2 0 656930009 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1289/statm: 72184 5602 415 364 0 8102 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=100 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) T 1289 1291 1291 0 -1 4202496 436 0 0 0 10000 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1289/tid=1342] ppid=1283 vsize=288736 CPUtime=0 cores=1,3
/proc/1289/task/1342/stat : 1342 (python) S 1283 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656940038 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 1 0 0 0
[pid=1343] ppid=1283 vsize=289276 CPUtime=0 cores=1,3
/proc/1343/stat : 1343 (python) S 1283 1283 32005 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 656940039 296218624 5677 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500712006 0 0 16781312 514 1500543105139441927 0 0 17 1 0 0 0
/proc/1343/statm: 72319 5677 348 364 0 8234 0
[pid=1345] ppid=1343 vsize=1560 CPUtime=1.22 cores=1,3
/proc/1345/stat : 1345 (march_hi) R 1343 1345 1345 0 -1 4202496 504 0 0 0 122 0 0 0 25 0 1 0 656940040 1597440 241 33554432000 4194304 4955518 140733895000688 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1345/statm: 390 241 106 186 0 203 0
[pid=1283/tid=1290] ppid=1281 vsize=299520 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 656930009 306708480 7203 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
[pid=1283/tid=1344] ppid=1281 vsize=299520 CPUtime=0 cores=1,3
/proc/1283/task/1344/stat : 1344 (python) S 1281 1283 32005 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 656940039 306708480 7203 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 1896892

[startup+162.301 s]
/proc/loadavg: 4.00 4.06 4.00 5/460 1350
/proc/meminfo: memFree=22925764/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=299520 CPUtime=0.49 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 10628 933 1 0 41 8 0 0 20 0 3 0 656929931 306708480 7203 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74880 7203 1870 364 0 10795 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3

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

[pid=1283] ppid=1281 vsize=299172 CPUtime=0.5 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 11195 933 1 0 42 8 0 0 18 0 3 0 656929931 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74793 7107 1878 364 0 10708 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 1151 0 0 0 16 14 0 0 19 0 2 0 656930009 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1289/statm: 72184 5602 415 364 0 8102 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=100 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) T 1289 1291 1291 0 -1 4202496 436 0 0 0 10000 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1289/tid=1342] ppid=1283 vsize=288736 CPUtime=0 cores=1,3
/proc/1289/task/1342/stat : 1342 (python) S 1283 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656940038 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 1 0 0 0
[pid=1343] ppid=1283 vsize=289276 CPUtime=1.2 cores=1,3
/proc/1343/stat : 1343 (python) S 1283 1283 32005 0 -1 4202560 1145 0 0 0 64 56 0 0 15 0 2 0 656940039 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1343/statm: 72319 5731 401 364 0 8234 0
[pid=1345] ppid=1343 vsize=13516 CPUtime=345.65 cores=1,3
/proc/1345/stat : 1345 (march_hi) R 1343 1345 1345 0 -1 4202496 3016 0 0 0 34565 0 0 0 25 0 1 0 656940040 13840384 2753 33554432000 4194304 4955518 140733895000688 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1345/statm: 3379 2753 106 186 0 3192 0
[pid=1343/tid=1367] ppid=1283 vsize=289276 CPUtime=0 cores=1,3
/proc/1343/task/1367/stat : 1367 (python) S 1283 1283 32005 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656959666 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604461038571904 0 0 -1 1 0 0 0
[pid=1283/tid=1290] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 656930009 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
[pid=1283/tid=1344] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1344/stat : 1344 (python) S 1281 1283 32005 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 656940039 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 447.65
Current children cumulated vsize (KiB) 1908500

[startup+451.101 s]
/proc/loadavg: 4.34 4.17 4.05 5/473 1380
/proc/meminfo: memFree=22793184/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=299172 CPUtime=0.5 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 11195 933 1 0 42 8 0 0 18 0 3 0 656929931 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74793 7107 1878 364 0 10708 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 1151 0 0 0 16 14 0 0 19 0 2 0 656930009 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1289/statm: 72184 5602 415 364 0 8102 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=100 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) T 1289 1291 1291 0 -1 4202496 436 0 0 0 10000 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1289/tid=1342] ppid=1283 vsize=288736 CPUtime=0 cores=1,3
/proc/1289/task/1342/stat : 1342 (python) S 1283 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656940038 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 1 0 0 0
[pid=1343] ppid=1283 vsize=289276 CPUtime=1.2 cores=1,3
/proc/1343/stat : 1343 (python) S 1283 1283 32005 0 -1 4202560 1146 0 0 0 64 56 0 0 15 0 2 0 656940039 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1343/statm: 72319 5731 401 364 0 8234 0
[pid=1345] ppid=1343 vsize=13516 CPUtime=348.85 cores=1,3
/proc/1345/stat : 1345 (march_hi) R 1343 1345 1345 0 -1 4202496 3072 0 0 0 34885 0 0 0 25 0 1 0 656940040 13840384 2809 33554432000 4194304 4955518 140733895000688 18446744073709551615 4238240 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1345/statm: 3379 2809 106 186 0 3192 0
[pid=1343/tid=1367] ppid=1283 vsize=289276 CPUtime=0 cores=1,3
/proc/1343/task/1367/stat : 1367 (python) S 1283 1283 32005 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656959666 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604461038571904 0 0 -1 1 0 0 0
[pid=1283/tid=1290] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 656930009 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
[pid=1283/tid=1344] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1344/stat : 1344 (python) S 1281 1283 32005 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 656940039 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 450.85
Current children cumulated vsize (KiB) 1908500

[startup+451.9 s]
/proc/loadavg: 4.34 4.17 4.05 5/473 1380
/proc/meminfo: memFree=22793184/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=299172 CPUtime=0.5 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 11195 933 1 0 42 8 0 0 18 0 3 0 656929931 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74793 7107 1878 364 0 10708 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 1151 0 0 0 16 14 0 0 19 0 2 0 656930009 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1289/statm: 72184 5602 415 364 0 8102 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=100 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) T 1289 1291 1291 0 -1 4202496 436 0 0 0 10000 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1289/tid=1342] ppid=1283 vsize=288736 CPUtime=0 cores=1,3
/proc/1289/task/1342/stat : 1342 (python) S 1283 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656940038 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 1 0 0 0
[pid=1343] ppid=1283 vsize=289276 CPUtime=1.22 cores=1,3
/proc/1343/stat : 1343 (python) S 1283 1283 32005 0 -1 4202560 1146 0 0 0 65 57 0 0 15 0 2 0 656940039 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1343/statm: 72319 5731 401 364 0 8234 0
[pid=1345] ppid=1343 vsize=13516 CPUtime=349.64 cores=1,3
/proc/1345/stat : 1345 (march_hi) R 1343 1345 1345 0 -1 4202496 3086 0 0 0 34964 0 0 0 25 0 1 0 656940040 13840384 2823 33554432000 4194304 4955518 140733895000688 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1345/statm: 3379 2823 106 186 0 3192 0
[pid=1343/tid=1367] ppid=1283 vsize=289276 CPUtime=0 cores=1,3
/proc/1343/task/1367/stat : 1367 (python) S 1283 1283 32005 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656959666 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604461038571904 0 0 -1 1 0 0 0
[pid=1283/tid=1290] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 656930009 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
[pid=1283/tid=1344] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1344/stat : 1344 (python) S 1281 1283 32005 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 656940039 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 451.66
Current children cumulated vsize (KiB) 1908500

[startup+452.301 s]
/proc/loadavg: 4.34 4.17 4.05 5/473 1380
/proc/meminfo: memFree=22792936/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=299172 CPUtime=0.5 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 11195 933 1 0 42 8 0 0 18 0 3 0 656929931 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74793 7107 1878 364 0 10708 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 1151 0 0 0 16 14 0 0 19 0 2 0 656930009 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1289/statm: 72184 5602 415 364 0 8102 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=100 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) T 1289 1291 1291 0 -1 4202496 436 0 0 0 10000 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1289/tid=1342] ppid=1283 vsize=288736 CPUtime=0 cores=1,3
/proc/1289/task/1342/stat : 1342 (python) S 1283 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656940038 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 1 0 0 0
[pid=1343] ppid=1283 vsize=289276 CPUtime=1.22 cores=1,3
/proc/1343/stat : 1343 (python) S 1283 1283 32005 0 -1 4202560 1147 0 0 0 65 57 0 0 15 0 2 0 656940039 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1343/statm: 72319 5731 401 364 0 8234 0
[pid=1345] ppid=1343 vsize=13516 CPUtime=350.04 cores=1,3
/proc/1345/stat : 1345 (march_hi) R 1343 1345 1345 0 -1 4202496 3093 0 0 0 35004 0 0 0 25 0 1 0 656940040 13840384 2830 33554432000 4194304 4955518 140733895000688 18446744073709551615 4235548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1345/statm: 3379 2830 106 186 0 3192 0
[pid=1343/tid=1367] ppid=1283 vsize=289276 CPUtime=0 cores=1,3
/proc/1343/task/1367/stat : 1367 (python) S 1283 1283 32005 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656959666 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604461038571904 0 0 -1 1 0 0 0
[pid=1283/tid=1290] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 656930009 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
[pid=1283/tid=1344] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1344/stat : 1344 (python) S 1281 1283 32005 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 656940039 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 452.06
Current children cumulated vsize (KiB) 1908500

[startup+452.701 s]
/proc/loadavg: 4.34 4.17 4.05 5/473 1380
/proc/meminfo: memFree=22792936/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=299172 CPUtime=0.5 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 11195 933 1 0 42 8 0 0 18 0 3 0 656929931 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74793 7107 1878 364 0 10708 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 1151 0 0 0 16 14 0 0 19 0 2 0 656930009 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1289/statm: 72184 5602 415 364 0 8102 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=100 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) T 1289 1291 1291 0 -1 4202496 436 0 0 0 10000 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1289/tid=1342] ppid=1283 vsize=288736 CPUtime=0 cores=1,3
/proc/1289/task/1342/stat : 1342 (python) S 1283 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656940038 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 1 0 0 0
[pid=1343] ppid=1283 vsize=289276 CPUtime=1.22 cores=1,3
/proc/1343/stat : 1343 (python) S 1283 1283 32005 0 -1 4202560 1147 0 0 0 65 57 0 0 15 0 2 0 656940039 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1343/statm: 72319 5731 401 364 0 8234 0
[pid=1345] ppid=1343 vsize=13516 CPUtime=350.44 cores=1,3
/proc/1345/stat : 1345 (march_hi) R 1343 1345 1345 0 -1 4202496 3100 0 0 0 35044 0 0 0 25 0 1 0 656940040 13840384 2837 33554432000 4194304 4955518 140733895000688 18446744073709551615 4296972 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1345/statm: 3379 2837 106 186 0 3192 0
[pid=1343/tid=1367] ppid=1283 vsize=289276 CPUtime=0 cores=1,3
/proc/1343/task/1367/stat : 1367 (python) S 1283 1283 32005 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656959666 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604461038571904 0 0 -1 1 0 0 0
[pid=1283/tid=1290] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 656930009 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
[pid=1283/tid=1344] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1344/stat : 1344 (python) S 1281 1283 32005 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 656940039 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 452.46
Current children cumulated vsize (KiB) 1908500

[startup+452.801 s]
/proc/loadavg: 4.34 4.17 4.05 5/473 1380
/proc/meminfo: memFree=22792936/32950928 swapFree=45937192/67111528
[pid=1283] ppid=1281 vsize=299172 CPUtime=0.5 cores=1,3
/proc/1283/stat : 1283 (python) S 1281 1283 32005 0 -1 4202496 11195 933 1 0 42 8 0 0 18 0 3 0 656929931 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1283/statm: 74793 7107 1878 364 0 10708 0
[pid=1289] ppid=1283 vsize=288736 CPUtime=0.3 cores=1,3
/proc/1289/stat : 1289 (python) S 1283 1283 32005 0 -1 4202560 1151 0 0 0 16 14 0 0 19 0 2 0 656930009 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1289/statm: 72184 5602 415 364 0 8102 0
[pid=1291] ppid=1289 vsize=1017800 CPUtime=100 cores=1,3
/proc/1291/stat : 1291 (gnovelty+2) T 1289 1291 1291 0 -1 4202496 436 0 0 0 10000 0 0 0 25 0 1 0 656930009 1042227200 171 33554432000 134512640 135663704 4291451408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1291/statm: 254450 171 113 282 0 254166 0
[pid=1289/tid=1342] ppid=1283 vsize=288736 CPUtime=0 cores=1,3
/proc/1289/task/1342/stat : 1342 (python) S 1283 1283 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656940038 295665664 5602 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604470909535488 0 0 -1 1 0 0 0
[pid=1343] ppid=1283 vsize=289276 CPUtime=1.22 cores=1,3
/proc/1343/stat : 1343 (python) S 1283 1283 32005 0 -1 4202560 1152 0 0 0 65 57 0 0 15 0 2 0 656940039 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1343/statm: 72319 5731 401 364 0 8234 0
[pid=1345] ppid=1343 vsize=13516 CPUtime=350.54 cores=1,3
/proc/1345/stat : 1345 (march_hi) R 1343 1345 1345 0 -1 4202496 3101 0 0 0 35054 0 0 0 25 0 1 0 656940040 13840384 2838 33554432000 4194304 4955518 140733895000688 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1345/statm: 3379 2838 106 186 0 3192 0
[pid=1343/tid=1367] ppid=1283 vsize=289276 CPUtime=0 cores=1,3
/proc/1343/task/1367/stat : 1367 (python) S 1283 1283 32005 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656959666 296218624 5731 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 514 18446604461038571904 0 0 -1 1 0 0 0
[pid=1283/tid=1290] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1290/stat : 1290 (python) S 1281 1283 32005 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 656930009 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
[pid=1283/tid=1344] ppid=1281 vsize=299172 CPUtime=0 cores=1,3
/proc/1283/task/1344/stat : 1344 (python) S 1281 1283 32005 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 656940039 306352128 7107 33554432000 4194304 5683644 140737336102800 18446744073709551615 254512515505 0 0 16781312 2 18446604471007434816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 452.56
Current children cumulated vsize (KiB) 1908500

Child status: 0
Real time (s): 452.857
CPU time (s): 452.675
CPU user time (s): 451.847
CPU system time (s): 0.827874
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 1908504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 451.847
system time used= 0.827874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22091
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= 4033
involuntary context switches= 2158

runsolver used 1.90471 second user time and 4.17537 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:55:32
IDJOB=3377460
IDBENCH=82769
IDSOLVER=1857
FILE ID=node149/3377460-1305453332
RUNJOBID= node149-1305451814-583
PBS_JOBID= 13324860
Free space on /tmp= 73472 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S2098066936-001.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-3377460-1305453332/watcher-3377460-1305453332 -o /tmp/evaluation-result-3377460-1305453332/solver-3377460-1305453332 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377460-1305453332.cnf -seed 115624458 -budget 2400

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

MD5SUM BENCH= 7a1181bb5cb0b1221253c27ad7ead33e
RANDOM SEED=115624458

node149.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.73
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.82
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.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.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:     32950928 kB
MemFree:      23001160 kB
Buffers:        325904 kB
Cached:        4551140 kB
SwapCached:      19984 kB
Active:        7042436 kB
Inactive:      2587000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23001160 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           31868 kB
Writeback:           4 kB
AnonPages:     4745740 kB
Mapped:          27368 kB
Slab:           167124 kB
PageTables:      85520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 116753564 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= 73440 MiB
End job on node149 at 2011-05-15 12:03:05