Trace number 3484394

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)? (TO) 1200.01 1199.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1230934123-063.UNKNOWN.cnf
MD5SUM5aca76da937068f3a8e48a26305deff6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3484394-1307749468.cnf
0.37/0.63	c INFO: computing task features
0.37/0.64	c INFO: computed variable-clause graph statistics
0.37/0.64	c INFO: computed clause balance statistics
0.37/0.69	c INFO: computed variable balance statistics
0.47/0.74	c INFO: computed small-clause counts
0.47/0.74	c INFO: computed Horn-clause counts
0.47/0.74	c INFO: computed variable graph statistics
0.47/0.74	c INFO: collected features for HOME/instance-3484394-1307749468.cnf in 0.11 s
0.47/0.75	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.52/100.89	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.07)
200.69/201.03	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.39)
882.31/882.48	c INFO: running march_hi@0 for 194 with 319 remaining (b = 0.14)
1082.59/1082.63	c INFO: running march_hi@680 for 119 with 119 remaining (b = 0.06)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 0,2

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.92 4.04 3.82 6/230 13877
/proc/meminfo: memFree=31084992/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=15184 CPUtime=0 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 886545483 15548416 622 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 0 0 0 0
/proc/13877/statm: 3796 622 322 364 0 283 0

[startup+0.081554 s]
/proc/loadavg: 3.92 4.04 3.82 6/230 13877
/proc/meminfo: memFree=31084992/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=50340 CPUtime=0.04 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 2011 0 0 0 3 1 0 0 25 0 1 0 886545483 51548160 1770 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/13877/statm: 12585 1770 480 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50340

[startup+0.100568 s]
/proc/loadavg: 3.92 4.04 3.82 6/230 13877
/proc/meminfo: memFree=31084992/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=93964 CPUtime=0.05 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 2694 0 0 0 4 1 0 0 17 0 1 0 886545483 96219136 2407 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/13877/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300546 s]
/proc/loadavg: 3.92 4.04 3.82 6/230 13877
/proc/meminfo: memFree=31084992/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=135752 CPUtime=0.19 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 5975 933 1 0 14 5 0 0 17 0 1 0 886545483 139010048 4149 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970546181 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/13877/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.705476 s]
/proc/loadavg: 3.92 4.04 3.82 6/230 13877
/proc/meminfo: memFree=31084992/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=278628 CPUtime=0.47 cores=0,2
/proc/13877/stat : 13877 (python) R 13875 13877 12804 0 -1 4202496 9387 933 1 0 36 11 0 0 16 0 1 0 886545483 285315072 7042 33554432000 4194304 5683644 140735570838992 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13877/statm: 69657 7042 1827 364 0 5581 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 278628

[startup+1.50034 s]
/proc/loadavg: 3.92 4.04 3.82 5/234 13885
/proc/meminfo: memFree=31060308/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=288896 CPUtime=0.51 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 9817 933 1 0 40 11 0 0 18 0 2 0 886545483 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 72224 7090 1867 364 0 8142 0
[pid=13883] ppid=13877 vsize=278652 CPUtime=0 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 734 0 0 0 0 0 0 0 17 0 1 0 886545559 285339648 5573 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570255 0 0 16781312 514 3729696552705327103 0 0 17 0 0 0 0
/proc/13883/statm: 69663 5573 354 364 0 5581 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=0.74 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) R 13883 13885 13885 0 -1 4202496 459 0 0 0 74 0 0 0 20 0 1 0 886545559 1042366464 197 33554432000 134512640 135663704 4288835776 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13885/statm: 254484 197 113 282 0 254200 0
[pid=13877/tid=13884] ppid=13875 vsize=288896 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 886545559 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 1585484

[startup+3.31812 s]
/proc/loadavg: 3.92 4.04 3.82 5/234 13885
/proc/meminfo: memFree=31059688/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=288896 CPUtime=0.51 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 9817 933 1 0 40 11 0 0 18 0 2 0 886545483 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 72224 7090 1867 364 0 8142 0
[pid=13883] ppid=13877 vsize=278652 CPUtime=0 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 886545559 285339648 5573 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570255 0 0 16781312 514 3729696552705294595 0 0 17 0 0 0 0
/proc/13883/statm: 69663 5573 354 364 0 5581 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=2.64 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) R 13883 13885 13885 0 -1 4202496 459 0 0 0 264 0 0 0 25 0 1 0 886545559 1042366464 197 33554432000 134512640 135663704 4288835776 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13885/statm: 254484 197 113 282 0 254200 0
[pid=13877/tid=13884] ppid=13875 vsize=288896 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 886545559 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 1585484

[startup+10.1519 s]
/proc/loadavg: 4.09 4.07 3.83 5/234 13885
/proc/meminfo: memFree=31057336/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=288896 CPUtime=0.51 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 9817 933 1 0 40 11 0 0 18 0 2 0 886545483 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 72224 7090 1867 364 0 8142 0
[pid=13883] ppid=13877 vsize=278652 CPUtime=0 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 874 0 0 0 0 0 0 0 15 0 1 0 886545559 285339648 5595 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570255 0 0 16781312 514 3729696552705294595 0 0 17 0 0 0 0
/proc/13883/statm: 69663 5595 376 364 0 5581 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=9.38 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) R 13883 13885 13885 0 -1 4202496 459 0 0 0 938 0 0 0 25 0 1 0 886545559 1042366464 197 33554432000 134512640 135663704 4288835776 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13885/statm: 254484 197 113 282 0 254200 0
[pid=13877/tid=13884] ppid=13875 vsize=288896 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 886545559 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 1585484

[startup+12.7004 s]
/proc/loadavg: 4.32 4.12 3.85 5/234 13885
/proc/meminfo: memFree=31054088/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=288896 CPUtime=0.51 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 9817 933 1 0 40 11 0 0 18 0 2 0 886545483 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 72224 7090 1867 364 0 8142 0
[pid=13883] ppid=13877 vsize=278652 CPUtime=0 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 877 0 0 0 0 0 0 0 15 0 1 0 886545559 285339648 5595 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570255 0 0 16781312 514 2916027982164230403 0 0 17 0 0 0 0
/proc/13883/statm: 69663 5595 376 364 0 5581 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=11.92 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) R 13883 13885 13885 0 -1 4202496 459 0 0 0 1192 0 0 0 25 0 1 0 886545559 1042366464 197 33554432000 134512640 135663704 4288835776 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13885/statm: 254484 197 113 282 0 254200 0
[pid=13877/tid=13884] ppid=13875 vsize=288896 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 886545559 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1585484

[startup+25.5072 s]
/proc/loadavg: 4.25 4.11 3.85 5/234 13885
/proc/meminfo: memFree=31049036/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=288896 CPUtime=0.51 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 9817 933 1 0 40 11 0 0 18 0 2 0 886545483 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 72224 7090 1867 364 0 8142 0
[pid=13883] ppid=13877 vsize=278652 CPUtime=0.03 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 881 0 0 0 2 1 0 0 15 0 1 0 886545559 285339648 5596 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570255 0 0 16781312 514 2916027982164230403 0 0 17 0 0 0 0
/proc/13883/statm: 69663 5596 377 364 0 5581 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=24.71 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) R 13883 13885 13885 0 -1 4202496 459 0 0 0 2471 0 0 0 25 0 1 0 886545559 1042366464 197 33554432000 134512640 135663704 4288835776 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13885/statm: 254484 197 113 282 0 254200 0
[pid=13877/tid=13884] ppid=13875 vsize=288896 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 886545559 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1585484

[startup+51.1008 s]
/proc/loadavg: 4.45 4.16 3.87 5/208 13977
/proc/meminfo: memFree=31363064/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=288896 CPUtime=0.51 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 9817 933 1 0 40 11 0 0 18 0 2 0 886545483 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 72224 7090 1867 364 0 8142 0
[pid=13883] ppid=13877 vsize=278652 CPUtime=0.06 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 895 0 0 0 4 2 0 0 15 0 1 0 886545559 285339648 5596 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570255 0 0 16781312 514 2916027982164230403 0 0 17 0 0 0 0
/proc/13883/statm: 69663 5596 377 364 0 5581 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=50.27 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) R 13883 13885 13885 0 -1 4202496 459 0 0 0 5027 0 0 0 25 0 1 0 886545559 1042366464 197 33554432000 134512640 135663704 4288835776 18446744073709551615 134524690 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13885/statm: 254484 197 113 282 0 254200 0
[pid=13877/tid=13884] ppid=13875 vsize=288896 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 886545559 295829504 7090 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1585484

[startup+102.301 s]
/proc/loadavg: 4.53 4.24 3.91 5/212 13981
/proc/meminfo: memFree=31351344/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=299676 CPUtime=0.52 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 10635 933 1 0 41 11 0 0 19 0 3 0 886545483 306868224 7241 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 74919 7241 1870 364 0 10834 0
[pid=13883] ppid=13877 vsize=288896 CPUtime=0.13 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 1149 0 0 0 8 5 0 0 16 0 2 0 886545559 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13883/statm: 72224 5640 416 364 0 8142 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=99.96 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) T 13883 13885 13885 0 -1 4202496 460 0 0 0 9996 0 0 0 25 0 1 0 886545559 1042366464 198 33554432000 134512640 135663704 4288835776 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13885/statm: 254484 198 113 282 0 254200 0
[pid=13883/tid=13978] ppid=13877 vsize=288896 CPUtime=0 cores=0,2
/proc/13883/task/13978/stat : 13978 (python) S 13877 13877 12804 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886555572 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453781080896 0 0 -1 0 0 0 0
[pid=13979] ppid=13877 vsize=289432 CPUtime=0 cores=0,2
/proc/13979/stat : 13979 (python) S 13877 13877 12804 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886555573 296378368 5715 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570310 0 0 16781312 514 4097116505068503299 0 0 17 0 0 0 0
/proc/13979/statm: 72358 5715 348 364 0 8273 0
[pid=13981] ppid=13979 vsize=1017936 CPUtime=1.4 cores=0,2
/proc/13981/stat : 13981 (gnovelty+2) R 13979 13981 13981 0 -1 4202496 459 0 0 0 140 0 0 0 23 0 1 0 886555573 1042366464 196 33554432000 134512640 135663704 4289146464 18446744073709551615 134544370 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13981/statm: 254484 196 113 282 0 254200 0
[pid=13877/tid=13884] ppid=13875 vsize=299676 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 886545559 306868224 7241 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=13980] ppid=13875 vsize=299676 CPUtime=0 cores=0,2
/proc/13877/task/13980/stat : 13980 (python) S 13875 13877 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 886555573 306868224 7241 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 2913876

[startup+162.301 s]
/proc/loadavg: 4.19 4.19 3.91 5/216 14037
/proc/meminfo: memFree=31335220/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=299676 CPUtime=0.52 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 10635 933 1 0 41 11 0 0 19 0 3 0 886545483 306868224 7241 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 74919 7241 1870 364 0 10834 0
[pid=13883] ppid=13877 vsize=288896 CPUtime=0.13 cores=0,2

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


[startup+1182.31 s]
/proc/loadavg: 2.04 2.47 3.22 3/203 14362
/proc/meminfo: memFree=31312716/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=320388 CPUtime=0.55 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 12826 933 1 0 43 12 0 0 18 0 5 0 886545483 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 80097 7308 1874 364 0 16006 0
[pid=13883] ppid=13877 vsize=288896 CPUtime=0.13 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 1149 0 0 0 8 5 0 0 16 0 2 0 886545559 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13883/statm: 72224 5640 416 364 0 8142 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=99.96 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) T 13883 13885 13885 0 -1 4202496 460 0 0 0 9996 0 0 0 25 0 1 0 886545559 1042366464 198 33554432000 134512640 135663704 4288835776 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13885/statm: 254484 198 113 282 0 254200 0
[pid=13883/tid=13978] ppid=13877 vsize=288896 CPUtime=0 cores=0,2
/proc/13883/task/13978/stat : 13978 (python) S 13877 13877 12804 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886555572 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453781080896 0 0 -1 0 0 0 0
[pid=13979] ppid=13877 vsize=289432 CPUtime=0.13 cores=0,2
/proc/13979/stat : 13979 (python) S 13877 13877 12804 0 -1 4202560 1076 0 0 0 8 5 0 0 19 0 2 0 886555573 296378368 5768 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13979/statm: 72358 5768 400 364 0 8273 0
[pid=13981] ppid=13979 vsize=1017936 CPUtime=99.96 cores=0,2
/proc/13981/stat : 13981 (gnovelty+2) T 13979 13981 13981 0 -1 4202496 460 0 0 0 9996 0 0 0 25 0 1 0 886555573 1042366464 197 33554432000 134512640 135663704 4289146464 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13981/statm: 254484 197 113 282 0 254200 0
[pid=13979/tid=14040] ppid=13877 vsize=289432 CPUtime=0 cores=0,2
/proc/13979/task/14040/stat : 14040 (python) S 13877 13877 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886565585 296378368 5768 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453866627520 0 0 -1 0 0 0 0
[pid=14041] ppid=13877 vsize=299264 CPUtime=1.15 cores=0,2
/proc/14041/stat : 14041 (python) S 13877 13877 12804 0 -1 4202560 1129 0 0 0 63 52 0 0 15 0 2 0 886565586 306446336 5681 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 74816 5681 400 364 0 10728 0
[pid=14043] ppid=14041 vsize=129912 CPUtime=780.26 cores=0,2
/proc/14043/stat : 14043 (march_hi) R 14041 14043 14043 0 -1 4202496 26834 0 0 0 78017 9 0 0 25 0 1 0 886565587 133029888 26536 33554432000 4194304 4955518 140736139019360 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14043/statm: 32478 26536 104 186 0 32291 0
[pid=14041/tid=14337] ppid=13877 vsize=299264 CPUtime=0 cores=0,2
/proc/14041/task/14337/stat : 14337 (python) S 13877 13877 12804 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886633731 306446336 5681 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604452741561152 0 0 -1 0 0 0 0
[pid=14338] ppid=13877 vsize=310144 CPUtime=0.27 cores=0,2
/proc/14338/stat : 14338 (python) S 13877 13877 12804 0 -1 4202560 1126 0 0 0 14 13 0 0 16 0 2 0 886633731 317587456 5809 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14338/statm: 77536 5809 400 364 0 13445 0
[pid=14340] ppid=14338 vsize=34068 CPUtime=199.96 cores=0,2
/proc/14340/stat : 14340 (march_hi) T 14338 14340 14340 0 -1 4202496 7655 0 0 0 19994 2 0 0 25 0 1 0 886633732 34885632 7354 33554432000 4194304 4955518 140735203034864 18446744073709551615 4224566 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14340/statm: 8517 7354 104 186 0 8330 0
[pid=14338/tid=14354] ppid=13877 vsize=310144 CPUtime=0 cores=0,2
/proc/14338/task/14354/stat : 14354 (python) S 13877 13877 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886653746 317587456 5809 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453850079488 0 0 -1 0 0 0 0
[pid=13877/tid=13884] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 5 0 886545559 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=13980] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/13980/stat : 13980 (python) S 13875 13877 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 886555573 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=14042] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/14042/stat : 14042 (python) S 13875 13877 12804 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 5 0 886565587 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=14339] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/14339/stat : 14339 (python) S 13875 13877 12804 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 886633732 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 3707976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 2.10 2.45 3.20 3/203 14362
/proc/meminfo: memFree=31307740/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=320388 CPUtime=0.55 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 12826 933 1 0 43 12 0 0 18 0 5 0 886545483 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 80097 7308 1874 364 0 16006 0
[pid=13883] ppid=13877 vsize=288896 CPUtime=0.13 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 1149 0 0 0 8 5 0 0 16 0 2 0 886545559 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13883/statm: 72224 5640 416 364 0 8142 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=99.96 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) T 13883 13885 13885 0 -1 4202496 460 0 0 0 9996 0 0 0 25 0 1 0 886545559 1042366464 198 33554432000 134512640 135663704 4288835776 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13885/statm: 254484 198 113 282 0 254200 0
[pid=13883/tid=13978] ppid=13877 vsize=288896 CPUtime=0 cores=0,2
/proc/13883/task/13978/stat : 13978 (python) S 13877 13877 12804 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886555572 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453781080896 0 0 -1 0 0 0 0
[pid=13979] ppid=13877 vsize=289432 CPUtime=0.13 cores=0,2
/proc/13979/stat : 13979 (python) S 13877 13877 12804 0 -1 4202560 1076 0 0 0 8 5 0 0 19 0 2 0 886555573 296378368 5768 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13979/statm: 72358 5768 400 364 0 8273 0
[pid=13981] ppid=13979 vsize=1017936 CPUtime=99.96 cores=0,2
/proc/13981/stat : 13981 (gnovelty+2) T 13979 13981 13981 0 -1 4202496 460 0 0 0 9996 0 0 0 25 0 1 0 886555573 1042366464 197 33554432000 134512640 135663704 4289146464 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13981/statm: 254484 197 113 282 0 254200 0
[pid=13979/tid=14040] ppid=13877 vsize=289432 CPUtime=0 cores=0,2
/proc/13979/task/14040/stat : 14040 (python) S 13877 13877 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886565585 296378368 5768 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453866627520 0 0 -1 0 0 0 0
[pid=14041] ppid=13877 vsize=299264 CPUtime=1.18 cores=0,2
/proc/14041/stat : 14041 (python) S 13877 13877 12804 0 -1 4202560 1129 0 0 0 65 53 0 0 15 0 2 0 886565586 306446336 5681 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 74816 5681 400 364 0 10728 0
[pid=14043] ppid=14041 vsize=129912 CPUtime=797.87 cores=0,2
/proc/14043/stat : 14043 (march_hi) R 14041 14043 14043 0 -1 4202496 27381 0 0 0 79777 10 0 0 25 0 1 0 886565587 133029888 27083 33554432000 4194304 4955518 140736139019360 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14043/statm: 32478 27083 104 186 0 32291 0
[pid=14041/tid=14337] ppid=13877 vsize=299264 CPUtime=0 cores=0,2
/proc/14041/task/14337/stat : 14337 (python) S 13877 13877 12804 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886633731 306446336 5681 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604452741561152 0 0 -1 0 0 0 0
[pid=14338] ppid=13877 vsize=310144 CPUtime=0.27 cores=0,2
/proc/14338/stat : 14338 (python) S 13877 13877 12804 0 -1 4202560 1126 0 0 0 14 13 0 0 16 0 2 0 886633731 317587456 5809 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14338/statm: 77536 5809 400 364 0 13445 0
[pid=14340] ppid=14338 vsize=34068 CPUtime=199.96 cores=0,2
/proc/14340/stat : 14340 (march_hi) T 14338 14340 14340 0 -1 4202496 7655 0 0 0 19994 2 0 0 25 0 1 0 886633732 34885632 7354 33554432000 4194304 4955518 140735203034864 18446744073709551615 4224566 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14340/statm: 8517 7354 104 186 0 8330 0
[pid=14338/tid=14354] ppid=13877 vsize=310144 CPUtime=0 cores=0,2
/proc/14338/task/14354/stat : 14354 (python) S 13877 13877 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886653746 317587456 5809 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453850079488 0 0 -1 0 0 0 0
[pid=13877/tid=13884] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 5 0 886545559 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=13980] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/13980/stat : 13980 (python) S 13875 13877 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 886555573 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=14042] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/14042/stat : 14042 (python) S 13875 13877 12804 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 5 0 886565587 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=14339] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/14339/stat : 14339 (python) S 13875 13877 12804 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 886633732 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 3707976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1199.91 s]
/proc/loadavg: 2.10 2.45 3.20 3/203 14362
/proc/meminfo: memFree=31307740/32951132 swapFree=67052544/67111528
[pid=13877] ppid=13875 vsize=320388 CPUtime=0.55 cores=0,2
/proc/13877/stat : 13877 (python) S 13875 13877 12804 0 -1 4202496 12826 933 1 0 43 12 0 0 18 0 5 0 886545483 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13877/statm: 80097 7308 1874 364 0 16006 0
[pid=13883] ppid=13877 vsize=288896 CPUtime=0.13 cores=0,2
/proc/13883/stat : 13883 (python) S 13877 13877 12804 0 -1 4202560 1149 0 0 0 8 5 0 0 16 0 2 0 886545559 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13883/statm: 72224 5640 416 364 0 8142 0
[pid=13885] ppid=13883 vsize=1017936 CPUtime=99.96 cores=0,2
/proc/13885/stat : 13885 (gnovelty+2) T 13883 13885 13885 0 -1 4202496 460 0 0 0 9996 0 0 0 25 0 1 0 886545559 1042366464 198 33554432000 134512640 135663704 4288835776 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13885/statm: 254484 198 113 282 0 254200 0
[pid=13883/tid=13978] ppid=13877 vsize=288896 CPUtime=0 cores=0,2
/proc/13883/task/13978/stat : 13978 (python) S 13877 13877 12804 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886555572 295829504 5640 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453781080896 0 0 -1 0 0 0 0
[pid=13979] ppid=13877 vsize=289432 CPUtime=0.13 cores=0,2
/proc/13979/stat : 13979 (python) S 13877 13877 12804 0 -1 4202560 1076 0 0 0 8 5 0 0 19 0 2 0 886555573 296378368 5768 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13979/statm: 72358 5768 400 364 0 8273 0
[pid=13981] ppid=13979 vsize=1017936 CPUtime=99.96 cores=0,2
/proc/13981/stat : 13981 (gnovelty+2) T 13979 13981 13981 0 -1 4202496 460 0 0 0 9996 0 0 0 25 0 1 0 886555573 1042366464 197 33554432000 134512640 135663704 4289146464 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13981/statm: 254484 197 113 282 0 254200 0
[pid=13979/tid=14040] ppid=13877 vsize=289432 CPUtime=0 cores=0,2
/proc/13979/task/14040/stat : 14040 (python) S 13877 13877 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886565585 296378368 5768 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453866627520 0 0 -1 0 0 0 0
[pid=14041] ppid=13877 vsize=299264 CPUtime=1.18 cores=0,2
/proc/14041/stat : 14041 (python) S 13877 13877 12804 0 -1 4202560 1129 0 0 0 65 53 0 0 15 0 2 0 886565586 306446336 5681 33554432000 4194304 5683644 140735570838992 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 74816 5681 400 364 0 10728 0
[pid=14043] ppid=14041 vsize=129912 CPUtime=797.87 cores=0,2
/proc/14043/stat : 14043 (march_hi) R 14041 14043 14043 0 -1 4202496 27381 0 0 0 79777 10 0 0 25 0 1 0 886565587 133029888 27083 33554432000 4194304 4955518 140736139019360 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14043/statm: 32478 27083 104 186 0 32291 0
[pid=14041/tid=14337] ppid=13877 vsize=299264 CPUtime=0 cores=0,2
/proc/14041/task/14337/stat : 14337 (python) S 13877 13877 12804 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886633731 306446336 5681 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604452741561152 0 0 -1 0 0 0 0
[pid=14338] ppid=13877 vsize=310144 CPUtime=0.27 cores=0,2
/proc/14338/stat : 14338 (python) S 13877 13877 12804 0 -1 4202560 1126 0 0 0 14 13 0 0 16 0 2 0 886633731 317587456 5809 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14338/statm: 77536 5809 400 364 0 13445 0
[pid=14340] ppid=14338 vsize=34068 CPUtime=199.96 cores=0,2
/proc/14340/stat : 14340 (march_hi) T 14338 14340 14340 0 -1 4202496 7655 0 0 0 19994 2 0 0 25 0 1 0 886633732 34885632 7354 33554432000 4194304 4955518 140735203034864 18446744073709551615 4224566 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14340/statm: 8517 7354 104 186 0 8330 0
[pid=14338/tid=14354] ppid=13877 vsize=310144 CPUtime=0 cores=0,2
/proc/14338/task/14354/stat : 14354 (python) S 13877 13877 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886653746 317587456 5809 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 514 18446604453850079488 0 0 -1 0 0 0 0
[pid=13877/tid=13884] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/13884/stat : 13884 (python) S 13875 13877 12804 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 5 0 886545559 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=13980] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/13980/stat : 13980 (python) S 13875 13877 12804 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 886555573 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=14042] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/14042/stat : 14042 (python) S 13875 13877 12804 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 5 0 886565587 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
[pid=13877/tid=14339] ppid=13875 vsize=320388 CPUtime=0 cores=0,2
/proc/13877/task/14339/stat : 14339 (python) S 13875 13877 12804 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 886633732 328077312 7308 33554432000 4194304 5683644 140735570838992 18446744073709551615 242982373809 0 0 16781312 2 18446604452741560256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 3707976

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13877 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=432934
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=125980
# CPU time returned by wait4() is 0.558914
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.94
CPU time (s): 1200.01
CPU user time (s): 1199.01
CPU system time (s): 1
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 3707976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.432934
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13761
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= 2851
involuntary context switches= 21

runsolver used 5.04223 second user time and 10.4724 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:44:28
IDJOB=3484394
IDBENCH=82905
IDSOLVER=1975
FILE ID=node128/3484394-1307749468
RUNJOBID= node128-1307747008-12822
PBS_JOBID= 13550829
Free space on /tmp= 74032 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1230934123-063.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-3484394-1307749468/watcher-3484394-1307749468 -o /tmp/evaluation-result-3484394-1307749468/solver-3484394-1307749468 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484394-1307749468.cnf -seed 34828360 -budget 1200

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

MD5SUM BENCH= 5aca76da937068f3a8e48a26305deff6
RANDOM SEED=34828360

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31085792 kB
Buffers:        244168 kB
Cached:         937792 kB
SwapCached:      11368 kB
Active:         809844 kB
Inactive:       841928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31085792 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           31908 kB
Writeback:           0 kB
AnonPages:      467948 kB
Mapped:          18892 kB
Slab:           140128 kB
PageTables:      13996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  7416016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74064 MiB
End job on node128 at 2011-06-11 02:04:30