Trace number 3386660

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 330.844 329.644

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S367251957-028.UNKNOWN.cnf
MD5SUM6ae9d83c80bad27a7e5f57fa7d9ee7b1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark207.124
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.40/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/0.66	c INFO: solving HOME/instance-3386660-1305590011.cnf
0.40/0.66	c INFO: computing task features
0.40/0.67	c INFO: computed variable-clause graph statistics
0.40/0.67	c INFO: computed clause balance statistics
0.48/0.71	c INFO: computed variable balance statistics
0.48/0.73	c INFO: computed small-clause counts
0.48/0.73	c INFO: computed Horn-clause counts
0.48/0.73	c INFO: computed variable graph statistics
0.48/0.73	c INFO: collected features for HOME/instance-3386660-1305590011.cnf in 0.07 s
0.48/0.76	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
100.25/100.19	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.36)
330.75/329.62	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-3386660-1305590011/watcher-3386660-1305590011 -o /tmp/evaluation-result-3386660-1305590011/solver-3386660-1305590011 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386660-1305590011.cnf -seed 760987739 -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.01 2.07 2.03 2/549 21754
/proc/meminfo: memFree=27752444/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/21754/stat : 21754 (python) R 21752 21754 21157 0 -1 4202496 1049 0 0 0 0 0 0 0 17 0 1 0 670599849 16625664 921 33554432000 4194304 5683644 140735225019648 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21754/statm: 4059 921 381 364 0 546 0

[startup+0.048915 s]
/proc/loadavg: 2.01 2.07 2.03 2/549 21754
/proc/meminfo: memFree=27752444/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=20968 CPUtime=0.03 cores=0,2,4,6
/proc/21754/stat : 21754 (python) R 21752 21754 21157 0 -1 4202496 1294 0 0 0 2 1 0 0 17 0 1 0 670599849 21471232 1146 33554432000 4194304 5683644 140735225019648 18446744073709551615 251809277696 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21754/statm: 5242 1148 427 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20968

[startup+0.100956 s]
/proc/loadavg: 2.01 2.07 2.03 2/549 21754
/proc/meminfo: memFree=27752444/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/21754/stat : 21754 (python) R 21752 21754 21157 0 -1 4202496 2692 0 0 0 4 2 0 0 17 0 1 0 670599849 96215040 2407 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814238208 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21754/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.30094 s]
/proc/loadavg: 2.01 2.07 2.03 2/549 21754
/proc/meminfo: memFree=27752444/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=135748 CPUtime=0.2 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 5972 934 1 0 14 6 0 0 17 0 1 0 670599849 139005952 4149 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/21754/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.70088 s]
/proc/loadavg: 2.01 2.07 2.03 2/549 21754
/proc/meminfo: memFree=27752444/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=278292 CPUtime=0.48 cores=0,2,4,6
/proc/21754/stat : 21754 (python) R 21752 21754 21157 0 -1 4202496 9320 934 1 0 35 13 0 0 16 0 1 0 670599849 284971008 6977 33554432000 4194304 5683644 140735225019648 18446744073709551615 251813895159 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21754/statm: 69573 6977 1826 364 0 5497 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 278292

[startup+1.50075 s]
/proc/loadavg: 2.01 2.07 2.03 3/553 21762
/proc/meminfo: memFree=27726868/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=288872 CPUtime=0.54 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 9815 934 1 0 41 13 0 0 18 0 2 0 670599849 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21754/statm: 72218 7089 1875 364 0 8136 0
[pid=21760] ppid=21754 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 670599926 285315072 5564 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260239 0 0 16781312 514 308553478496583679 0 0 17 4 0 0 0
/proc/21760/statm: 69657 5564 354 364 0 5575 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=0.72 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) R 21760 21762 21762 0 -1 4202496 437 0 0 0 72 0 0 0 21 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21754/tid=21761] ppid=21752 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670599926 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 1585300

[startup+3.10035 s]
/proc/loadavg: 2.01 2.07 2.03 3/553 21763
/proc/meminfo: memFree=27726000/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=288872 CPUtime=0.54 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 9815 934 1 0 41 13 0 0 18 0 2 0 670599849 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21754/statm: 72218 7089 1875 364 0 8136 0
[pid=21760] ppid=21754 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 670599926 285315072 5564 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260239 0 0 16781312 514 308553478496551169 0 0 17 4 0 0 0
/proc/21760/statm: 69657 5564 354 364 0 5575 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=2.32 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) R 21760 21762 21762 0 -1 4202496 437 0 0 0 232 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21754/tid=21761] ppid=21752 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670599926 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 1585300

[startup+6.30094 s]
/proc/loadavg: 2.00 2.06 2.03 3/553 21763
/proc/meminfo: memFree=27725000/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=288872 CPUtime=0.54 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 9815 934 1 0 41 13 0 0 18 0 2 0 670599849 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21754/statm: 72218 7089 1875 364 0 8136 0
[pid=21760] ppid=21754 vsize=278628 CPUtime=0.02 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 670599926 285315072 5587 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260239 0 0 16781312 514 308553478496551169 0 0 17 6 0 0 0
/proc/21760/statm: 69657 5587 377 364 0 5575 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=5.52 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) R 21760 21762 21762 0 -1 4202496 437 0 0 0 552 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21754/tid=21761] ppid=21752 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670599926 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 1585300

[startup+12.7009 s]
/proc/loadavg: 2.00 2.06 2.03 3/553 21763
/proc/meminfo: memFree=27724976/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=288872 CPUtime=0.54 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 9815 934 1 0 41 13 0 0 18 0 2 0 670599849 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21754/statm: 72218 7089 1875 364 0 8136 0
[pid=21760] ppid=21754 vsize=278628 CPUtime=0.04 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 896 0 0 0 2 2 0 0 18 0 1 0 670599926 285315072 5587 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260239 0 0 16781312 514 12331559467182162177 0 0 17 6 0 0 0
/proc/21760/statm: 69657 5587 377 364 0 5575 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=11.92 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) R 21760 21762 21762 0 -1 4202496 437 0 0 0 1192 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21754/tid=21761] ppid=21752 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670599926 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 1585300

[startup+25.5007 s]
/proc/loadavg: 2.00 2.06 2.02 3/553 21763
/proc/meminfo: memFree=27725476/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=288872 CPUtime=0.54 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 9815 934 1 0 41 13 0 0 18 0 2 0 670599849 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21754/statm: 72218 7089 1875 364 0 8136 0
[pid=21760] ppid=21754 vsize=278628 CPUtime=0.08 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 900 0 0 0 4 4 0 0 18 0 1 0 670599926 285315072 5587 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260239 0 0 16781312 514 12331559467182162177 0 0 17 6 0 0 0
/proc/21760/statm: 69657 5587 377 364 0 5575 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=24.72 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) R 21760 21762 21762 0 -1 4202496 437 0 0 0 2472 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21754/tid=21761] ppid=21752 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670599926 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 1585300

[startup+51.1004 s]
/proc/loadavg: 2.00 2.05 2.02 3/553 21764
/proc/meminfo: memFree=27725084/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=288872 CPUtime=0.54 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 9815 934 1 0 41 13 0 0 18 0 2 0 670599849 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21754/statm: 72218 7089 1875 364 0 8136 0
[pid=21760] ppid=21754 vsize=278628 CPUtime=0.18 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 909 0 0 0 9 9 0 0 18 0 1 0 670599926 285315072 5587 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260239 0 0 16781312 514 12331559467182162177 0 0 17 6 0 0 0
/proc/21760/statm: 69657 5587 377 364 0 5575 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=50.32 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) R 21760 21762 21762 0 -1 4202496 437 0 0 0 5032 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21754/tid=21761] ppid=21752 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670599926 295804928 7089 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1585300

[startup+102.32 s]
/proc/loadavg: 2.00 2.04 2.02 3/561 21773
/proc/meminfo: memFree=27706536/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 1083 0 0 0 21 18 0 0 19 0 2 0 670599926 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21760/statm: 72218 5625 410 364 0 8136 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=99.38 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) T 21760 21762 21762 0 -1 4202496 437 0 0 0 9938 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21760/tid=21770] ppid=21754 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21760/task/21770/stat : 21770 (python) S 21754 21754 21157 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670609865 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 514 18446604448689566656 0 0 -1 6 0 0 0
[pid=21771] ppid=21754 vsize=289360 CPUtime=0 cores=0,2,4,6
/proc/21771/stat : 21771 (python) S 21754 21754 21157 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 670609868 296304640 5697 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260294 0 0 16781312 514 15944866941651353858 0 0 17 4 0 0 0
/proc/21771/statm: 72340 5697 348 364 0 8255 0
[pid=21773] ppid=21771 vsize=2616 CPUtime=2.11 cores=0,2,4,6
/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 699 0 0 0 211 0 0 0 25 0 1 0 670609869 2678784 435 33554432000 4194304 4955518 140735510995088 18446744073709551615 4224747 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 654 435 104 186 0 467 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 1898252

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/561 21775
/proc/meminfo: memFree=27697824/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6

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

/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 6545 0 0 0 21969 1 0 0 25 0 1 0 670609869 36237312 6281 33554432000 4194304 4955518 140735510995088 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 8847 6281 104 186 0 8660 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 321
Current children cumulated vsize (KiB) 1931024

[startup+326.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/569 21787
/proc/meminfo: memFree=27661348/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 1083 0 0 0 21 18 0 0 19 0 2 0 670599926 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21760/statm: 72218 5625 410 364 0 8136 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=99.38 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) T 21760 21762 21762 0 -1 4202496 437 0 0 0 9938 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21760/tid=21770] ppid=21754 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21760/task/21770/stat : 21770 (python) S 21754 21754 21157 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670609865 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 514 18446604448689566656 0 0 -1 6 0 0 0
[pid=21771] ppid=21754 vsize=289360 CPUtime=1.01 cores=0,2,4,6
/proc/21771/stat : 21771 (python) S 21754 21754 21157 0 -1 4202560 998 0 0 0 54 47 0 0 15 0 1 0 670609868 296304640 5720 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260294 0 0 16781312 514 15944866941651353858 0 0 17 6 0 0 0
/proc/21771/statm: 72340 5720 371 364 0 8255 0
[pid=21773] ppid=21771 vsize=35388 CPUtime=226.1 cores=0,2,4,6
/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 6680 0 0 0 22609 1 0 0 25 0 1 0 670609869 36237312 6416 33554432000 4194304 4955518 140735510995088 18446744073709551615 4314882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 8847 6416 104 186 0 8660 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 327.45
Current children cumulated vsize (KiB) 1931024

[startup+327.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/569 21787
/proc/meminfo: memFree=27661100/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 1083 0 0 0 21 18 0 0 19 0 2 0 670599926 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21760/statm: 72218 5625 410 364 0 8136 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=99.38 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) T 21760 21762 21762 0 -1 4202496 437 0 0 0 9938 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21760/tid=21770] ppid=21754 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21760/task/21770/stat : 21770 (python) S 21754 21754 21157 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670609865 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 514 18446604448689566656 0 0 -1 6 0 0 0
[pid=21771] ppid=21754 vsize=289360 CPUtime=1.01 cores=0,2,4,6
/proc/21771/stat : 21771 (python) S 21754 21754 21157 0 -1 4202560 998 0 0 0 54 47 0 0 15 0 1 0 670609868 296304640 5720 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260294 0 0 16781312 514 15944866941651353858 0 0 17 6 0 0 0
/proc/21771/statm: 72340 5720 371 364 0 8255 0
[pid=21773] ppid=21771 vsize=35388 CPUtime=227.7 cores=0,2,4,6
/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 6711 0 0 0 22769 1 0 0 25 0 1 0 670609869 36237312 6447 33554432000 4194304 4955518 140735510995088 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 8847 6447 104 186 0 8660 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 329.05
Current children cumulated vsize (KiB) 1931024

[startup+328.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/569 21787
/proc/meminfo: memFree=27661100/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 1083 0 0 0 21 18 0 0 19 0 2 0 670599926 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21760/statm: 72218 5625 410 364 0 8136 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=99.38 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) T 21760 21762 21762 0 -1 4202496 437 0 0 0 9938 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21760/tid=21770] ppid=21754 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21760/task/21770/stat : 21770 (python) S 21754 21754 21157 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670609865 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 514 18446604448689566656 0 0 -1 6 0 0 0
[pid=21771] ppid=21754 vsize=289360 CPUtime=1.01 cores=0,2,4,6
/proc/21771/stat : 21771 (python) S 21754 21754 21157 0 -1 4202560 1000 0 0 0 54 47 0 0 15 0 1 0 670609868 296304640 5720 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260294 0 0 16781312 514 15944866941651353858 0 0 17 6 0 0 0
/proc/21771/statm: 72340 5720 371 364 0 8255 0
[pid=21773] ppid=21771 vsize=35388 CPUtime=228.5 cores=0,2,4,6
/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 6726 0 0 0 22849 1 0 0 25 0 1 0 670609869 36237312 6462 33554432000 4194304 4955518 140735510995088 18446744073709551615 4284882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 8847 6462 104 186 0 8660 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 329.85
Current children cumulated vsize (KiB) 1931024

[startup+329.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/569 21787
/proc/meminfo: memFree=27661100/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 1083 0 0 0 21 18 0 0 19 0 2 0 670599926 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21760/statm: 72218 5625 410 364 0 8136 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=99.38 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) T 21760 21762 21762 0 -1 4202496 437 0 0 0 9938 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21760/tid=21770] ppid=21754 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21760/task/21770/stat : 21770 (python) S 21754 21754 21157 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670609865 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 514 18446604448689566656 0 0 -1 6 0 0 0
[pid=21771] ppid=21754 vsize=289360 CPUtime=1.01 cores=0,2,4,6
/proc/21771/stat : 21771 (python) S 21754 21754 21157 0 -1 4202560 1000 0 0 0 54 47 0 0 15 0 1 0 670609868 296304640 5720 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260294 0 0 16781312 514 15944866941651353858 0 0 17 6 0 0 0
/proc/21771/statm: 72340 5720 371 364 0 8255 0
[pid=21773] ppid=21771 vsize=35388 CPUtime=228.9 cores=0,2,4,6
/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 6734 0 0 0 22889 1 0 0 25 0 1 0 670609869 36237312 6470 33554432000 4194304 4955518 140735510995088 18446744073709551615 4295563 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 8847 6470 104 186 0 8660 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 330.25
Current children cumulated vsize (KiB) 1931024

[startup+329.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/569 21787
/proc/meminfo: memFree=27661100/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 1083 0 0 0 21 18 0 0 19 0 2 0 670599926 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21760/statm: 72218 5625 410 364 0 8136 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=99.38 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) T 21760 21762 21762 0 -1 4202496 437 0 0 0 9938 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21760/tid=21770] ppid=21754 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21760/task/21770/stat : 21770 (python) S 21754 21754 21157 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670609865 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 514 18446604448689566656 0 0 -1 6 0 0 0
[pid=21771] ppid=21754 vsize=289360 CPUtime=1.01 cores=0,2,4,6
/proc/21771/stat : 21771 (python) S 21754 21754 21157 0 -1 4202560 1002 0 0 0 54 47 0 0 15 0 1 0 670609868 296304640 5720 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260294 0 0 16781312 514 15944866941651353858 0 0 17 6 0 0 0
/proc/21771/statm: 72340 5720 371 364 0 8255 0
[pid=21773] ppid=21771 vsize=35388 CPUtime=229.3 cores=0,2,4,6
/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 6741 0 0 0 22929 1 0 0 25 0 1 0 670609869 36237312 6477 33554432000 4194304 4955518 140735510995088 18446744073709551615 4286512 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 8847 6477 104 186 0 8660 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 330.65
Current children cumulated vsize (KiB) 1931024

[startup+329.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/569 21787
/proc/meminfo: memFree=27661100/32950928 swapFree=41934280/67111528
[pid=21754] ppid=21752 vsize=299604 CPUtime=0.57 cores=0,2,4,6
/proc/21754/stat : 21754 (python) S 21752 21754 21157 0 -1 4202496 10648 934 1 0 44 13 0 0 20 0 3 0 670599849 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21754/statm: 74901 7231 1878 364 0 10816 0
[pid=21760] ppid=21754 vsize=288872 CPUtime=0.39 cores=0,2,4,6
/proc/21760/stat : 21760 (python) S 21754 21754 21157 0 -1 4202560 1083 0 0 0 21 18 0 0 19 0 2 0 670599926 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21760/statm: 72218 5625 410 364 0 8136 0
[pid=21762] ppid=21760 vsize=1017800 CPUtime=99.38 cores=0,2,4,6
/proc/21762/stat : 21762 (gnovelty+2) T 21760 21762 21762 0 -1 4202496 437 0 0 0 9938 0 0 0 25 0 1 0 670599926 1042227200 173 33554432000 134512640 135663704 4288144096 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21762/statm: 254450 173 113 282 0 254166 0
[pid=21760/tid=21770] ppid=21754 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/21760/task/21770/stat : 21770 (python) S 21754 21754 21157 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670609865 295804928 5625 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 514 18446604448689566656 0 0 -1 6 0 0 0
[pid=21771] ppid=21754 vsize=289360 CPUtime=1.01 cores=0,2,4,6
/proc/21771/stat : 21771 (python) S 21754 21754 21157 0 -1 4202560 1004 0 0 0 54 47 0 0 15 0 1 0 670609868 296304640 5720 33554432000 4194304 5683644 140735225019648 18446744073709551615 251814260294 0 0 16781312 514 5607467820863422722 0 0 17 6 0 0 0
/proc/21771/statm: 72340 5720 371 364 0 8255 0
[pid=21773] ppid=21771 vsize=35388 CPUtime=229.4 cores=0,2,4,6
/proc/21773/stat : 21773 (march_hi) R 21771 21773 21773 0 -1 4202496 6742 0 0 0 22939 1 0 0 25 0 1 0 670609869 36237312 6478 33554432000 4194304 4955518 140735510995088 18446744073709551615 4238599 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 8847 6478 104 186 0 8660 0
[pid=21754/tid=21761] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21761/stat : 21761 (python) S 21752 21754 21157 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670599926 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 4 0 0 0
[pid=21754/tid=21772] ppid=21752 vsize=299604 CPUtime=0 cores=0,2,4,6
/proc/21754/task/21772/stat : 21772 (python) S 21752 21754 21157 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670609869 306794496 7231 33554432000 4194304 5683644 140735225019648 18446744073709551615 251826063793 0 0 16781312 2 18446604451309160320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 330.75
Current children cumulated vsize (KiB) 1931024

Child status: 0
Real time (s): 329.644
CPU time (s): 330.844
CPU user time (s): 330.019
CPU system time (s): 0.824874
CPU usage (%): 100.364
Max. virtual memory (cumulated for all children) (KiB): 1931024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.019
system time used= 0.824874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25455
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= 3757
involuntary context switches= 551

runsolver used 1.79373 second user time and 3.81242 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-17 01:53:31
IDJOB=3386660
IDBENCH=82725
IDSOLVER=1872
FILE ID=node126/3386660-1305590011
RUNJOBID= node126-1305586146-21175
PBS_JOBID= 13350352
Free space on /tmp= 73096 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S367251957-028.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-3386660-1305590011/watcher-3386660-1305590011 -o /tmp/evaluation-result-3386660-1305590011/solver-3386660-1305590011 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386660-1305590011.cnf -seed 760987739 -budget 5000

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

MD5SUM BENCH= 6ae9d83c80bad27a7e5f57fa7d9ee7b1
RANDOM SEED=760987739

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27752732 kB
Buffers:        234412 kB
Cached:        2592276 kB
SwapCached:      49648 kB
Active:        2297044 kB
Inactive:      2605632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27752732 kB
SwapTotal:    67111528 kB
SwapFree:     41934280 kB
Dirty:           31828 kB
Writeback:           0 kB
AnonPages:     2039144 kB
Mapped:          28680 kB
Slab:           126932 kB
PageTables:      99544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165912300 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= 73068 MiB
End job on node126 at 2011-05-17 01:59:01