Trace number 3386780

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 110.38 110.323

General information on the benchmark

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

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.67	c INFO: solving HOME/instance-3386780-1305592318.cnf
0.38/0.67	c INFO: computing task features
0.38/0.68	c INFO: computed variable-clause graph statistics
0.38/0.68	c INFO: computed clause balance statistics
0.46/0.73	c INFO: computed variable balance statistics
0.46/0.75	c INFO: computed small-clause counts
0.46/0.75	c INFO: computed Horn-clause counts
0.46/0.75	c INFO: computed variable graph statistics
0.46/0.75	c INFO: collected features for HOME/instance-3386780-1305592318.cnf in 0.08 s
0.46/0.78	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
102.32/102.27	c INFO: running march_hi@0 for 388 with 4898 remaining (b = 0.38)
9.02/110.30	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-3386780-1305592318/watcher-3386780-1305592318 -o /tmp/evaluation-result-3386780-1305592318/solver-3386780-1305592318 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386780-1305592318.cnf -seed 1217366361 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.08 2.01 2/557 9239
/proc/meminfo: memFree=11071820/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 934 0 0 0 0 0 0 0 23 0 1 0 651647265 16154624 814 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/9239/statm: 3944 814 356 364 0 431 0

[startup+0.10592 s]
/proc/loadavg: 2.07 2.08 2.01 2/557 9239
/proc/meminfo: memFree=11071820/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=94172 CPUtime=0.05 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 2763 0 0 0 4 1 0 0 17 0 1 0 651647265 96432128 2474 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095446885 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/9239/statm: 23543 2474 764 364 0 1675 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94172

[startup+0.200909 s]
/proc/loadavg: 2.07 2.08 2.01 2/557 9239
/proc/meminfo: memFree=11071820/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=124232 CPUtime=0.12 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 4262 0 1 0 9 3 0 0 17 0 1 0 651647265 127213568 3872 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/9239/statm: 31058 3879 996 364 0 2869 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124232

[startup+0.301257 s]
/proc/loadavg: 2.07 2.08 2.01 2/557 9239
/proc/meminfo: memFree=11071820/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=135748 CPUtime=0.19 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 5971 935 1 0 14 5 0 0 17 0 1 0 651647265 139005952 4149 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/9239/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70486 s]
/proc/loadavg: 2.07 2.08 2.01 2/557 9239
/proc/meminfo: memFree=11071820/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=278268 CPUtime=0.46 cores=0,2,4,6
/proc/9239/stat : 9239 (python) R 9237 9239 8584 0 -1 4202496 9311 935 1 0 34 12 0 0 16 0 1 0 651647265 284946432 6970 33554432000 4194304 5683644 140735761748928 18446744073709551615 228098859952 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9239/statm: 69567 6970 1826 364 0 5491 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278268

[startup+1.50072 s]
/proc/loadavg: 2.07 2.08 2.01 3/561 9247
/proc/meminfo: memFree=11046924/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=288676 CPUtime=0.53 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 9788 935 1 0 41 12 0 0 18 0 2 0 651647265 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9239/statm: 72169 7061 1867 364 0 8087 0
[pid=9245] ppid=9239 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 651647344 285114368 5544 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471119 0 0 16781312 514 2975147352295211007 0 0 17 6 0 0 0
/proc/9245/statm: 69608 5544 354 364 0 5526 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=0.71 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 425 0 0 0 71 0 0 0 21 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9239/tid=9246] ppid=9237 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 651647344 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1584908

[startup+3.10042 s]
/proc/loadavg: 2.07 2.08 2.01 3/561 9247
/proc/meminfo: memFree=11045808/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=288676 CPUtime=0.53 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 9788 935 1 0 41 12 0 0 18 0 2 0 651647265 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9239/statm: 72169 7061 1867 364 0 8087 0
[pid=9245] ppid=9239 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 651647344 285114368 5544 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471119 0 0 16781312 514 2975147352295178499 0 0 17 6 0 0 0
/proc/9245/statm: 69608 5544 354 364 0 5526 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=2.31 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 425 0 0 0 231 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9239/tid=9246] ppid=9237 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 651647344 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1584908

[startup+6.30083 s]
/proc/loadavg: 2.07 2.08 2.01 3/561 9247
/proc/meminfo: memFree=11045264/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=288676 CPUtime=0.53 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 9788 935 1 0 41 12 0 0 18 0 2 0 651647265 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9239/statm: 72169 7061 1867 364 0 8087 0
[pid=9245] ppid=9239 vsize=278432 CPUtime=0.02 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 897 0 0 0 1 1 0 0 18 0 1 0 651647344 285114368 5567 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471119 0 0 16781312 514 2975147352295178499 0 0 17 6 0 0 0
/proc/9245/statm: 69608 5567 377 364 0 5526 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=5.51 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 425 0 0 0 551 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9239/tid=9246] ppid=9237 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 651647344 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 1584908

[startup+12.7007 s]
/proc/loadavg: 2.06 2.08 2.01 3/561 9247
/proc/meminfo: memFree=11044688/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=288676 CPUtime=0.53 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 9788 935 1 0 41 12 0 0 18 0 2 0 651647265 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9239/statm: 72169 7061 1867 364 0 8087 0
[pid=9245] ppid=9239 vsize=278432 CPUtime=0.04 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 899 0 0 0 2 2 0 0 18 0 1 0 651647344 285114368 5567 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471119 0 0 16781312 514 8070890336899006723 0 0 17 6 0 0 0
/proc/9245/statm: 69608 5567 377 364 0 5526 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=11.91 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 425 0 0 0 1191 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9239/tid=9246] ppid=9237 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 651647344 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 1584908

[startup+25.5013 s]
/proc/loadavg: 2.05 2.07 2.01 3/561 9247
/proc/meminfo: memFree=11045060/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=288676 CPUtime=0.53 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 9788 935 1 0 41 12 0 0 18 0 2 0 651647265 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9239/statm: 72169 7061 1867 364 0 8087 0
[pid=9245] ppid=9239 vsize=278432 CPUtime=0.09 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 904 0 0 0 4 5 0 0 18 0 1 0 651647344 285114368 5567 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471119 0 0 16781312 514 8070890336899006723 0 0 17 6 0 0 0
/proc/9245/statm: 69608 5567 377 364 0 5526 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=24.71 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 425 0 0 0 2471 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9239/tid=9246] ppid=9237 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 651647344 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1584908

[startup+51.1006 s]
/proc/loadavg: 2.03 2.06 2.01 3/561 9248
/proc/meminfo: memFree=11045264/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=288676 CPUtime=0.53 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 9788 935 1 0 41 12 0 0 18 0 2 0 651647265 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9239/statm: 72169 7061 1867 364 0 8087 0
[pid=9245] ppid=9239 vsize=278432 CPUtime=0.2 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 917 0 0 0 11 9 0 0 18 0 1 0 651647344 285114368 5567 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471119 0 0 16781312 514 8070890336899006723 0 0 17 6 0 0 0
/proc/9245/statm: 69608 5567 377 364 0 5526 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=50.31 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 425 0 0 0 5031 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9239/tid=9246] ppid=9237 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 651647344 295604224 7061 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1584908

[startup+102.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/565 9253
/proc/meminfo: memFree=11041616/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=299504 CPUtime=0.57 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 10629 935 1 0 44 13 0 0 20 0 3 0 651647265 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9239/statm: 74876 7207 1878 364 0 10791 0
[pid=9245] ppid=9239 vsize=288676 CPUtime=0.41 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 1093 0 0 0 22 19 0 0 19 0 2 0 651647344 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9245/statm: 72169 5605 410 364 0 8087 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=101.45 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) T 9245 9247 9247 0 -1 4202496 425 0 0 0 10145 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524957 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9245/tid=9250] ppid=9239 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9245/task/9250/stat : 9250 (python) S 9239 9239 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651657489 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 514 18446604449310431424 0 0 -1 0 0 0 0
[pid=9251] ppid=9239 vsize=289260 CPUtime=0 cores=0,2,4,6
/proc/9251/stat : 9251 (python) S 9239 9239 8584 0 -1 4202560 746 0 0 0 0 0 0 0 19 0 1 0 651657492 296202240 5673 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471174 0 0 16781312 514 7728568116124319743 0 0 17 6 0 0 0
/proc/9251/statm: 72315 5673 348 364 0 8230 0
[pid=9253] ppid=9251 vsize=1420 CPUtime=0.03 cores=0,2,4,6
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 473 0 0 0 3 0 0 0 20 0 1 0 651657493 1454080 210 33554432000 4194304 4955518 140735403798992 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 355 210 106 186 0 168 0
[pid=9239/tid=9246] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 651647344 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
[pid=9239/tid=9252] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9252/stat : 9252 (python) S 9237 9239 8584 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 651657493 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 1896660

############
# WARNING:
# current cumulated CPU time (9.02 s) is less than in the last sample (110.38 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (101.36 s) to the 'lost time'.


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

/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 1093 0 0 0 22 19 0 0 19 0 2 0 651647344 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9245/statm: 72169 5605 410 364 0 8087 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=101.45 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) T 9245 9247 9247 0 -1 4202496 425 0 0 0 10145 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524957 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9245/tid=9250] ppid=9239 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9245/task/9250/stat : 9250 (python) S 9239 9239 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651657489 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 514 18446604449310431424 0 0 -1 0 0 0 0
[pid=9251] ppid=9239 vsize=289260 CPUtime=0 cores=0,2,4,6
/proc/9251/stat : 9251 (python) S 9239 9239 8584 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 651657492 296202240 5673 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471174 0 0 16781312 514 13458668841110307074 0 0 17 6 0 0 0
/proc/9251/statm: 72315 5673 348 364 0 8230 0
[pid=9253] ppid=9251 vsize=1420 CPUtime=3.33 cores=0,2,4,6
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 473 0 0 0 333 0 0 0 25 0 1 0 651657493 1454080 210 33554432000 4194304 4955518 140735403798992 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 355 210 106 186 0 168 0
[pid=9239/tid=9246] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 651647344 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
[pid=9239/tid=9252] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9252/stat : 9252 (python) S 9237 9239 8584 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 651657493 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 105.76
Current children cumulated vsize (KiB) 1896660

[startup+108.801 s]
/proc/loadavg: 2.01 2.05 2.00 3/565 9254
/proc/meminfo: memFree=11040228/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=299504 CPUtime=0.57 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 10629 935 1 0 44 13 0 0 20 0 3 0 651647265 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9239/statm: 74876 7207 1878 364 0 10791 0
[pid=9245] ppid=9239 vsize=288676 CPUtime=0.41 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 1093 0 0 0 22 19 0 0 19 0 2 0 651647344 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9245/statm: 72169 5605 410 364 0 8087 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=101.45 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) T 9245 9247 9247 0 -1 4202496 425 0 0 0 10145 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524957 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9245/tid=9250] ppid=9239 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9245/task/9250/stat : 9250 (python) S 9239 9239 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651657489 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 514 18446604449310431424 0 0 -1 0 0 0 0
[pid=9251] ppid=9239 vsize=289260 CPUtime=0.02 cores=0,2,4,6
/proc/9251/stat : 9251 (python) S 9239 9239 8584 0 -1 4202560 900 0 0 0 1 1 0 0 15 0 1 0 651657492 296202240 5696 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471174 0 0 16781312 514 13458668841110307074 0 0 17 6 0 0 0
/proc/9251/statm: 72315 5696 371 364 0 8230 0
[pid=9253] ppid=9251 vsize=1420 CPUtime=6.52 cores=0,2,4,6
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 482 0 0 0 652 0 0 0 25 0 1 0 651657493 1454080 219 33554432000 4194304 4955518 140735403798992 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 355 219 106 186 0 168 0
[pid=9239/tid=9246] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 651647344 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
[pid=9239/tid=9252] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9252/stat : 9252 (python) S 9237 9239 8584 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 651657493 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.97
Current children cumulated vsize (KiB) 1896660

[startup+109.601 s]
/proc/loadavg: 2.01 2.05 2.00 3/565 9254
/proc/meminfo: memFree=11040228/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=299504 CPUtime=0.57 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 10629 935 1 0 44 13 0 0 20 0 3 0 651647265 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9239/statm: 74876 7207 1878 364 0 10791 0
[pid=9245] ppid=9239 vsize=288676 CPUtime=0.41 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 1093 0 0 0 22 19 0 0 19 0 2 0 651647344 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9245/statm: 72169 5605 410 364 0 8087 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=101.45 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) T 9245 9247 9247 0 -1 4202496 425 0 0 0 10145 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524957 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9245/tid=9250] ppid=9239 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9245/task/9250/stat : 9250 (python) S 9239 9239 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651657489 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 514 18446604449310431424 0 0 -1 0 0 0 0
[pid=9251] ppid=9239 vsize=289260 CPUtime=0.03 cores=0,2,4,6
/proc/9251/stat : 9251 (python) S 9239 9239 8584 0 -1 4202560 901 0 0 0 2 1 0 0 15 0 1 0 651657492 296202240 5696 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471174 0 0 16781312 514 13458668841110307074 0 0 17 6 0 0 0
/proc/9251/statm: 72315 5696 371 364 0 8230 0
[pid=9253] ppid=9251 vsize=1420 CPUtime=7.32 cores=0,2,4,6
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 485 0 0 0 732 0 0 0 25 0 1 0 651657493 1454080 222 33554432000 4194304 4955518 140735403798992 18446744073709551615 4238075 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 355 222 106 186 0 168 0
[pid=9239/tid=9246] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 651647344 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
[pid=9239/tid=9252] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9252/stat : 9252 (python) S 9237 9239 8584 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 651657493 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.78
Current children cumulated vsize (KiB) 1896660

[startup+110.001 s]
/proc/loadavg: 2.01 2.05 2.00 3/565 9254
/proc/meminfo: memFree=11040228/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=299504 CPUtime=0.57 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 10629 935 1 0 44 13 0 0 20 0 3 0 651647265 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9239/statm: 74876 7207 1878 364 0 10791 0
[pid=9245] ppid=9239 vsize=288676 CPUtime=0.41 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 1093 0 0 0 22 19 0 0 19 0 2 0 651647344 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9245/statm: 72169 5605 410 364 0 8087 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=101.45 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) T 9245 9247 9247 0 -1 4202496 425 0 0 0 10145 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524957 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9245/tid=9250] ppid=9239 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9245/task/9250/stat : 9250 (python) S 9239 9239 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651657489 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 514 18446604449310431424 0 0 -1 0 0 0 0
[pid=9251] ppid=9239 vsize=289260 CPUtime=0.03 cores=0,2,4,6
/proc/9251/stat : 9251 (python) R 9239 9239 8584 0 -1 4202560 901 0 0 0 2 1 0 0 15 0 1 0 651657492 296202240 5696 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471174 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/9251/statm: 72315 5696 371 364 0 8230 0
[pid=9253] ppid=9251 vsize=1556 CPUtime=7.73 cores=0,2,4,6
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 509 0 0 0 773 0 0 0 25 0 1 0 651657493 1593344 246 33554432000 4194304 4955518 140735403798992 18446744073709551615 4224811 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 389 246 106 186 0 202 0
[pid=9239/tid=9246] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 651647344 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
[pid=9239/tid=9252] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9252/stat : 9252 (python) S 9237 9239 8584 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 651657493 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.19
Current children cumulated vsize (KiB) 1896796

[startup+110.201 s]
/proc/loadavg: 2.01 2.05 2.00 3/565 9254
/proc/meminfo: memFree=11040228/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=299504 CPUtime=0.57 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 10629 935 1 0 44 13 0 0 20 0 3 0 651647265 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9239/statm: 74876 7207 1878 364 0 10791 0
[pid=9245] ppid=9239 vsize=288676 CPUtime=0.41 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 1093 0 0 0 22 19 0 0 19 0 2 0 651647344 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9245/statm: 72169 5605 410 364 0 8087 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=101.45 cores=0,2,4,6
/proc/9247/stat : 9247 (gnovelty+2) T 9245 9247 9247 0 -1 4202496 425 0 0 0 10145 0 0 0 25 0 1 0 651647344 1042227200 161 33554432000 134512640 135663704 4288203456 18446744073709551615 134524957 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9247/statm: 254450 161 113 282 0 254166 0
[pid=9245/tid=9250] ppid=9239 vsize=288676 CPUtime=0 cores=0,2,4,6
/proc/9245/task/9250/stat : 9250 (python) S 9239 9239 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651657489 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 514 18446604449310431424 0 0 -1 0 0 0 0
[pid=9251] ppid=9239 vsize=289260 CPUtime=0.03 cores=0,2,4,6
/proc/9251/stat : 9251 (python) S 9239 9239 8584 0 -1 4202560 901 0 0 0 2 1 0 0 15 0 1 0 651657492 296202240 5696 33554432000 4194304 5683644 140735761748928 18446744073709551615 228095471174 0 0 16781312 514 5607476784460169474 0 0 17 2 0 0 0
/proc/9251/statm: 72315 5696 371 364 0 8230 0
[pid=9253] ppid=9251 vsize=1556 CPUtime=7.92 cores=0,2,4,6
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 510 0 0 0 792 0 0 0 25 0 1 0 651657493 1593344 247 33554432000 4194304 4955518 140735403798992 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 389 247 106 186 0 202 0
[pid=9239/tid=9246] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 651647344 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
[pid=9239/tid=9252] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9252/stat : 9252 (python) S 9237 9239 8584 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 651657493 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.38
Current children cumulated vsize (KiB) 1896796

[startup+110.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/565 9254
/proc/meminfo: memFree=11040228/32951124 swapFree=65980224/67111528
[pid=9239] ppid=9237 vsize=299504 CPUtime=0.57 cores=0,2,4,6
/proc/9239/stat : 9239 (python) S 9237 9239 8584 0 -1 4202496 10663 935 1 0 44 13 0 0 18 0 3 0 651647265 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107281215 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9239/statm: 74876 7207 1878 364 0 10791 0
[pid=9245] ppid=9239 vsize=288676 CPUtime=0.41 cores=0,2,4,6
/proc/9245/stat : 9245 (python) S 9239 9239 8584 0 -1 4202560 1097 0 0 0 22 19 0 0 18 0 2 0 651647344 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107281215 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9245/statm: 72169 5605 410 364 0 8087 0
[pid=9245/tid=9250] ppid=9239 vsize=288676 CPUtime=101.45 cores=0,2,4,6
/proc/9245/task/9250/stat : 9250 (python) S 9239 9239 8584 0 -1 4202560 48 425 0 0 0 0 10145 0 19 0 2 0 651657489 295604224 5605 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781824 2 18446604449310431424 0 0 -1 0 0 0 0
[pid=9251] ppid=9239 vsize=0 CPUtime=8.04 cores=0,2,4,6
/proc/9251/stat : 9251 (python) Z 9239 9239 8584 0 -1 4202588 1130 512 0 0 2 1 801 0 15 0 2 0 651657492 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9251/statm: 0 0 0 0 0 0 0
[pid=9239/tid=9246] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9246/stat : 9246 (python) S 9237 9239 8584 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 651647344 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 6 0 0 0
[pid=9239/tid=9252] ppid=9237 vsize=299504 CPUtime=0 cores=0,2,4,6
/proc/9239/task/9252/stat : 9252 (python) S 9237 9239 8584 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 651657493 306692096 7207 33554432000 4194304 5683644 140735761748928 18446744073709551615 228107274673 0 0 16781312 2 18446604440827499584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 588180

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9239 and gives
#  childrusage.ru_utime.tv_sec=110
#  childrusage.ru_utime.tv_usec=186249
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=352946
# CPU time returned by wait4() is 110.539
# while last known CPU time is 9.02
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 101.36
#  lost CPU user time (s): 101.36
#  lost CPU system time (s): 0

Real time (s): 110.323
CPU time (s): 110.38
CPU user time (s): 110.05
CPU system time (s): 0.33
CPU usage (%): 100.052
Max. virtual memory (cumulated for all children) (KiB): 1896796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.186
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19085
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= 3459
involuntary context switches= 380

runsolver used 0.608907 second user time and 1.21582 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-17 02:31:58
IDJOB=3386780
IDBENCH=82845
IDSOLVER=1872
FILE ID=node142/3386780-1305592318
RUNJOBID= node142-1305586143-8602
PBS_JOBID= 13350336
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S60874767-043.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-3386780-1305592318/watcher-3386780-1305592318 -o /tmp/evaluation-result-3386780-1305592318/solver-3386780-1305592318 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386780-1305592318.cnf -seed 1217366361 -budget 5000

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

MD5SUM BENCH= 1eb54569b93f0ee7ebd06f1e9e4582f9
RANDOM SEED=1217366361

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      11072108 kB
Buffers:        317084 kB
Cached:        4055524 kB
SwapCached:      11512 kB
Active:       17636276 kB
Inactive:      3850648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11072108 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           31848 kB
Writeback:           0 kB
AnonPages:    17111388 kB
Mapped:          37004 kB
Slab:           237952 kB
PageTables:      83824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 142360072 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= 73480 MiB
End job on node142 at 2011-05-17 02:33:48