Trace number 3377587

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 324.622 324.254

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S794554332-033.UNKNOWN.cnf
MD5SUMf154a23cd5dae9f4e2340ec192300943
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark111.453
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.62/1.03	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.62/1.03	c INFO: solving HOME/instance-3377587-1305455769.cnf
0.62/1.03	c INFO: computing task features
0.62/1.03	c INFO: computed variable-clause graph statistics
0.62/1.03	c INFO: computed clause balance statistics
0.62/1.07	c INFO: computed variable balance statistics
0.62/1.09	c INFO: computed small-clause counts
0.62/1.09	c INFO: computed Horn-clause counts
0.62/1.10	c INFO: computed variable graph statistics
0.62/1.10	c INFO: collected features for HOME/instance-3377587-1305455769.cnf in 0.07 s
0.62/1.11	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.56)
100.28/100.43	c INFO: running gnovelty+2@0 for 97 with 2300 remaining (b = 0.06)
200.60/200.77	c INFO: running march_hi@0 for 2200 with 2200 remaining (b = 0.72)
324.51/324.23	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-3377587-1305455769/watcher-3377587-1305455769 -o /tmp/evaluation-result-3377587-1305455769/solver-3377587-1305455769 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377587-1305455769.cnf -seed 914945821 -budget 2400 

running on 2 cores: 0,2

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: 0.85 1.22 2.12 5/418 20367
/proc/meminfo: memFree=20459384/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=15380 CPUtime=0 cores=0,2
/proc/20367/stat : 20367 (python) R 20365 20367 18426 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 1 0 735807684 15749120 704 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988635783 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20367/statm: 3845 704 334 364 0 332 0

[startup+0.054317 s]
/proc/loadavg: 0.85 1.22 2.12 5/418 20367
/proc/meminfo: memFree=20459384/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=18880 CPUtime=0.02 cores=0,2
/proc/20367/stat : 20367 (python) D 20365 20367 18426 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 735807684 19333120 1140 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988590592 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20367/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.101253 s]
/proc/loadavg: 0.85 1.22 2.12 5/418 20367
/proc/meminfo: memFree=20459384/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=40968 CPUtime=0.06 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 1676 0 0 0 3 3 0 0 17 0 1 0 735807684 41951232 1501 33554432000 4194304 5683644 140736006156704 18446744073709551615 215983668871 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 0
/proc/20367/statm: 10242 1501 463 364 0 1025 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40968

[startup+0.303081 s]
/proc/loadavg: 0.85 1.22 2.12 5/418 20367
/proc/meminfo: memFree=20459384/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=124228 CPUtime=0.2 cores=0,2
/proc/20367/stat : 20367 (python) D 20365 20367 18426 0 -1 4202496 4262 0 1 0 9 11 0 0 17 0 1 0 735807684 127209472 3871 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988590592 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20367/statm: 31057 3871 996 364 0 2868 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 124228

[startup+0.700158 s]
/proc/loadavg: 0.85 1.22 2.12 5/418 20367
/proc/meminfo: memFree=20459384/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=135892 CPUtime=0.42 cores=0,2
/proc/20367/stat : 20367 (python) R 20365 20367 18426 0 -1 4202496 6062 933 1 0 18 24 0 0 17 0 1 0 735807684 139153408 4189 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988590592 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/20367/statm: 33973 4189 1032 364 0 3159 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 135892

[startup+1.50105 s]
/proc/loadavg: 0.85 1.22 2.12 5/430 20395
/proc/meminfo: memFree=20374900/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=288680 CPUtime=0.72 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 9775 933 1 0 40 32 0 0 19 0 2 0 735807684 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 72170 7060 1867 364 0 8088 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 288680

[startup+3.10073 s]
/proc/loadavg: 0.85 1.22 2.12 6/439 20435
/proc/meminfo: memFree=20371280/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=288680 CPUtime=0.72 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 9775 933 1 0 40 32 0 0 19 0 2 0 735807684 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 72170 7060 1867 364 0 8088 0
[pid=20402] ppid=20367 vsize=278436 CPUtime=0 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 735807796 285118464 5543 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612623 0 0 16781312 514 13620241250178269441 0 0 17 2 0 0 0
/proc/20402/statm: 69609 5543 354 364 0 5527 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=1.98 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) R 20402 20404 20404 0 -1 4202496 436 0 0 0 198 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20367/tid=20403] ppid=20365 vsize=288680 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 735807796 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1584916

[startup+6.3011 s]
/proc/loadavg: 1.10 1.27 2.13 6/442 20442
/proc/meminfo: memFree=20350632/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=288680 CPUtime=0.72 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 9775 933 1 0 40 32 0 0 19 0 2 0 735807684 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 72170 7060 1867 364 0 8088 0
[pid=20402] ppid=20367 vsize=278436 CPUtime=0.01 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 982 0 0 0 0 1 0 0 18 0 1 0 735807796 285118464 5571 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612623 0 0 16781312 514 13620241250178269441 0 0 17 2 0 0 0
/proc/20402/statm: 69609 5571 382 364 0 5527 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=5.18 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) R 20402 20404 20404 0 -1 4202496 436 0 0 0 518 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20367/tid=20403] ppid=20365 vsize=288680 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 735807796 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1584916

[startup+12.7011 s]
/proc/loadavg: 1.33 1.31 2.14 6/442 20442
/proc/meminfo: memFree=20350936/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=288680 CPUtime=0.72 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 9775 933 1 0 40 32 0 0 19 0 2 0 735807684 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 72170 7060 1867 364 0 8088 0
[pid=20402] ppid=20367 vsize=278436 CPUtime=0.02 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 985 0 0 0 1 1 0 0 18 0 1 0 735807796 285118464 5571 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612623 0 0 16781312 514 14496031669342929153 0 0 17 2 0 0 0
/proc/20402/statm: 69609 5571 382 364 0 5527 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=11.58 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) R 20402 20404 20404 0 -1 4202496 436 0 0 0 1158 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20367/tid=20403] ppid=20365 vsize=288680 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 735807796 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1584916

[startup+25.5008 s]
/proc/loadavg: 1.92 1.44 2.17 6/442 20442
/proc/meminfo: memFree=20351432/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=288680 CPUtime=0.72 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 9775 933 1 0 40 32 0 0 19 0 2 0 735807684 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 72170 7060 1867 364 0 8088 0
[pid=20402] ppid=20367 vsize=278436 CPUtime=0.06 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 991 0 0 0 3 3 0 0 18 0 1 0 735807796 285118464 5571 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612623 0 0 16781312 514 14496031669342929153 0 0 17 2 0 0 0
/proc/20402/statm: 69609 5571 382 364 0 5527 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=24.38 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) R 20402 20404 20404 0 -1 4202496 436 0 0 0 2438 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20367/tid=20403] ppid=20365 vsize=288680 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 735807796 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 1584916

[startup+51.1003 s]
/proc/loadavg: 2.63 1.65 2.22 6/442 20443
/proc/meminfo: memFree=20351440/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=288680 CPUtime=0.72 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 9775 933 1 0 40 32 0 0 19 0 2 0 735807684 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 72170 7060 1867 364 0 8088 0
[pid=20402] ppid=20367 vsize=278436 CPUtime=0.14 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 1002 0 0 0 7 7 0 0 18 0 1 0 735807796 285118464 5571 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612623 0 0 16781312 514 14496031669342929153 0 0 17 2 0 0 0
/proc/20402/statm: 69609 5571 382 364 0 5527 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=49.98 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) R 20402 20404 20404 0 -1 4202496 436 0 0 0 4998 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134546110 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20367/tid=20403] ppid=20365 vsize=288680 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 735807796 295608320 7060 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1584916

[startup+102.315 s]
/proc/loadavg: 3.40 2.01 2.31 6/454 20456
/proc/meminfo: memFree=20336524/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=299552 CPUtime=0.73 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 10636 933 1 0 41 32 0 0 19 0 3 0 735807684 306741248 7211 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20367/statm: 74888 7211 1870 364 0 10803 0
[pid=20402] ppid=20367 vsize=288680 CPUtime=0.31 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 1160 0 0 0 16 15 0 0 19 0 2 0 735807796 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20402/statm: 72170 5609 415 364 0 8088 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=99.3 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) T 20402 20404 20404 0 -1 4202496 436 0 0 0 9930 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20402/tid=20445] ppid=20367 vsize=288680 CPUtime=0 cores=0,2
/proc/20402/task/20445/stat : 20445 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735817726 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604447493968192 0 0 -1 0 0 0 0
[pid=20446] ppid=20367 vsize=289308 CPUtime=0 cores=0,2
/proc/20446/stat : 20446 (python) S 20367 20367 18426 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735817728 296251392 5685 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612678 0 0 16781312 514 11595506805425275137 0 0 17 0 0 0 0
/proc/20446/statm: 72327 5685 348 364 0 8242 0
[pid=20448] ppid=20446 vsize=1017800 CPUtime=1.87 cores=0,2
/proc/20448/stat : 20448 (gnovelty+2) R 20446 20448 20448 0 -1 4202496 434 0 0 0 187 0 0 0 25 0 1 0 735817728 1042227200 174 33554432000 134512640 135663704 4294022832 18446744073709551615 134524413 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20448/statm: 254450 174 113 282 0 254166 0
[pid=20367/tid=20403] ppid=20365 vsize=299552 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 3 0 735807796 306741248 7211 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
[pid=20367/tid=20447] ppid=20365 vsize=299552 CPUtime=0 cores=0,2
/proc/20367/task/20447/stat : 20447 (python) S 20365 20367 18426 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 735817728 306741248 7211 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 2913140

[startup+162.301 s]
/proc/loadavg: 3.18 2.20 2.35 5/445 20482
/proc/meminfo: memFree=20393640/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=299552 CPUtime=0.73 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 10636 933 1 0 41 32 0 0 19 0 3 0 735807684 306741248 7211 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20367/statm: 74888 7211 1870 364 0 10803 0
[pid=20402] ppid=20367 vsize=288680 CPUtime=0.31 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 1160 0 0 0 16 15 0 0 19 0 2 0 735807796 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20402/statm: 72170 5609 415 364 0 8088 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=99.3 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) T 20402 20404 20404 0 -1 4202496 436 0 0 0 9930 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20402/tid=20445] ppid=20367 vsize=288680 CPUtime=0 cores=0,2
/proc/20402/task/20445/stat : 20445 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735817726 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604447493968192 0 0 -1 0 0 0 0
[pid=20446] ppid=20367 vsize=289308 CPUtime=0.19 cores=0,2

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

[pid=20446] ppid=20367 vsize=289308 CPUtime=0.33 cores=0,2
/proc/20446/stat : 20446 (python) S 20367 20367 18426 0 -1 4202560 1099 0 0 0 19 14 0 0 19 0 2 0 735817728 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20446/statm: 72327 5738 400 364 0 8242 0
[pid=20448] ppid=20446 vsize=1017800 CPUtime=99.98 cores=0,2
/proc/20448/stat : 20448 (gnovelty+2) T 20446 20448 20448 0 -1 4202496 434 0 0 0 9998 0 0 0 25 0 1 0 735817728 1042227200 174 33554432000 134512640 135663704 4294022832 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20448/statm: 254450 174 113 282 0 254166 0
[pid=20446/tid=20485] ppid=20367 vsize=289308 CPUtime=0 cores=0,2
/proc/20446/task/20485/stat : 20485 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735827760 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604451317515264 0 0 -1 2 0 0 0
[pid=20486] ppid=20367 vsize=299216 CPUtime=0.42 cores=0,2
/proc/20486/stat : 20486 (python) S 20367 20367 18426 0 -1 4202560 980 0 0 0 24 18 0 0 15 0 1 0 735827761 306397184 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612678 0 0 16781312 514 10888300926439751938 0 0 17 2 0 0 0
/proc/20486/statm: 74804 5609 372 364 0 10716 0
[pid=20488] ppid=20486 vsize=3960 CPUtime=120.72 cores=0,2
/proc/20488/stat : 20488 (march_hi) R 20486 20488 20488 0 -1 4202496 952 0 0 0 12072 0 0 0 25 0 1 0 735827762 4055040 689 33554432000 4194304 4955518 140734323153104 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20488/statm: 990 689 104 186 0 803 0
[pid=20367/tid=20403] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 4 0 735807796 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
[pid=20367/tid=20447] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20447/stat : 20447 (python) S 20365 20367 18426 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 735817728 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20367/tid=20487] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20487/stat : 20487 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 4 0 735827762 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 321.81
Current children cumulated vsize (KiB) 3291760

[startup+323.101 s]
/proc/loadavg: 2.14 2.20 2.33 3/440 20517
/proc/meminfo: memFree=20431600/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=374996 CPUtime=0.75 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 11481 933 1 0 43 32 0 0 19 0 4 0 735807684 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20367/statm: 93749 7114 1872 364 0 29661 0
[pid=20402] ppid=20367 vsize=288680 CPUtime=0.31 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 1160 0 0 0 16 15 0 0 19 0 2 0 735807796 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20402/statm: 72170 5609 415 364 0 8088 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=99.3 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) T 20402 20404 20404 0 -1 4202496 436 0 0 0 9930 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20402/tid=20445] ppid=20367 vsize=288680 CPUtime=0 cores=0,2
/proc/20402/task/20445/stat : 20445 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735817726 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604447493968192 0 0 -1 0 0 0 0
[pid=20446] ppid=20367 vsize=289308 CPUtime=0.33 cores=0,2
/proc/20446/stat : 20446 (python) S 20367 20367 18426 0 -1 4202560 1099 0 0 0 19 14 0 0 19 0 2 0 735817728 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20446/statm: 72327 5738 400 364 0 8242 0
[pid=20448] ppid=20446 vsize=1017800 CPUtime=99.98 cores=0,2
/proc/20448/stat : 20448 (gnovelty+2) T 20446 20448 20448 0 -1 4202496 434 0 0 0 9998 0 0 0 25 0 1 0 735817728 1042227200 174 33554432000 134512640 135663704 4294022832 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20448/statm: 254450 174 113 282 0 254166 0
[pid=20446/tid=20485] ppid=20367 vsize=289308 CPUtime=0 cores=0,2
/proc/20446/task/20485/stat : 20485 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735827760 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604451317515264 0 0 -1 2 0 0 0
[pid=20486] ppid=20367 vsize=299216 CPUtime=0.42 cores=0,2
/proc/20486/stat : 20486 (python) S 20367 20367 18426 0 -1 4202560 982 0 0 0 24 18 0 0 15 0 1 0 735827761 306397184 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612678 0 0 16781312 514 10888300926439751938 0 0 17 2 0 0 0
/proc/20486/statm: 74804 5609 372 364 0 10716 0
[pid=20488] ppid=20486 vsize=3960 CPUtime=122.32 cores=0,2
/proc/20488/stat : 20488 (march_hi) R 20486 20488 20488 0 -1 4202496 966 0 0 0 12232 0 0 0 25 0 1 0 735827762 4055040 703 33554432000 4194304 4955518 140734323153104 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20488/statm: 990 703 104 186 0 803 0
[pid=20367/tid=20403] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 4 0 735807796 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
[pid=20367/tid=20447] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20447/stat : 20447 (python) S 20365 20367 18426 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 735817728 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20367/tid=20487] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20487/stat : 20487 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 4 0 735827762 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 323.41
Current children cumulated vsize (KiB) 3291760

[startup+323.901 s]
/proc/loadavg: 2.14 2.20 2.33 3/440 20517
/proc/meminfo: memFree=20431472/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=374996 CPUtime=0.75 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 11481 933 1 0 43 32 0 0 19 0 4 0 735807684 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20367/statm: 93749 7114 1872 364 0 29661 0
[pid=20402] ppid=20367 vsize=288680 CPUtime=0.31 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 1160 0 0 0 16 15 0 0 19 0 2 0 735807796 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20402/statm: 72170 5609 415 364 0 8088 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=99.3 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) T 20402 20404 20404 0 -1 4202496 436 0 0 0 9930 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20402/tid=20445] ppid=20367 vsize=288680 CPUtime=0 cores=0,2
/proc/20402/task/20445/stat : 20445 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735817726 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604447493968192 0 0 -1 0 0 0 0
[pid=20446] ppid=20367 vsize=289308 CPUtime=0.33 cores=0,2
/proc/20446/stat : 20446 (python) S 20367 20367 18426 0 -1 4202560 1099 0 0 0 19 14 0 0 19 0 2 0 735817728 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20446/statm: 72327 5738 400 364 0 8242 0
[pid=20448] ppid=20446 vsize=1017800 CPUtime=99.98 cores=0,2
/proc/20448/stat : 20448 (gnovelty+2) T 20446 20448 20448 0 -1 4202496 434 0 0 0 9998 0 0 0 25 0 1 0 735817728 1042227200 174 33554432000 134512640 135663704 4294022832 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20448/statm: 254450 174 113 282 0 254166 0
[pid=20446/tid=20485] ppid=20367 vsize=289308 CPUtime=0 cores=0,2
/proc/20446/task/20485/stat : 20485 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735827760 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604451317515264 0 0 -1 2 0 0 0
[pid=20486] ppid=20367 vsize=299216 CPUtime=0.42 cores=0,2
/proc/20486/stat : 20486 (python) S 20367 20367 18426 0 -1 4202560 984 0 0 0 24 18 0 0 15 0 1 0 735827761 306397184 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612678 0 0 16781312 514 10888300926439751938 0 0 17 2 0 0 0
/proc/20486/statm: 74804 5609 372 364 0 10716 0
[pid=20488] ppid=20486 vsize=3960 CPUtime=123.12 cores=0,2
/proc/20488/stat : 20488 (march_hi) R 20486 20488 20488 0 -1 4202496 972 0 0 0 12312 0 0 0 25 0 1 0 735827762 4055040 709 33554432000 4194304 4955518 140734323153104 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20488/statm: 990 709 104 186 0 803 0
[pid=20367/tid=20403] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 4 0 735807796 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
[pid=20367/tid=20447] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20447/stat : 20447 (python) S 20365 20367 18426 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 735817728 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20367/tid=20487] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20487/stat : 20487 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 4 0 735827762 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 324.21
Current children cumulated vsize (KiB) 3291760

[startup+324.1 s]
/proc/loadavg: 2.14 2.20 2.33 3/440 20517
/proc/meminfo: memFree=20431472/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=374996 CPUtime=0.75 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 11481 933 1 0 43 32 0 0 19 0 4 0 735807684 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20367/statm: 93749 7114 1872 364 0 29661 0
[pid=20402] ppid=20367 vsize=288680 CPUtime=0.31 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 1160 0 0 0 16 15 0 0 19 0 2 0 735807796 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20402/statm: 72170 5609 415 364 0 8088 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=99.3 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) T 20402 20404 20404 0 -1 4202496 436 0 0 0 9930 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20402/tid=20445] ppid=20367 vsize=288680 CPUtime=0 cores=0,2
/proc/20402/task/20445/stat : 20445 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735817726 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604447493968192 0 0 -1 0 0 0 0
[pid=20446] ppid=20367 vsize=289308 CPUtime=0.33 cores=0,2
/proc/20446/stat : 20446 (python) S 20367 20367 18426 0 -1 4202560 1099 0 0 0 19 14 0 0 19 0 2 0 735817728 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20446/statm: 72327 5738 400 364 0 8242 0
[pid=20448] ppid=20446 vsize=1017800 CPUtime=99.98 cores=0,2
/proc/20448/stat : 20448 (gnovelty+2) T 20446 20448 20448 0 -1 4202496 434 0 0 0 9998 0 0 0 25 0 1 0 735817728 1042227200 174 33554432000 134512640 135663704 4294022832 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20448/statm: 254450 174 113 282 0 254166 0
[pid=20446/tid=20485] ppid=20367 vsize=289308 CPUtime=0 cores=0,2
/proc/20446/task/20485/stat : 20485 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735827760 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604451317515264 0 0 -1 2 0 0 0
[pid=20486] ppid=20367 vsize=299216 CPUtime=0.42 cores=0,2
/proc/20486/stat : 20486 (python) S 20367 20367 18426 0 -1 4202560 984 0 0 0 24 18 0 0 15 0 1 0 735827761 306397184 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612678 0 0 16781312 514 10888300926439751938 0 0 17 2 0 0 0
/proc/20486/statm: 74804 5609 372 364 0 10716 0
[pid=20488] ppid=20486 vsize=3960 CPUtime=123.32 cores=0,2
/proc/20488/stat : 20488 (march_hi) R 20486 20488 20488 0 -1 4202496 975 0 0 0 12332 0 0 0 25 0 1 0 735827762 4055040 712 33554432000 4194304 4955518 140734323153104 18446744073709551615 4209794 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20488/statm: 990 712 104 186 0 803 0
[pid=20367/tid=20403] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 4 0 735807796 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
[pid=20367/tid=20447] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20447/stat : 20447 (python) S 20365 20367 18426 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 735817728 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20367/tid=20487] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20487/stat : 20487 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 4 0 735827762 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 324.41
Current children cumulated vsize (KiB) 3291760

[startup+324.2 s]
/proc/loadavg: 2.14 2.20 2.33 3/440 20517
/proc/meminfo: memFree=20431472/32950940 swapFree=67111356/67111528
[pid=20367] ppid=20365 vsize=374996 CPUtime=0.75 cores=0,2
/proc/20367/stat : 20367 (python) S 20365 20367 18426 0 -1 4202496 11481 933 1 0 43 32 0 0 19 0 4 0 735807684 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20367/statm: 93749 7114 1872 364 0 29661 0
[pid=20402] ppid=20367 vsize=288680 CPUtime=0.31 cores=0,2
/proc/20402/stat : 20402 (python) S 20367 20367 18426 0 -1 4202560 1160 0 0 0 16 15 0 0 19 0 2 0 735807796 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20402/statm: 72170 5609 415 364 0 8088 0
[pid=20404] ppid=20402 vsize=1017800 CPUtime=99.3 cores=0,2
/proc/20404/stat : 20404 (gnovelty+2) T 20402 20404 20404 0 -1 4202496 436 0 0 0 9930 0 0 0 25 0 1 0 735807796 1042227200 174 33554432000 134512640 135663704 4288750992 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20404/statm: 254450 174 113 282 0 254166 0
[pid=20402/tid=20445] ppid=20367 vsize=288680 CPUtime=0 cores=0,2
/proc/20402/task/20445/stat : 20445 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735817726 295608320 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604447493968192 0 0 -1 0 0 0 0
[pid=20446] ppid=20367 vsize=289308 CPUtime=0.33 cores=0,2
/proc/20446/stat : 20446 (python) S 20367 20367 18426 0 -1 4202560 1099 0 0 0 19 14 0 0 19 0 2 0 735817728 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20446/statm: 72327 5738 400 364 0 8242 0
[pid=20448] ppid=20446 vsize=1017800 CPUtime=99.98 cores=0,2
/proc/20448/stat : 20448 (gnovelty+2) T 20446 20448 20448 0 -1 4202496 434 0 0 0 9998 0 0 0 25 0 1 0 735817728 1042227200 174 33554432000 134512640 135663704 4294022832 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20448/statm: 254450 174 113 282 0 254166 0
[pid=20446/tid=20485] ppid=20367 vsize=289308 CPUtime=0 cores=0,2
/proc/20446/task/20485/stat : 20485 (python) S 20367 20367 18426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735827760 296251392 5738 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 514 18446604451317515264 0 0 -1 2 0 0 0
[pid=20486] ppid=20367 vsize=299216 CPUtime=0.42 cores=0,2
/proc/20486/stat : 20486 (python) S 20367 20367 18426 0 -1 4202560 986 0 0 0 24 18 0 0 15 0 1 0 735827761 306397184 5609 33554432000 4194304 5683644 140736006156704 18446744073709551615 215988612678 0 0 16781312 514 10888300926439751938 0 0 17 2 0 0 0
/proc/20486/statm: 74804 5609 372 364 0 10716 0
[pid=20488] ppid=20486 vsize=3960 CPUtime=123.42 cores=0,2
/proc/20488/stat : 20488 (march_hi) R 20486 20488 20488 0 -1 4202496 976 0 0 0 12342 0 0 0 25 0 1 0 735827762 4055040 713 33554432000 4194304 4955518 140734323153104 18446744073709551615 4282766 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20488/statm: 990 713 104 186 0 803 0
[pid=20367/tid=20403] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20403/stat : 20403 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 4 0 735807796 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
[pid=20367/tid=20447] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20447/stat : 20447 (python) S 20365 20367 18426 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 4 0 735817728 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20367/tid=20487] ppid=20365 vsize=374996 CPUtime=0 cores=0,2
/proc/20367/task/20487/stat : 20487 (python) S 20365 20367 18426 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 4 0 735827762 383995904 7114 33554432000 4194304 5683644 140736006156704 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 324.51
Current children cumulated vsize (KiB) 3291760

Child status: 0
Real time (s): 324.254
CPU time (s): 324.622
CPU user time (s): 323.792
CPU system time (s): 0.829873
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 3291760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.792
system time used= 0.829873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22149
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= 35867
involuntary context switches= 918

runsolver used 1.37879 second user time and 2.77758 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 12:36:09
IDJOB=3377587
IDBENCH=82896
IDSOLVER=1857
FILE ID=node117/3377587-1305455769
RUNJOBID= node117-1305455769-20336
PBS_JOBID= 13324847
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S794554332-033.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-3377587-1305455769/watcher-3377587-1305455769 -o /tmp/evaluation-result-3377587-1305455769/solver-3377587-1305455769 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377587-1305455769.cnf -seed 914945821 -budget 2400

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

MD5SUM BENCH= f154a23cd5dae9f4e2340ec192300943
RANDOM SEED=914945821

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20459804 kB
Buffers:        320900 kB
Cached:        3429868 kB
SwapCached:          0 kB
Active:       10120788 kB
Inactive:      2011032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20459804 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          127432 kB
Writeback:           0 kB
AnonPages:     8381336 kB
Mapped:          32248 kB
Slab:           246700 kB
PageTables:      47064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100958992 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= 73448 MiB
End job on node117 at 2011-05-15 12:41:33