Trace number 3484193

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, 1200 s timeout)UNSAT 123.325 123.422

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S785747282-100.UNKNOWN.cnf
MD5SUMb444591b86255859f3a5d3b876e65166
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.4203
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.49	c INFO: solving HOME/instance-3484193-1307748253.cnf
0.28/0.49	c INFO: computing task features
0.28/0.49	c INFO: computed variable-clause graph statistics
0.28/0.49	c INFO: computed clause balance statistics
0.37/0.53	c INFO: computed variable balance statistics
0.37/0.55	c INFO: computed small-clause counts
0.37/0.55	c INFO: computed Horn-clause counts
0.37/0.55	c INFO: computed variable graph statistics
0.37/0.55	c INFO: collected features for HOME/instance-3484193-1307748253.cnf in 0.07 s
0.37/0.56	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
100.58/100.70	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.39)
123.15/123.40	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.1 (svn: 988)

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-3484193-1307748253/watcher-3484193-1307748253 -o /tmp/evaluation-result-3484193-1307748253/solver-3484193-1307748253 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484193-1307748253.cnf -seed 1499438876 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.95 3.93 2.93 4/198 16334
/proc/meminfo: memFree=31432348/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=15388 CPUtime=0 cores=1,3
/proc/16334/stat : 16334 (python) R 16332 16334 15638 0 -1 4202496 814 0 0 0 0 0 0 0 25 0 1 0 886424034 15757312 698 33554432000 4194304 5683644 140734926605200 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16334/statm: 3847 698 334 364 0 334 0

[startup+0.0918451 s]
/proc/loadavg: 3.95 3.93 2.93 4/198 16334
/proc/meminfo: memFree=31432348/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=99376 CPUtime=0.06 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 2868 0 0 0 5 1 0 0 17 0 1 0 886424034 101761024 2564 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/16334/statm: 24844 2564 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.101035 s]
/proc/loadavg: 3.95 3.93 2.93 4/198 16334
/proc/meminfo: memFree=31432348/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=104228 CPUtime=0.07 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 3072 0 0 0 5 2 0 0 17 0 1 0 886424034 106729472 2751 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/16334/statm: 26154 2778 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.301012 s]
/proc/loadavg: 3.95 3.93 2.93 4/198 16334
/proc/meminfo: memFree=31432348/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=135900 CPUtime=0.21 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 6064 930 1 0 15 6 0 0 19 0 1 0 886424034 139161600 4190 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 2
/proc/16334/statm: 33975 4190 1032 364 0 3161 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135900

[startup+0.700934 s]
/proc/loadavg: 3.95 3.93 2.93 4/198 16334
/proc/meminfo: memFree=31432348/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=288672 CPUtime=0.44 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 9770 930 1 0 35 9 0 0 21 0 2 0 886424034 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 72168 7047 1867 364 0 8086 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 288672

[startup+1.5008 s]
/proc/loadavg: 3.95 3.93 2.93 5/202 16342
/proc/meminfo: memFree=31408300/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=288672 CPUtime=0.44 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 9770 930 1 0 35 9 0 0 21 0 2 0 886424034 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 72168 7047 1867 364 0 8086 0
[pid=16340] ppid=16334 vsize=278428 CPUtime=0 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 734 0 0 0 0 0 0 0 20 0 1 0 886424091 285110272 5530 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260239 0 0 16781312 514 4579371101104111615 0 0 17 1 0 0 0
/proc/16340/statm: 69607 5530 354 364 0 5525 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=0.92 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) R 16340 16342 16342 0 -1 4202496 429 0 0 0 92 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134546138 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16334/tid=16341] ppid=16332 vsize=288672 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 2 0 886424091 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1584900

[startup+3.10053 s]
/proc/loadavg: 3.95 3.93 2.93 5/202 16342
/proc/meminfo: memFree=31407928/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=288672 CPUtime=0.44 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 9770 930 1 0 35 9 0 0 21 0 2 0 886424034 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 72168 7047 1867 364 0 8086 0
[pid=16340] ppid=16334 vsize=278428 CPUtime=0 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886424091 285110272 5530 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260239 0 0 16781312 514 4579371101104079112 0 0 17 1 0 0 0
/proc/16340/statm: 69607 5530 354 364 0 5525 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=2.52 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) R 16340 16342 16342 0 -1 4202496 429 0 0 0 252 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16334/tid=16341] ppid=16332 vsize=288672 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 2 0 886424091 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1584900

[startup+6.30099 s]
/proc/loadavg: 3.96 3.93 2.94 5/202 16342
/proc/meminfo: memFree=31408308/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=288672 CPUtime=0.44 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 9770 930 1 0 35 9 0 0 21 0 2 0 886424034 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 72168 7047 1867 364 0 8086 0
[pid=16340] ppid=16334 vsize=278428 CPUtime=0 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 875 0 0 0 0 0 0 0 18 0 1 0 886424091 285110272 5552 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260239 0 0 16781312 514 4579371101104079112 0 0 17 1 0 0 0
/proc/16340/statm: 69607 5552 376 364 0 5525 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=5.72 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) R 16340 16342 16342 0 -1 4202496 429 0 0 0 572 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16334/tid=16341] ppid=16332 vsize=288672 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 2 0 886424091 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1584900

[startup+12.7009 s]
/proc/loadavg: 3.96 3.93 2.94 5/202 16343
/proc/meminfo: memFree=31408176/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=288672 CPUtime=0.44 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 9770 930 1 0 35 9 0 0 21 0 2 0 886424034 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 72168 7047 1867 364 0 8086 0
[pid=16340] ppid=16334 vsize=278428 CPUtime=0.01 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 878 0 0 0 1 0 0 0 18 0 1 0 886424091 285110272 5552 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260239 0 0 16781312 514 5235311421515858184 0 0 17 1 0 0 0
/proc/16340/statm: 69607 5552 376 364 0 5525 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=12.11 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) R 16340 16342 16342 0 -1 4202496 429 0 0 0 1211 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16334/tid=16341] ppid=16332 vsize=288672 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 2 0 886424091 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1584900

[startup+25.5008 s]
/proc/loadavg: 3.97 3.93 2.96 5/202 16343
/proc/meminfo: memFree=31408080/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=288672 CPUtime=0.44 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 9770 930 1 0 35 9 0 0 21 0 2 0 886424034 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 72168 7047 1867 364 0 8086 0
[pid=16340] ppid=16334 vsize=278428 CPUtime=0.02 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 883 0 0 0 2 0 0 0 18 0 1 0 886424091 285110272 5552 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260239 0 0 16781312 514 5235311421515858184 0 0 17 1 0 0 0
/proc/16340/statm: 69607 5552 376 364 0 5525 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=24.9 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) R 16340 16342 16342 0 -1 4202496 429 0 0 0 2490 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134524591 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16334/tid=16341] ppid=16332 vsize=288672 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 2 0 886424091 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1584900

[startup+51.1004 s]
/proc/loadavg: 3.98 3.94 2.99 5/202 16343
/proc/meminfo: memFree=31407864/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=288672 CPUtime=0.44 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 9770 930 1 0 35 9 0 0 21 0 2 0 886424034 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 72168 7047 1867 364 0 8086 0
[pid=16340] ppid=16334 vsize=278428 CPUtime=0.05 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 896 0 0 0 4 1 0 0 18 0 1 0 886424091 285110272 5553 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260239 0 0 16781312 514 5235311421515858184 0 0 17 1 0 0 0
/proc/16340/statm: 69607 5553 377 364 0 5525 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=50.47 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) R 16340 16342 16342 0 -1 4202496 429 0 0 0 5047 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16334/tid=16341] ppid=16332 vsize=288672 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 2 0 886424091 295600128 7047 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1584900

[startup+102.308 s]
/proc/loadavg: 3.99 3.94 3.04 5/218 16361
/proc/meminfo: memFree=31323284/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299536 CPUtime=0.45 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 10592 930 1 0 36 9 0 0 20 0 3 0 886424034 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 74884 7206 1870 364 0 10799 0
[pid=16340] ppid=16334 vsize=288672 CPUtime=0.13 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 1150 0 0 0 8 5 0 0 19 0 2 0 886424091 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16340/statm: 72168 5597 416 364 0 8086 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=100 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) T 16340 16342 16342 0 -1 4202496 429 0 0 0 10000 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16340/tid=16358] ppid=16334 vsize=288672 CPUtime=0 cores=1,3
/proc/16340/task/16358/stat : 16358 (python) S 16334 16334 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886434104 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 3 0 0 0
[pid=16359] ppid=16334 vsize=289292 CPUtime=0 cores=1,3
/proc/16359/stat : 16359 (python) S 16334 16334 15638 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 886434105 296235008 5680 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260294 0 0 16781312 514 4589010794422730751 0 0 17 1 0 0 0
/proc/16359/statm: 72323 5680 348 364 0 8238 0
[pid=16361] ppid=16359 vsize=1928 CPUtime=1.59 cores=1,3
/proc/16361/stat : 16361 (march_hi) R 16359 16361 16361 0 -1 4202496 579 0 0 0 159 0 0 0 25 0 1 0 886434105 1974272 315 33554432000 4194304 4955518 140733987003904 18446744073709551615 4238469 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16361/statm: 482 315 104 186 0 295 0
[pid=16334/tid=16341] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 3 0 886424091 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=16334/tid=16360] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16360/stat : 16360 (python) S 16332 16334 15638 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886434105 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 1897228

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

[startup+115.101 s]
/proc/loadavg: 3.99 3.95 3.05 5/218 16361
/proc/meminfo: memFree=31322036/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299536 CPUtime=0.45 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 10592 930 1 0 36 9 0 0 20 0 3 0 886424034 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 74884 7206 1870 364 0 10799 0
[pid=16340] ppid=16334 vsize=288672 CPUtime=0.13 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 1150 0 0 0 8 5 0 0 19 0 2 0 886424091 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16340/statm: 72168 5597 416 364 0 8086 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=100 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) T 16340 16342 16342 0 -1 4202496 429 0 0 0 10000 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16340/tid=16358] ppid=16334 vsize=288672 CPUtime=0 cores=1,3
/proc/16340/task/16358/stat : 16358 (python) S 16334 16334 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886434104 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 3 0 0 0
[pid=16359] ppid=16334 vsize=289292 CPUtime=0.03 cores=1,3
/proc/16359/stat : 16359 (python) S 16334 16334 15638 0 -1 4202560 904 0 0 0 2 1 0 0 15 0 1 0 886434105 296235008 5703 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260294 0 0 16781312 514 5633814022135447814 0 0 17 1 0 0 0
/proc/16359/statm: 72323 5703 371 364 0 8238 0
[pid=16361] ppid=16359 vsize=2388 CPUtime=14.33 cores=1,3
/proc/16361/stat : 16361 (march_hi) R 16359 16361 16361 0 -1 4202496 670 0 0 0 1433 0 0 0 25 0 1 0 886434105 2445312 406 33554432000 4194304 4955518 140733987003904 18446744073709551615 4289835 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16361/statm: 597 406 104 186 0 410 0
[pid=16334/tid=16341] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 3 0 886424091 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=16334/tid=16360] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16360/stat : 16360 (python) S 16332 16334 15638 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886434105 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 114.94
Current children cumulated vsize (KiB) 1897688

[startup+118.301 s]
/proc/loadavg: 3.99 3.95 3.05 5/218 16361
/proc/meminfo: memFree=31300328/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299536 CPUtime=0.45 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 10592 930 1 0 36 9 0 0 20 0 3 0 886424034 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 74884 7206 1870 364 0 10799 0
[pid=16340] ppid=16334 vsize=288672 CPUtime=0.13 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 1150 0 0 0 8 5 0 0 19 0 2 0 886424091 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16340/statm: 72168 5597 416 364 0 8086 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=100 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) T 16340 16342 16342 0 -1 4202496 429 0 0 0 10000 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16340/tid=16358] ppid=16334 vsize=288672 CPUtime=0 cores=1,3
/proc/16340/task/16358/stat : 16358 (python) S 16334 16334 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886434104 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 3 0 0 0
[pid=16359] ppid=16334 vsize=289292 CPUtime=0.05 cores=1,3
/proc/16359/stat : 16359 (python) S 16334 16334 15638 0 -1 4202560 906 0 0 0 3 2 0 0 15 0 1 0 886434105 296235008 5703 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260294 0 0 16781312 514 5633814022135447814 0 0 17 1 0 0 0
/proc/16359/statm: 72323 5703 371 364 0 8238 0
[pid=16361] ppid=16359 vsize=2540 CPUtime=17.53 cores=1,3
/proc/16361/stat : 16361 (march_hi) R 16359 16361 16361 0 -1 4202496 692 0 0 0 1753 0 0 0 25 0 1 0 886434105 2600960 428 33554432000 4194304 4955518 140733987003904 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16361/statm: 635 428 104 186 0 448 0
[pid=16334/tid=16341] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 3 0 886424091 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=16334/tid=16360] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16360/stat : 16360 (python) S 16332 16334 15638 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886434105 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 118.16
Current children cumulated vsize (KiB) 1897840

[startup+121.501 s]
/proc/loadavg: 3.99 3.95 3.06 5/218 16361
/proc/meminfo: memFree=31308512/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299536 CPUtime=0.45 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 10592 930 1 0 36 9 0 0 20 0 3 0 886424034 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 74884 7206 1870 364 0 10799 0
[pid=16340] ppid=16334 vsize=288672 CPUtime=0.13 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 1150 0 0 0 8 5 0 0 19 0 2 0 886424091 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16340/statm: 72168 5597 416 364 0 8086 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=100 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) T 16340 16342 16342 0 -1 4202496 429 0 0 0 10000 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16340/tid=16358] ppid=16334 vsize=288672 CPUtime=0 cores=1,3
/proc/16340/task/16358/stat : 16358 (python) S 16334 16334 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886434104 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 3 0 0 0
[pid=16359] ppid=16334 vsize=289292 CPUtime=0.06 cores=1,3
/proc/16359/stat : 16359 (python) S 16334 16334 15638 0 -1 4202560 910 0 0 0 4 2 0 0 15 0 1 0 886434105 296235008 5703 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260294 0 0 16781312 514 5633814022135447814 0 0 17 1 0 0 0
/proc/16359/statm: 72323 5703 371 364 0 8238 0
[pid=16361] ppid=16359 vsize=2540 CPUtime=20.72 cores=1,3
/proc/16361/stat : 16361 (march_hi) R 16359 16361 16361 0 -1 4202496 718 0 0 0 2072 0 0 0 25 0 1 0 886434105 2600960 454 33554432000 4194304 4955518 140733987003904 18446744073709551615 4227728 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16361/statm: 635 454 104 186 0 448 0
[pid=16334/tid=16341] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 3 0 886424091 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=16334/tid=16360] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16360/stat : 16360 (python) S 16332 16334 15638 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886434105 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 121.36
Current children cumulated vsize (KiB) 1897840

[startup+122.301 s]
/proc/loadavg: 3.99 3.95 3.06 5/218 16361
/proc/meminfo: memFree=31308388/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299536 CPUtime=0.45 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 10592 930 1 0 36 9 0 0 20 0 3 0 886424034 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 74884 7206 1870 364 0 10799 0
[pid=16340] ppid=16334 vsize=288672 CPUtime=0.13 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 1150 0 0 0 8 5 0 0 19 0 2 0 886424091 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16340/statm: 72168 5597 416 364 0 8086 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=100 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) T 16340 16342 16342 0 -1 4202496 429 0 0 0 10000 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16340/tid=16358] ppid=16334 vsize=288672 CPUtime=0 cores=1,3
/proc/16340/task/16358/stat : 16358 (python) S 16334 16334 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886434104 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 3 0 0 0
[pid=16359] ppid=16334 vsize=289292 CPUtime=0.06 cores=1,3
/proc/16359/stat : 16359 (python) S 16334 16334 15638 0 -1 4202560 910 0 0 0 4 2 0 0 15 0 1 0 886434105 296235008 5703 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260294 0 0 16781312 514 5633814022135447814 0 0 17 1 0 0 0
/proc/16359/statm: 72323 5703 371 364 0 8238 0
[pid=16361] ppid=16359 vsize=2540 CPUtime=21.52 cores=1,3
/proc/16361/stat : 16361 (march_hi) R 16359 16361 16361 0 -1 4202496 726 0 0 0 2152 0 0 0 25 0 1 0 886434105 2600960 462 33554432000 4194304 4955518 140733987003904 18446744073709551615 4286523 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16361/statm: 635 462 104 186 0 448 0
[pid=16334/tid=16341] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 3 0 886424091 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=16334/tid=16360] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16360/stat : 16360 (python) S 16332 16334 15638 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886434105 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 122.16
Current children cumulated vsize (KiB) 1897840

[startup+123.101 s]
/proc/loadavg: 3.99 3.95 3.06 5/218 16361
/proc/meminfo: memFree=31308388/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299536 CPUtime=0.45 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 10592 930 1 0 36 9 0 0 20 0 3 0 886424034 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 74884 7206 1870 364 0 10799 0
[pid=16340] ppid=16334 vsize=288672 CPUtime=0.13 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 1150 0 0 0 8 5 0 0 19 0 2 0 886424091 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16340/statm: 72168 5597 416 364 0 8086 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=100 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) T 16340 16342 16342 0 -1 4202496 429 0 0 0 10000 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16340/tid=16358] ppid=16334 vsize=288672 CPUtime=0 cores=1,3
/proc/16340/task/16358/stat : 16358 (python) S 16334 16334 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886434104 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 3 0 0 0
[pid=16359] ppid=16334 vsize=289292 CPUtime=0.06 cores=1,3
/proc/16359/stat : 16359 (python) S 16334 16334 15638 0 -1 4202560 912 0 0 0 4 2 0 0 15 0 1 0 886434105 296235008 5703 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260294 0 0 16781312 514 5633814022135447814 0 0 17 1 0 0 0
/proc/16359/statm: 72323 5703 371 364 0 8238 0
[pid=16361] ppid=16359 vsize=2768 CPUtime=22.32 cores=1,3
/proc/16361/stat : 16361 (march_hi) R 16359 16361 16361 0 -1 4202496 735 0 0 0 2232 0 0 0 25 0 1 0 886434105 2834432 471 33554432000 4194304 4955518 140733987003904 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16361/statm: 692 471 104 186 0 505 0
[pid=16334/tid=16341] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 3 0 886424091 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=16334/tid=16360] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16360/stat : 16360 (python) S 16332 16334 15638 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886434105 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 122.96
Current children cumulated vsize (KiB) 1898068

[startup+123.301 s]
/proc/loadavg: 3.99 3.95 3.06 5/218 16361
/proc/meminfo: memFree=31308388/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299536 CPUtime=0.45 cores=1,3
/proc/16334/stat : 16334 (python) S 16332 16334 15638 0 -1 4202496 10592 930 1 0 36 9 0 0 20 0 3 0 886424034 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/16334/statm: 74884 7206 1870 364 0 10799 0
[pid=16340] ppid=16334 vsize=288672 CPUtime=0.13 cores=1,3
/proc/16340/stat : 16340 (python) S 16334 16334 15638 0 -1 4202560 1150 0 0 0 8 5 0 0 19 0 2 0 886424091 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16340/statm: 72168 5597 416 364 0 8086 0
[pid=16342] ppid=16340 vsize=1017800 CPUtime=100 cores=1,3
/proc/16342/stat : 16342 (gnovelty+2) T 16340 16342 16342 0 -1 4202496 429 0 0 0 10000 0 0 0 25 0 1 0 886424092 1042227200 169 33554432000 134512640 135663704 4288687920 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16342/statm: 254450 169 113 282 0 254166 0
[pid=16340/tid=16358] ppid=16334 vsize=288672 CPUtime=0 cores=1,3
/proc/16340/task/16358/stat : 16358 (python) S 16334 16334 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886434104 295600128 5597 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 3 0 0 0
[pid=16359] ppid=16334 vsize=289292 CPUtime=0.06 cores=1,3
/proc/16359/stat : 16359 (python) S 16334 16334 15638 0 -1 4202560 912 0 0 0 4 2 0 0 15 0 1 0 886434105 296235008 5703 33554432000 4194304 5683644 140734926605200 18446744073709551615 251814260294 0 0 16781312 514 5616736514907013382 0 0 17 1 0 0 0
/proc/16359/statm: 72323 5703 371 364 0 8238 0
[pid=16361] ppid=16359 vsize=2768 CPUtime=22.51 cores=1,3
/proc/16361/stat : 16361 (march_hi) R 16359 16361 16361 0 -1 4202496 737 0 0 0 2251 0 0 0 25 0 1 0 886434105 2834432 473 33554432000 4194304 4955518 140733987003904 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16361/statm: 692 473 104 186 0 505 0
[pid=16334/tid=16341] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16341/stat : 16341 (python) S 16332 16334 15638 0 -1 4202560 31 930 0 0 0 0 0 0 21 0 3 0 886424091 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=16334/tid=16360] ppid=16332 vsize=299536 CPUtime=0 cores=1,3
/proc/16334/task/16360/stat : 16360 (python) S 16332 16334 15638 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886434105 306724864 7206 33554432000 4194304 5683644 140734926605200 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 123.15
Current children cumulated vsize (KiB) 1898068

[startup+123.401 s]
/proc/loadavg: 3.99 3.95 3.06 5/218 16361
/proc/meminfo: memFree=31308388/32950928 swapFree=67050648/67111528
[pid=16334] ppid=16332 vsize=299500 CPUtime=123.28 cores=1,3
/proc/16334/stat : 16334 (python) R 16332 16334 15638 0 -1 4202496 11127 4408 1 0 36 9 12275 8 18 0 1 0 886424034 306688000 7201 33554432000 4194304 5683644 140734926605200 18446744073709551615 4633744 0 0 16781312 0 0 0 0 17 1 0 0 2
/proc/16334/statm: 74875 7201 1865 364 0 10799 0
Current children cumulated CPU time (s) 123.28
Current children cumulated vsize (KiB) 299500

Child status: 0
Real time (s): 123.422
CPU time (s): 123.325
CPU user time (s): 123.138
CPU system time (s): 0.186971
CPU usage (%): 99.9213
Max. virtual memory (cumulated for all children) (KiB): 1898068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.138
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19355
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= 1682
involuntary context switches= 952

runsolver used 0.212967 second user time and 0.473927 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:24:13
IDJOB=3484193
IDBENCH=82704
IDSOLVER=1975
FILE ID=node126/3484193-1307748253
RUNJOBID= node126-1307747008-15658
PBS_JOBID= 13550831
Free space on /tmp= 74068 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S785747282-100.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-3484193-1307748253/watcher-3484193-1307748253 -o /tmp/evaluation-result-3484193-1307748253/solver-3484193-1307748253 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484193-1307748253.cnf -seed 1499438876 -budget 1200

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

MD5SUM BENCH= b444591b86255859f3a5d3b876e65166
RANDOM SEED=1499438876

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:      31432900 kB
Buffers:        242964 kB
Cached:         836856 kB
SwapCached:      14888 kB
Active:         755304 kB
Inactive:       555320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31432900 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:          111700 kB
Writeback:           0 kB
AnonPages:      228612 kB
Mapped:          16328 kB
Slab:           137020 kB
PageTables:       8908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2134344 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= 74036 MiB
End job on node126 at 2011-06-11 01:26:17