Trace number 3484333

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.04 1209.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S121099030-067.UNKNOWN.cnf
MD5SUMb936bd7aa1624f527379bba2a9d6f8ed
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.31/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.69	c INFO: solving HOME/instance-3484333-1307748949.cnf
0.31/0.69	c INFO: computing task features
0.39/0.70	c INFO: computed variable-clause graph statistics
0.39/0.70	c INFO: computed clause balance statistics
0.39/0.77	c INFO: computed variable balance statistics
0.49/0.81	c INFO: computed small-clause counts
0.49/0.81	c INFO: computed Horn-clause counts
0.49/0.81	c INFO: computed variable graph statistics
0.49/0.81	c INFO: collected features for HOME/instance-3484333-1307748949.cnf in 0.13 s
0.49/0.82	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
99.61/98.28	c INFO: running gnovelty+2@0 for 97 with 1102 remaining (b = 0.08)
199.80/198.42	c INFO: running march_hi@0 for 679 with 1002 remaining (b = 0.40)
885.49/895.52	c INFO: running march_hi@0 for 194 with 318 remaining (b = 0.13)
1083.45/1093.57	c INFO: running march_hi@683 for 121 with 121 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-3484333-1307748949/watcher-3484333-1307748949 -o /tmp/evaluation-result-3484333-1307748949/solver-3484333-1307748949 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484333-1307748949.cnf -seed 405752091 -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: 4.03 4.13 3.67 5/236 13794
/proc/meminfo: memFree=31278200/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=11804 CPUtime=0 cores=1,3
/proc/13794/stat : 13794 (runsolver) S 13792 13794 12804 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 886493572 12087296 50 33554432000 4194304 5436572 140735754300320 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699870519 0 0 17 3 0 0 0
/proc/13794/statm: 2951 50 31 304 0 2643 0

[startup+0.0687421 s]
/proc/loadavg: 4.03 4.13 3.67 5/236 13794
/proc/meminfo: memFree=31278200/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=16400 CPUtime=0.01 cores=1,3
/proc/13794/stat : 13794 (python) R 13792 13794 12804 0 -1 4202496 1134 0 0 0 1 0 0 0 21 0 1 0 886493572 16793600 999 33554432000 4194304 5683644 140733432171760 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13794/statm: 4100 1001 413 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.100742 s]
/proc/loadavg: 4.03 4.13 3.67 5/236 13794
/proc/meminfo: memFree=31278200/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=29792 CPUtime=0.03 cores=1,3
/proc/13794/stat : 13794 (python) R 13792 13794 12804 0 -1 4202496 1458 0 0 0 3 0 0 0 17 0 1 0 886493572 30507008 1297 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970548224 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/13794/statm: 7448 1297 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.300778 s]
/proc/loadavg: 4.03 4.13 3.67 5/236 13794
/proc/meminfo: memFree=31278200/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=135752 CPUtime=0.17 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 5955 931 1 0 12 5 0 0 18 0 1 0 886493572 139010048 4149 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/13794/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700621 s]
/proc/loadavg: 4.03 4.13 3.67 5/236 13794
/proc/meminfo: memFree=31278200/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=278500 CPUtime=0.39 cores=1,3
/proc/13794/stat : 13794 (python) R 13792 13794 12804 0 -1 4202496 9302 931 1 0 29 10 0 0 15 0 1 0 886493572 285184000 6971 33554432000 4194304 5683644 140733432171760 18446744073709551615 47945520917136 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13794/statm: 69625 6971 1774 364 0 5549 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278500

[startup+1.50048 s]
/proc/loadavg: 4.03 4.13 3.67 5/240 13802
/proc/meminfo: memFree=31253508/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=288768 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 9799 931 1 0 41 10 0 0 17 0 2 0 886493572 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 72192 7078 1867 364 0 8110 0
[pid=13800] ppid=13794 vsize=278524 CPUtime=0 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886493654 285208576 5561 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570255 0 0 16781312 514 4361601003473076223 0 0 17 1 0 0 0
/proc/13800/statm: 69631 5561 354 364 0 5549 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=0.67 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) R 13800 13802 13802 0 -1 4202496 445 0 0 0 67 0 0 0 21 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13794/tid=13801] ppid=13792 vsize=288768 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 886493654 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1585092

[startup+3.1002 s]
/proc/loadavg: 4.03 4.13 3.67 5/240 13802
/proc/meminfo: memFree=31253136/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=288768 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 9799 931 1 0 41 10 0 0 17 0 2 0 886493572 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 72192 7078 1867 364 0 8110 0
[pid=13800] ppid=13794 vsize=278524 CPUtime=0 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886493654 285208576 5561 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570255 0 0 16781312 514 4361601003473043719 0 0 17 1 0 0 0
/proc/13800/statm: 69631 5561 354 364 0 5549 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=2.27 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) R 13800 13802 13802 0 -1 4202496 445 0 0 0 227 0 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13794/tid=13801] ppid=13792 vsize=288768 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 886493654 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1585092

[startup+6.30065 s]
/proc/loadavg: 4.02 4.12 3.67 6/240 13802
/proc/meminfo: memFree=31250816/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=288768 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 9799 931 1 0 41 10 0 0 17 0 2 0 886493572 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 72192 7078 1867 364 0 8110 0
[pid=13800] ppid=13794 vsize=278524 CPUtime=0 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 876 0 0 0 0 0 0 0 18 0 1 0 886493654 285208576 5583 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570255 0 0 16781312 514 4361601003473043719 0 0 17 1 0 0 0
/proc/13800/statm: 69631 5583 376 364 0 5549 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=5.46 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) R 13800 13802 13802 0 -1 4202496 445 0 0 0 546 0 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13794/tid=13801] ppid=13792 vsize=288768 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 886493654 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 1585092

[startup+12.7005 s]
/proc/loadavg: 4.26 4.17 3.69 6/240 13802
/proc/meminfo: memFree=31249328/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=288768 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 9799 931 1 0 41 10 0 0 17 0 2 0 886493572 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 72192 7078 1867 364 0 8110 0
[pid=13800] ppid=13794 vsize=278528 CPUtime=1.23 cores=1,3
/proc/13800/stat : 13800 (python) R 13794 13794 12804 0 -1 4202560 880 0 0 0 70 53 0 0 23 0 1 0 886493654 285212672 5583 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970550016 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/13800/statm: 69632 5583 376 364 0 5550 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=11.75 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) R 13800 13802 13802 0 -1 4202496 445 0 0 0 1175 0 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13794/tid=13801] ppid=13792 vsize=288768 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 886493654 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 1585096

[startup+25.5004 s]
/proc/loadavg: 4.41 4.21 3.71 5/244 13806
/proc/meminfo: memFree=31239808/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=288768 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 9799 931 1 0 41 10 0 0 17 0 2 0 886493572 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 72192 7078 1867 364 0 8110 0
[pid=13800] ppid=13794 vsize=278524 CPUtime=1.88 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 885 0 0 0 107 81 0 0 18 0 1 0 886493654 285208576 5584 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570255 0 0 16781312 514 4194241035779408135 0 0 17 1 0 0 0
/proc/13800/statm: 69631 5584 377 364 0 5549 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=24.52 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) R 13800 13802 13802 0 -1 4202496 445 0 0 0 2451 1 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13794/tid=13801] ppid=13792 vsize=288768 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 886493654 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26.91
Current children cumulated vsize (KiB) 1585092

[startup+51.1009 s]
/proc/loadavg: 4.27 4.19 3.72 5/244 13808
/proc/meminfo: memFree=31231748/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=288768 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 9799 931 1 0 41 10 0 0 17 0 2 0 886493572 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 72192 7078 1867 364 0 8110 0
[pid=13800] ppid=13794 vsize=278524 CPUtime=1.92 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 900 0 0 0 109 83 0 0 18 0 1 0 886493654 285208576 5584 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570255 0 0 16781312 514 4194241035779408135 0 0 17 1 0 0 0
/proc/13800/statm: 69631 5584 377 364 0 5549 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=50.07 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) R 13800 13802 13802 0 -1 4202496 445 0 0 0 5005 2 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13794/tid=13801] ppid=13792 vsize=288768 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 886493654 295698432 7078 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.5
Current children cumulated vsize (KiB) 1585092

[startup+102.307 s]
/proc/loadavg: 4.14 4.17 3.74 5/248 13812
/proc/meminfo: memFree=31213440/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=299560 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 10653 931 1 0 41 10 0 0 20 0 3 0 886493572 306749440 7213 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13794/statm: 74890 7213 1870 364 0 10805 0
[pid=13800] ppid=13794 vsize=288768 CPUtime=1.98 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 1156 0 0 0 112 86 0 0 19 0 2 0 886493654 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13800/statm: 72192 5628 416 364 0 8110 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=97.19 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) T 13800 13802 13802 0 -1 4202496 445 0 0 0 9717 2 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13800/tid=13809] ppid=13794 vsize=288768 CPUtime=0 cores=1,3
/proc/13800/task/13809/stat : 13809 (python) S 13794 13794 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886503400 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 3 0 0 0
[pid=13810] ppid=13794 vsize=289316 CPUtime=0 cores=1,3
/proc/13810/stat : 13810 (python) S 13794 13794 12804 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 886503401 296259584 5709 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570310 0 0 16781312 514 3876056118891348228 0 0 17 1 0 0 0
/proc/13810/statm: 72329 5709 370 364 0 8244 0
[pid=13812] ppid=13810 vsize=1017800 CPUtime=4 cores=1,3
/proc/13812/stat : 13812 (gnovelty+2) R 13810 13812 13812 0 -1 4202496 443 0 0 0 400 0 0 0 25 0 1 0 886503401 1042227200 180 33554432000 134512640 135663704 4290920688 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13812/statm: 254450 180 113 282 0 254166 0
[pid=13794/tid=13801] ppid=13792 vsize=299560 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 3 0 886493654 306749440 7213 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
[pid=13794/tid=13811] ppid=13792 vsize=299560 CPUtime=0 cores=1,3
/proc/13794/task/13811/stat : 13811 (python) S 13792 13794 12804 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886503401 306749440 7213 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.68
Current children cumulated vsize (KiB) 2913244

[startup+162.301 s]
/proc/loadavg: 4.06 4.14 3.75 5/248 13814
/proc/meminfo: memFree=31196308/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=299560 CPUtime=0.51 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 10653 931 1 0 41 10 0 0 20 0 3 0 886493572 306749440 7213 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13794/statm: 74890 7213 1870 364 0 10805 0
[pid=13800] ppid=13794 vsize=288768 CPUtime=1.98 cores=1,3

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


[startup+1182.3 s]
/proc/loadavg: 4.12 4.18 4.02 5/249 14276
/proc/meminfo: memFree=31110400/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=320300 CPUtime=0.54 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 12897 931 1 0 43 11 0 0 18 0 5 0 886493572 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 80075 7287 1874 364 0 15984 0
[pid=13800] ppid=13794 vsize=288768 CPUtime=1.98 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 1156 0 0 0 112 86 0 0 19 0 2 0 886493654 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13800/statm: 72192 5628 416 364 0 8110 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=97.19 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) T 13800 13802 13802 0 -1 4202496 445 0 0 0 9717 2 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13800/tid=13809] ppid=13794 vsize=288768 CPUtime=0 cores=1,3
/proc/13800/task/13809/stat : 13809 (python) S 13794 13794 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886503400 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 3 0 0 0
[pid=13810] ppid=13794 vsize=289316 CPUtime=0.13 cores=1,3
/proc/13810/stat : 13810 (python) S 13794 13794 12804 0 -1 4202560 1096 0 0 0 8 5 0 0 19 0 2 0 886503401 296259584 5740 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13810/statm: 72329 5740 400 364 0 8244 0
[pid=13812] ppid=13810 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/13812/stat : 13812 (gnovelty+2) T 13810 13812 13812 0 -1 4202496 443 0 0 0 10001 0 0 0 25 0 1 0 886503401 1042227200 180 33554432000 134512640 135663704 4290920688 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13812/statm: 254450 180 113 282 0 254166 0
[pid=13810/tid=13817] ppid=13794 vsize=289316 CPUtime=0 cores=1,3
/proc/13810/task/13817/stat : 13817 (python) S 13794 13794 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886513414 296259584 5740 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604470995027072 0 0 -1 1 0 0 0
[pid=13818] ppid=13794 vsize=299260 CPUtime=1.16 cores=1,3
/proc/13818/stat : 13818 (python) S 13794 13794 12804 0 -1 4202560 1142 0 0 0 66 50 0 0 15 0 2 0 886513415 306442240 5649 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13818/statm: 74815 5649 400 364 0 10727 0
[pid=13820] ppid=13818 vsize=140920 CPUtime=773.38 cores=1,3
/proc/13820/stat : 13820 (march_hi) R 13818 13820 13820 0 -1 4202496 33276 0 0 0 77267 71 0 0 25 0 1 0 886513415 144302080 33013 33554432000 4194304 4955518 140734755178272 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13820/statm: 35230 33013 106 186 0 35043 0
[pid=13818/tid=14198] ppid=13794 vsize=299260 CPUtime=0 cores=1,3
/proc/13818/task/14198/stat : 14198 (python) S 13794 13794 12804 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886583124 306442240 5649 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604471113784128 0 0 -1 3 0 0 0
[pid=14199] ppid=13794 vsize=310056 CPUtime=0.29 cores=1,3
/proc/14199/stat : 14199 (python) S 13794 13794 12804 0 -1 4202560 1132 0 0 0 16 13 0 0 16 0 2 0 886583125 317497344 5788 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14199/statm: 77514 5788 400 364 0 13423 0
[pid=14201] ppid=14199 vsize=42712 CPUtime=197.72 cores=1,3
/proc/14201/stat : 14201 (march_hi) T 14199 14201 14201 0 -1 4202496 9931 0 0 0 19768 4 0 0 25 0 1 0 886583125 43737088 9668 33554432000 4194304 4955518 140737294167104 18446744073709551615 4244896 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14201/statm: 10678 9668 106 186 0 10491 0
[pid=14199/tid=14270] ppid=13794 vsize=310056 CPUtime=0 cores=1,3
/proc/14199/task/14270/stat : 14270 (python) S 13794 13794 12804 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886602929 317497344 5788 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604470990684608 0 0 -1 1 0 0 0
[pid=13794/tid=13801] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 5 0 886493654 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
[pid=13794/tid=13811] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13811/stat : 13811 (python) S 13792 13794 12804 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 5 0 886503401 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 3 0 0 0
[pid=13794/tid=13819] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13819/stat : 13819 (python) S 13792 13794 12804 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 5 0 886513415 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 3 0 0 0
[pid=13794/tid=14200] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/14200/stat : 14200 (python) S 13792 13794 12804 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 886583125 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1172.4
Current children cumulated vsize (KiB) 3726932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1209.9 s]
/proc/loadavg: 4.07 4.16 4.02 5/249 14276
/proc/meminfo: memFree=31097744/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=320300 CPUtime=0.54 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 12897 931 1 0 43 11 0 0 18 0 5 0 886493572 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 80075 7287 1874 364 0 15984 0
[pid=13800] ppid=13794 vsize=288768 CPUtime=1.98 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 1156 0 0 0 112 86 0 0 19 0 2 0 886493654 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13800/statm: 72192 5628 416 364 0 8110 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=97.19 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) T 13800 13802 13802 0 -1 4202496 445 0 0 0 9717 2 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13800/tid=13809] ppid=13794 vsize=288768 CPUtime=0 cores=1,3
/proc/13800/task/13809/stat : 13809 (python) S 13794 13794 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886503400 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 3 0 0 0
[pid=13810] ppid=13794 vsize=289316 CPUtime=0.13 cores=1,3
/proc/13810/stat : 13810 (python) S 13794 13794 12804 0 -1 4202560 1096 0 0 0 8 5 0 0 19 0 2 0 886503401 296259584 5740 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13810/statm: 72329 5740 400 364 0 8244 0
[pid=13812] ppid=13810 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/13812/stat : 13812 (gnovelty+2) T 13810 13812 13812 0 -1 4202496 443 0 0 0 10001 0 0 0 25 0 1 0 886503401 1042227200 180 33554432000 134512640 135663704 4290920688 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13812/statm: 254450 180 113 282 0 254166 0
[pid=13810/tid=13817] ppid=13794 vsize=289316 CPUtime=0 cores=1,3
/proc/13810/task/13817/stat : 13817 (python) S 13794 13794 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886513414 296259584 5740 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604470995027072 0 0 -1 1 0 0 0
[pid=13818] ppid=13794 vsize=299260 CPUtime=1.18 cores=1,3
/proc/13818/stat : 13818 (python) S 13794 13794 12804 0 -1 4202560 1145 0 0 0 68 50 0 0 15 0 2 0 886513415 306442240 5649 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13818/statm: 74815 5649 400 364 0 10727 0
[pid=13820] ppid=13818 vsize=140920 CPUtime=801 cores=1,3
/proc/13820/stat : 13820 (march_hi) R 13818 13820 13820 0 -1 4202496 34386 0 0 0 80028 72 0 0 25 0 1 0 886513415 144302080 34123 33554432000 4194304 4955518 140734755178272 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13820/statm: 35230 34123 106 186 0 35043 0
[pid=13818/tid=14198] ppid=13794 vsize=299260 CPUtime=0 cores=1,3
/proc/13818/task/14198/stat : 14198 (python) S 13794 13794 12804 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886583124 306442240 5649 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604471113784128 0 0 -1 3 0 0 0
[pid=14199] ppid=13794 vsize=310056 CPUtime=0.29 cores=1,3
/proc/14199/stat : 14199 (python) S 13794 13794 12804 0 -1 4202560 1132 0 0 0 16 13 0 0 16 0 2 0 886583125 317497344 5788 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14199/statm: 77514 5788 400 364 0 13423 0
[pid=14201] ppid=14199 vsize=42712 CPUtime=197.72 cores=1,3
/proc/14201/stat : 14201 (march_hi) T 14199 14201 14201 0 -1 4202496 9931 0 0 0 19768 4 0 0 25 0 1 0 886583125 43737088 9668 33554432000 4194304 4955518 140737294167104 18446744073709551615 4244896 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14201/statm: 10678 9668 106 186 0 10491 0
[pid=14199/tid=14270] ppid=13794 vsize=310056 CPUtime=0 cores=1,3
/proc/14199/task/14270/stat : 14270 (python) S 13794 13794 12804 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886602929 317497344 5788 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604470990684608 0 0 -1 1 0 0 0
[pid=13794/tid=13801] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 5 0 886493654 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
[pid=13794/tid=13811] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13811/stat : 13811 (python) S 13792 13794 12804 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 5 0 886503401 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 3 0 0 0
[pid=13794/tid=13819] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13819/stat : 13819 (python) S 13792 13794 12804 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 5 0 886513415 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 3 0 0 0
[pid=13794/tid=14200] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/14200/stat : 14200 (python) S 13792 13794 12804 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 886583125 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 3726932

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

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

[startup+1209.9 s]
/proc/loadavg: 4.07 4.16 4.02 5/249 14276
/proc/meminfo: memFree=31097744/32951132 swapFree=67052544/67111528
[pid=13794] ppid=13792 vsize=320300 CPUtime=0.54 cores=1,3
/proc/13794/stat : 13794 (python) S 13792 13794 12804 0 -1 4202496 12897 931 1 0 43 11 0 0 18 0 5 0 886493572 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13794/statm: 80075 7287 1874 364 0 15984 0
[pid=13800] ppid=13794 vsize=288768 CPUtime=1.98 cores=1,3
/proc/13800/stat : 13800 (python) S 13794 13794 12804 0 -1 4202560 1156 0 0 0 112 86 0 0 19 0 2 0 886493654 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13800/statm: 72192 5628 416 364 0 8110 0
[pid=13802] ppid=13800 vsize=1017800 CPUtime=97.19 cores=1,3
/proc/13802/stat : 13802 (gnovelty+2) T 13800 13802 13802 0 -1 4202496 445 0 0 0 9717 2 0 0 25 0 1 0 886493655 1042227200 181 33554432000 134512640 135663704 4288297136 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13802/statm: 254450 181 113 282 0 254166 0
[pid=13800/tid=13809] ppid=13794 vsize=288768 CPUtime=0 cores=1,3
/proc/13800/task/13809/stat : 13809 (python) S 13794 13794 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886503400 295698432 5628 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 3 0 0 0
[pid=13810] ppid=13794 vsize=289316 CPUtime=0.13 cores=1,3
/proc/13810/stat : 13810 (python) S 13794 13794 12804 0 -1 4202560 1096 0 0 0 8 5 0 0 19 0 2 0 886503401 296259584 5740 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13810/statm: 72329 5740 400 364 0 8244 0
[pid=13812] ppid=13810 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/13812/stat : 13812 (gnovelty+2) T 13810 13812 13812 0 -1 4202496 443 0 0 0 10001 0 0 0 25 0 1 0 886503401 1042227200 180 33554432000 134512640 135663704 4290920688 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13812/statm: 254450 180 113 282 0 254166 0
[pid=13810/tid=13817] ppid=13794 vsize=289316 CPUtime=0 cores=1,3
/proc/13810/task/13817/stat : 13817 (python) S 13794 13794 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886513414 296259584 5740 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604470995027072 0 0 -1 1 0 0 0
[pid=13818] ppid=13794 vsize=299260 CPUtime=1.18 cores=1,3
/proc/13818/stat : 13818 (python) S 13794 13794 12804 0 -1 4202560 1145 0 0 0 68 50 0 0 15 0 2 0 886513415 306442240 5649 33554432000 4194304 5683644 140733432171760 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13818/statm: 74815 5649 400 364 0 10727 0
[pid=13820] ppid=13818 vsize=140920 CPUtime=801 cores=1,3
/proc/13820/stat : 13820 (march_hi) R 13818 13820 13820 0 -1 4202496 34386 0 0 0 80028 72 0 0 25 0 1 0 886513415 144302080 34123 33554432000 4194304 4955518 140734755178272 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13820/statm: 35230 34123 106 186 0 35043 0
[pid=13818/tid=14198] ppid=13794 vsize=299260 CPUtime=0 cores=1,3
/proc/13818/task/14198/stat : 14198 (python) S 13794 13794 12804 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886583124 306442240 5649 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604471113784128 0 0 -1 3 0 0 0
[pid=14199] ppid=13794 vsize=310056 CPUtime=0.29 cores=1,3
/proc/14199/stat : 14199 (python) S 13794 13794 12804 0 -1 4202560 1132 0 0 0 16 13 0 0 16 0 2 0 886583125 317497344 5788 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14199/statm: 77514 5788 400 364 0 13423 0
[pid=14201] ppid=14199 vsize=42712 CPUtime=197.72 cores=1,3
/proc/14201/stat : 14201 (march_hi) T 14199 14201 14201 0 -1 4202496 9931 0 0 0 19768 4 0 0 25 0 1 0 886583125 43737088 9668 33554432000 4194304 4955518 140737294167104 18446744073709551615 4244896 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14201/statm: 10678 9668 106 186 0 10491 0
[pid=14199/tid=14270] ppid=13794 vsize=310056 CPUtime=0 cores=1,3
/proc/14199/task/14270/stat : 14270 (python) S 13794 13794 12804 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886602929 317497344 5788 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 514 18446604470990684608 0 0 -1 1 0 0 0
[pid=13794/tid=13801] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13801/stat : 13801 (python) S 13792 13794 12804 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 5 0 886493654 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
[pid=13794/tid=13811] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13811/stat : 13811 (python) S 13792 13794 12804 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 5 0 886503401 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 3 0 0 0
[pid=13794/tid=13819] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/13819/stat : 13819 (python) S 13792 13794 12804 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 5 0 886513415 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 3 0 0 0
[pid=13794/tid=14200] ppid=13792 vsize=320300 CPUtime=0 cores=1,3
/proc/13794/task/14200/stat : 14200 (python) S 13792 13794 12804 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 886583125 327987200 7287 33554432000 4194304 5683644 140733432171760 18446744073709551615 242982373809 0 0 16781312 2 18446604467085318848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 3726932

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1209.94
CPU time (s): 1200.04
CPU user time (s): 1197.61
CPU system time (s): 2.43
CPU usage (%): 99.1817
Max. virtual memory (cumulated for all children) (KiB): 3726932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.433934
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13830
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= 2846
involuntary context switches= 22

runsolver used 2.26465 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:35:49
IDJOB=3484333
IDBENCH=82844
IDSOLVER=1975
FILE ID=node128/3484333-1307748949
RUNJOBID= node128-1307747008-12824
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-k5-r21.3-v125-c2662-S121099030-067.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-3484333-1307748949/watcher-3484333-1307748949 -o /tmp/evaluation-result-3484333-1307748949/solver-3484333-1307748949 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484333-1307748949.cnf -seed 405752091 -budget 1200

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

MD5SUM BENCH= b936bd7aa1624f527379bba2a9d6f8ed
RANDOM SEED=405752091

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:      31278504 kB
Buffers:        243632 kB
Cached:         937924 kB
SwapCached:      11368 kB
Active:         614056 kB
Inactive:       842020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31278504 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           31924 kB
Writeback:           0 kB
AnonPages:      272628 kB
Mapped:          18892 kB
Slab:           140404 kB
PageTables:      15432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  9875216 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= 74000 MiB
End job on node128 at 2011-06-11 01:56:01