Trace number 3377615

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 111.458 111.292

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S797651048-056.UNKNOWN.cnf
MD5SUMe887a746d13f48cfc0f8cc23df918189
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.8404
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.54	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.54	c INFO: solving HOME/instance-3377615-1305456145.cnf
0.37/0.54	c INFO: computing task features
0.37/0.54	c INFO: computed variable-clause graph statistics
0.37/0.54	c INFO: computed clause balance statistics
0.37/0.57	c INFO: computed variable balance statistics
0.37/0.59	c INFO: computed small-clause counts
0.37/0.59	c INFO: computed Horn-clause counts
0.37/0.60	c INFO: computed variable graph statistics
0.37/0.60	c INFO: collected features for HOME/instance-3377615-1305456145.cnf in 0.06 s
0.46/0.61	c INFO: running TNM@0 for 97 with 2399 remaining (b = 0.56)
99.87/99.86	c INFO: running march_hi@0 for 388 with 2300 remaining (b = 0.40)
111.32/111.27	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-3377615-1305456145/watcher-3377615-1305456145 -o /tmp/evaluation-result-3377615-1305456145/solver-3377615-1305456145 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377615-1305456145.cnf -seed 1296280443 -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: 3.40 3.87 3.66 8/352 5926
/proc/meminfo: memFree=17137364/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=11796 CPUtime=0 cores=0,2
/proc/5926/stat : 5926 (runsolver) R 5924 5926 30479 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 657214177 12079104 52 33554432000 4194304 5432360 140733233860320 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/5926/statm: 2949 52 33 303 0 2643 0

[startup+0.098131 s]
/proc/loadavg: 3.40 3.87 3.66 8/352 5926
/proc/meminfo: memFree=17137364/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=93964 CPUtime=0.05 cores=0,2
/proc/5926/stat : 5926 (python) R 5924 5926 30479 0 -1 4202496 2692 0 0 0 4 1 0 0 25 0 1 0 657214177 96219136 2407 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5926/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.101102 s]
/proc/loadavg: 3.40 3.87 3.66 8/352 5926
/proc/meminfo: memFree=17137364/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=94184 CPUtime=0.05 cores=0,2
/proc/5926/stat : 5926 (python) R 5924 5926 30479 0 -1 4202496 2767 0 0 0 4 1 0 0 25 0 1 0 657214177 96444416 2475 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473963365 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5926/statm: 23546 2475 764 364 0 1678 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94184

[startup+0.301303 s]
/proc/loadavg: 3.40 3.87 3.66 8/352 5926
/proc/meminfo: memFree=17137364/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=135752 CPUtime=0.21 cores=0,2
/proc/5926/stat : 5926 (python) D 5924 5926 30479 0 -1 4202496 5975 929 1 0 13 8 0 0 18 0 1 0 657214177 139010048 4150 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473963525 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5926/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+0.700936 s]
/proc/loadavg: 3.40 3.87 3.66 8/352 5926
/proc/meminfo: memFree=17137364/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=288696 CPUtime=0.48 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 9786 929 1 0 35 13 0 0 19 0 2 0 657214177 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 72174 7061 1875 364 0 8092 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288696

[startup+1.50086 s]
/proc/loadavg: 3.40 3.87 3.66 7/357 5975
/proc/meminfo: memFree=17090508/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=288696 CPUtime=0.48 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 9786 929 1 0 35 13 0 0 19 0 2 0 657214177 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 72174 7061 1875 364 0 8092 0
[pid=5970] ppid=5926 vsize=278452 CPUtime=0 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 657214238 285134848 5529 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987599 0 0 16781312 514 8469326142187241471 0 0 17 2 0 0 0
/proc/5970/statm: 69613 5529 347 364 0 5531 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=0.88 cores=0,2
/proc/5973/stat : 5973 (TNM) R 5970 5973 5973 0 -1 4202496 416 0 0 0 88 0 0 0 21 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527339 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5926/tid=5972] ppid=5924 vsize=288696 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 2 0 657214239 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1022040

[startup+3.10047 s]
/proc/loadavg: 3.45 3.87 3.66 7/360 5978
/proc/meminfo: memFree=17087308/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=288696 CPUtime=0.48 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 9786 929 1 0 35 13 0 0 19 0 2 0 657214177 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 72174 7061 1875 364 0 8092 0
[pid=5970] ppid=5926 vsize=278452 CPUtime=0 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 657214238 285134848 5536 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987599 0 0 16781312 514 8469326142187208963 0 0 17 2 0 0 0
/proc/5970/statm: 69613 5536 354 364 0 5531 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=2.48 cores=0,2
/proc/5973/stat : 5973 (TNM) R 5970 5973 5973 0 -1 4202496 416 0 0 0 248 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527436 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5926/tid=5972] ppid=5924 vsize=288696 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 2 0 657214239 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1022040

[startup+6.30096 s]
/proc/loadavg: 3.45 3.87 3.66 5/360 5978
/proc/meminfo: memFree=17085792/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=288696 CPUtime=0.48 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 9786 929 1 0 35 13 0 0 19 0 2 0 657214177 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 72174 7061 1875 364 0 8092 0
[pid=5970] ppid=5926 vsize=278452 CPUtime=0.01 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 978 0 0 0 1 0 0 0 18 0 1 0 657214238 285134848 5563 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987599 0 0 16781312 514 8469326142187208963 0 0 17 2 0 0 0
/proc/5970/statm: 69613 5563 381 364 0 5531 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=5.68 cores=0,2
/proc/5973/stat : 5973 (TNM) R 5970 5973 5973 0 -1 4202496 416 0 0 0 568 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134529678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5926/tid=5972] ppid=5924 vsize=288696 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 2 0 657214239 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1022040

[startup+12.7009 s]
/proc/loadavg: 3.60 3.89 3.67 5/360 5978
/proc/meminfo: memFree=17084288/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=288696 CPUtime=0.48 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 9786 929 1 0 35 13 0 0 19 0 2 0 657214177 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 72174 7061 1875 364 0 8092 0
[pid=5970] ppid=5926 vsize=278452 CPUtime=0.02 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 982 0 0 0 2 0 0 0 18 0 1 0 657214238 285134848 5564 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987599 0 0 16781312 514 11084941979702755587 0 0 17 2 0 0 0
/proc/5970/statm: 69613 5564 382 364 0 5531 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=12.08 cores=0,2
/proc/5973/stat : 5973 (TNM) R 5970 5973 5973 0 -1 4202496 416 0 0 0 1208 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527722 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5926/tid=5972] ppid=5924 vsize=288696 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 2 0 657214239 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1022040

[startup+25.5126 s]
/proc/loadavg: 3.66 3.89 3.67 6/360 6048
/proc/meminfo: memFree=17082940/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=288696 CPUtime=0.48 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 9786 929 1 0 35 13 0 0 19 0 2 0 657214177 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 72174 7061 1875 364 0 8092 0
[pid=5970] ppid=5926 vsize=278452 CPUtime=0.05 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 983 0 0 0 3 2 0 0 18 0 1 0 657214238 285134848 5564 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987599 0 0 16781312 514 11084941979702755587 0 0 17 2 0 0 0
/proc/5970/statm: 69613 5564 382 364 0 5531 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=24.89 cores=0,2
/proc/5973/stat : 5973 (TNM) R 5970 5973 5973 0 -1 4202496 416 0 0 0 2489 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134529195 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5926/tid=5972] ppid=5924 vsize=288696 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 2 0 657214239 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1022040

[startup+51.1011 s]
/proc/loadavg: 3.78 3.90 3.68 5/360 6154
/proc/meminfo: memFree=17084292/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=288696 CPUtime=0.48 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 9786 929 1 0 35 13 0 0 19 0 2 0 657214177 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 72174 7061 1875 364 0 8092 0
[pid=5970] ppid=5926 vsize=278452 CPUtime=0.11 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 995 0 0 0 6 5 0 0 18 0 1 0 657214238 285134848 5564 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987599 0 0 16781312 514 11084941979702755587 0 0 17 2 0 0 0
/proc/5970/statm: 69613 5564 382 364 0 5531 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=50.48 cores=0,2
/proc/5973/stat : 5973 (TNM) R 5970 5973 5973 0 -1 4202496 416 0 0 0 5048 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134529586 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5926/tid=5972] ppid=5924 vsize=288696 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 2 0 657214239 295624704 7061 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1022040

[startup+102.301 s]
/proc/loadavg: 3.91 3.91 3.70 6/372 6167
/proc/meminfo: memFree=17069332/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 74882 7212 1878 364 0 10797 0
[pid=5970] ppid=5926 vsize=288696 CPUtime=0.24 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 1153 0 0 0 13 11 0 0 19 0 2 0 657214238 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5970/statm: 72174 5602 415 364 0 8092 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=99.23 cores=0,2
/proc/5973/stat : 5973 (TNM) T 5970 5973 5973 0 -1 4202496 416 0 0 0 9923 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5970/tid=6160] ppid=5926 vsize=288696 CPUtime=0 cores=0,2
/proc/5970/task/6160/stat : 6160 (python) S 5926 5926 30479 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657224162 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 514 18446604450589644608 0 0 -1 0 0 0 0
[pid=6161] ppid=5926 vsize=289284 CPUtime=0 cores=0,2
/proc/6161/stat : 6161 (python) S 5926 5926 30479 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 657224164 296226816 5678 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987654 0 0 16781312 514 17027045868127092994 0 0 17 2 0 0 0
/proc/6161/statm: 72321 5678 348 364 0 8236 0
[pid=6163] ppid=6161 vsize=1944 CPUtime=2.43 cores=0,2
/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 557 0 0 0 243 0 0 0 25 0 1 0 657224164 1990656 297 33554432000 4194304 4955518 140736245175008 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 486 297 104 186 0 299 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 1334344

Solver just ended. Dumping a history of the last processes samples

[startup+102.513 s]
/proc/loadavg: 3.91 3.91 3.70 5/372 6167
/proc/meminfo: memFree=17068712/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0

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

/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 558 0 0 0 264 0 0 0 25 0 1 0 657224164 1990656 298 33554432000 4194304 4955518 140736245175008 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 486 298 104 186 0 299 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.6
Current children cumulated vsize (KiB) 1334344

[startup+105.7 s]
/proc/loadavg: 3.91 3.91 3.70 5/372 6167
/proc/meminfo: memFree=17066604/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 74882 7212 1878 364 0 10797 0
[pid=5970] ppid=5926 vsize=288696 CPUtime=0.24 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 1153 0 0 0 13 11 0 0 19 0 2 0 657214238 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5970/statm: 72174 5602 415 364 0 8092 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=99.23 cores=0,2
/proc/5973/stat : 5973 (TNM) T 5970 5973 5973 0 -1 4202496 416 0 0 0 9923 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5970/tid=6160] ppid=5926 vsize=288696 CPUtime=0 cores=0,2
/proc/5970/task/6160/stat : 6160 (python) S 5926 5926 30479 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657224162 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 514 18446604450589644608 0 0 -1 0 0 0 0
[pid=6161] ppid=5926 vsize=289284 CPUtime=0.01 cores=0,2
/proc/6161/stat : 6161 (python) S 5926 5926 30479 0 -1 4202560 893 0 0 0 0 1 0 0 15 0 1 0 657224164 296226816 5701 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987654 0 0 16781312 514 17027045868127092994 0 0 17 2 0 0 0
/proc/6161/statm: 72321 5701 371 364 0 8236 0
[pid=6163] ppid=6161 vsize=1944 CPUtime=5.83 cores=0,2
/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 572 0 0 0 583 0 0 0 25 0 1 0 657224164 1990656 312 33554432000 4194304 4955518 140736245175008 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 486 312 104 186 0 299 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 105.8
Current children cumulated vsize (KiB) 1334344

[startup+108.901 s]
/proc/loadavg: 3.92 3.92 3.70 5/372 6167
/proc/meminfo: memFree=17066228/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 74882 7212 1878 364 0 10797 0
[pid=5970] ppid=5926 vsize=288696 CPUtime=0.24 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 1153 0 0 0 13 11 0 0 19 0 2 0 657214238 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5970/statm: 72174 5602 415 364 0 8092 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=99.23 cores=0,2
/proc/5973/stat : 5973 (TNM) T 5970 5973 5973 0 -1 4202496 416 0 0 0 9923 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5970/tid=6160] ppid=5926 vsize=288696 CPUtime=0 cores=0,2
/proc/5970/task/6160/stat : 6160 (python) S 5926 5926 30479 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657224162 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 514 18446604450589644608 0 0 -1 0 0 0 0
[pid=6161] ppid=5926 vsize=289284 CPUtime=0.01 cores=0,2
/proc/6161/stat : 6161 (python) S 5926 5926 30479 0 -1 4202560 897 0 0 0 0 1 0 0 15 0 1 0 657224164 296226816 5701 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987654 0 0 16781312 514 17027045868127092994 0 0 17 2 0 0 0
/proc/6161/statm: 72321 5701 371 364 0 8236 0
[pid=6163] ppid=6161 vsize=2080 CPUtime=9.03 cores=0,2
/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 607 0 0 0 903 0 0 0 25 0 1 0 657224164 2129920 347 33554432000 4194304 4955518 140736245175008 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 520 347 104 186 0 333 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 109
Current children cumulated vsize (KiB) 1334480

[startup+110.501 s]
/proc/loadavg: 3.92 3.92 3.70 4/360 6185
/proc/meminfo: memFree=17129796/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 74882 7212 1878 364 0 10797 0
[pid=5970] ppid=5926 vsize=288696 CPUtime=0.24 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 1153 0 0 0 13 11 0 0 19 0 2 0 657214238 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5970/statm: 72174 5602 415 364 0 8092 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=99.23 cores=0,2
/proc/5973/stat : 5973 (TNM) T 5970 5973 5973 0 -1 4202496 416 0 0 0 9923 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5970/tid=6160] ppid=5926 vsize=288696 CPUtime=0 cores=0,2
/proc/5970/task/6160/stat : 6160 (python) S 5926 5926 30479 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657224162 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 514 18446604450589644608 0 0 -1 0 0 0 0
[pid=6161] ppid=5926 vsize=289284 CPUtime=0.03 cores=0,2
/proc/6161/stat : 6161 (python) S 5926 5926 30479 0 -1 4202560 907 0 0 0 1 2 0 0 15 0 1 0 657224164 296226816 5701 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987654 0 0 16781312 514 17027045868127092994 0 0 17 2 0 0 0
/proc/6161/statm: 72321 5701 371 364 0 8236 0
[pid=6163] ppid=6161 vsize=2080 CPUtime=10.63 cores=0,2
/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 615 0 0 0 1063 0 0 0 25 0 1 0 657224164 2129920 355 33554432000 4194304 4955518 140736245175008 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 520 355 104 186 0 333 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 110.62
Current children cumulated vsize (KiB) 1334480

[startup+110.901 s]
/proc/loadavg: 3.92 3.92 3.70 4/360 6185
/proc/meminfo: memFree=17129796/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 74882 7212 1878 364 0 10797 0
[pid=5970] ppid=5926 vsize=288696 CPUtime=0.24 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 1153 0 0 0 13 11 0 0 19 0 2 0 657214238 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5970/statm: 72174 5602 415 364 0 8092 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=99.23 cores=0,2
/proc/5973/stat : 5973 (TNM) T 5970 5973 5973 0 -1 4202496 416 0 0 0 9923 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5970/tid=6160] ppid=5926 vsize=288696 CPUtime=0 cores=0,2
/proc/5970/task/6160/stat : 6160 (python) S 5926 5926 30479 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657224162 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 514 18446604450589644608 0 0 -1 0 0 0 0
[pid=6161] ppid=5926 vsize=289284 CPUtime=0.03 cores=0,2
/proc/6161/stat : 6161 (python) S 5926 5926 30479 0 -1 4202560 907 0 0 0 1 2 0 0 15 0 1 0 657224164 296226816 5701 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987654 0 0 16781312 514 17027045868127092994 0 0 17 2 0 0 0
/proc/6161/statm: 72321 5701 371 364 0 8236 0
[pid=6163] ppid=6161 vsize=2148 CPUtime=11.03 cores=0,2
/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 618 0 0 0 1103 0 0 0 25 0 1 0 657224164 2199552 358 33554432000 4194304 4955518 140736245175008 18446744073709551615 4263575 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 537 358 104 186 0 350 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.02
Current children cumulated vsize (KiB) 1334548

[startup+111.101 s]
/proc/loadavg: 3.92 3.92 3.70 4/360 6185
/proc/meminfo: memFree=17129796/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 74882 7212 1878 364 0 10797 0
[pid=5970] ppid=5926 vsize=288696 CPUtime=0.24 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 1153 0 0 0 13 11 0 0 19 0 2 0 657214238 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5970/statm: 72174 5602 415 364 0 8092 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=99.23 cores=0,2
/proc/5973/stat : 5973 (TNM) T 5970 5973 5973 0 -1 4202496 416 0 0 0 9923 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5970/tid=6160] ppid=5926 vsize=288696 CPUtime=0 cores=0,2
/proc/5970/task/6160/stat : 6160 (python) S 5926 5926 30479 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657224162 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 514 18446604450589644608 0 0 -1 0 0 0 0
[pid=6161] ppid=5926 vsize=289284 CPUtime=0.03 cores=0,2
/proc/6161/stat : 6161 (python) S 5926 5926 30479 0 -1 4202560 908 0 0 0 1 2 0 0 15 0 1 0 657224164 296226816 5701 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987654 0 0 16781312 514 5606891930173538562 0 0 17 2 0 0 0
/proc/6161/statm: 72321 5701 371 364 0 8236 0
[pid=6163] ppid=6161 vsize=2148 CPUtime=11.23 cores=0,2
/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 619 0 0 0 1123 0 0 0 25 0 1 0 657224164 2199552 359 33554432000 4194304 4955518 140736245175008 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 537 359 104 186 0 350 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.22
Current children cumulated vsize (KiB) 1334548

[startup+111.2 s]
/proc/loadavg: 3.84 3.90 3.69 4/359 6185
/proc/meminfo: memFree=17130052/32950928 swapFree=67111348/67111528
[pid=5926] ppid=5924 vsize=299528 CPUtime=0.49 cores=0,2
/proc/5926/stat : 5926 (python) S 5924 5926 30479 0 -1 4202496 10623 929 1 0 36 13 0 0 20 0 3 0 657214177 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5926/statm: 74882 7212 1878 364 0 10797 0
[pid=5970] ppid=5926 vsize=288696 CPUtime=0.24 cores=0,2
/proc/5970/stat : 5970 (python) S 5926 5926 30479 0 -1 4202560 1153 0 0 0 13 11 0 0 19 0 2 0 657214238 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5970/statm: 72174 5602 415 364 0 8092 0
[pid=5973] ppid=5970 vsize=454892 CPUtime=99.23 cores=0,2
/proc/5973/stat : 5973 (TNM) T 5970 5973 5973 0 -1 4202496 416 0 0 0 9923 0 0 0 25 0 1 0 657214239 465809408 150 33554432000 134512640 135008748 4293919184 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5973/statm: 113723 150 46 122 0 112623 0
[pid=5970/tid=6160] ppid=5926 vsize=288696 CPUtime=0 cores=0,2
/proc/5970/task/6160/stat : 6160 (python) S 5926 5926 30479 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657224162 295624704 5602 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 514 18446604450589644608 0 0 -1 0 0 0 0
[pid=6161] ppid=5926 vsize=289284 CPUtime=0.03 cores=0,2
/proc/6161/stat : 6161 (python) R 5926 5926 30479 0 -1 4202560 910 0 0 0 1 2 0 0 15 0 1 0 657224164 296226816 5701 33554432000 4194304 5683644 140734220530672 18446744073709551615 274473987654 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/6161/statm: 72321 5701 371 364 0 8236 0
[pid=6163] ppid=6161 vsize=2148 CPUtime=11.33 cores=0,2
/proc/6163/stat : 6163 (march_hi) R 6161 6163 6163 0 -1 4202496 620 0 0 0 1133 0 0 0 25 0 1 0 657224164 2199552 360 33554432000 4194304 4955518 140736245175008 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6163/statm: 537 360 104 186 0 350 0
[pid=5926/tid=5972] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/5972/stat : 5972 (python) S 5924 5926 30479 0 -1 4202560 31 929 0 0 0 0 0 0 19 0 3 0 657214239 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
[pid=5926/tid=6162] ppid=5924 vsize=299528 CPUtime=0 cores=0,2
/proc/5926/task/6162/stat : 6162 (python) S 5924 5926 30479 0 -1 4202560 24 929 0 0 0 0 0 0 20 0 3 0 657224164 306716672 7212 33554432000 4194304 5683644 140734220530672 18446744073709551615 274485791153 0 0 16781312 2 18446604447534870656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.32
Current children cumulated vsize (KiB) 1334548

Child status: 0
Real time (s): 111.292
CPU time (s): 111.458
CPU user time (s): 111.172
CPU system time (s): 0.285956
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 1334548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.172
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19257
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= 8685
involuntary context switches= 375

runsolver used 0.348946 second user time and 0.813876 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 12:42:25
IDJOB=3377615
IDBENCH=82924
IDSOLVER=1857
FILE ID=node125/3377615-1305456145
RUNJOBID= node125-1305456143-5801
PBS_JOBID= 13324855
Free space on /tmp= 73140 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S797651048-056.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-3377615-1305456145/watcher-3377615-1305456145 -o /tmp/evaluation-result-3377615-1305456145/solver-3377615-1305456145 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377615-1305456145.cnf -seed 1296280443 -budget 2400

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

MD5SUM BENCH= e887a746d13f48cfc0f8cc23df918189
RANDOM SEED=1296280443

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17137520 kB
Buffers:        285788 kB
Cached:        4735124 kB
SwapCached:          0 kB
Active:       11746784 kB
Inactive:      3676672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17137520 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          127684 kB
Writeback:           0 kB
AnonPages:    10402336 kB
Mapped:          38380 kB
Slab:           283076 kB
PageTables:      42472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 67969316 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= 73108 MiB
End job on node125 at 2011-05-15 12:44:16