Trace number 3377866

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-industrial (fixed)? (TO) 1295.37 1300.04

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.57/5.20	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.57/5.20	c INFO: solving HOME/instance-3377866-1305457155.cnf
0.57/5.20	c INFO: computing task features
0.77/5.41	c INFO: computed variable-clause graph statistics
0.77/5.41	c INFO: computed clause balance statistics
1.78/6.46	c INFO: computed variable balance statistics
3.14/8.59	c INFO: computed small-clause counts
3.14/8.59	c INFO: computed Horn-clause counts
3.28/8.73	c INFO: computed variable graph statistics
3.28/8.74	c INFO: collected features for HOME/instance-3377866-1305457155.cnf in 2.74 s
3.28/8.75	c INFO: running lingeling-276@0 for 582 with 2397 remaining (b = 0.57)
591.24/596.20	c INFO: running lingeling-276@0 for 97 with 1811 remaining (b = 0.25)
691.46/696.50	c INFO: running cryptominisat-2.9.0@0 for 1711 with 1711 remaining (b = 0.55)

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.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377866-1305457155/watcher-3377866-1305457155 -o /tmp/evaluation-result-3377866-1305457155/solver-3377866-1305457155 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377866-1305457155.cnf -seed 311245189 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.73 2.85 3.17 4/379 26498
/proc/meminfo: memFree=21102340/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=15764 CPUtime=0 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 843 0 0 0 0 0 0 0 17 0 1 0 657315147 16142336 727 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/26498/statm: 3941 727 334 364 0 428 0

[startup+0.0913029 s]
/proc/loadavg: 1.73 2.85 3.17 4/379 26498
/proc/meminfo: memFree=21102340/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=50016 CPUtime=0.06 cores=1,3
/proc/26498/stat : 26498 (python) D 26496 26498 26444 0 -1 4202496 1974 0 0 0 4 2 0 0 17 0 1 0 657315147 51216384 1737 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647142245 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26498/statm: 12504 1737 480 364 0 1204 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 50016

[startup+0.100302 s]
/proc/loadavg: 1.73 2.85 3.17 4/379 26498
/proc/meminfo: memFree=21102340/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=54540 CPUtime=0.07 cores=1,3
/proc/26498/stat : 26498 (python) R 26496 26498 26444 0 -1 4202496 2078 0 0 0 4 3 0 0 17 0 1 0 657315147 55848960 1835 33554432000 4194304 5683644 140733222110624 18446744073709551615 210642222727 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26498/statm: 14162 1835 492 364 0 1285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54540

[startup+0.30027 s]
/proc/loadavg: 1.73 2.85 3.17 4/379 26498
/proc/meminfo: memFree=21102340/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=131296 CPUtime=0.21 cores=1,3
/proc/26498/stat : 26498 (python) R 26496 26498 26444 0 -1 4202496 5709 937 1 0 13 8 0 0 17 0 1 0 657315147 134447104 4098 33554432000 4194304 5683644 140733222110624 18446744073709551615 210646811488 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26498/statm: 32824 4098 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 131296

[startup+0.700221 s]
/proc/loadavg: 1.73 2.85 3.17 4/379 26498
/proc/meminfo: memFree=21102340/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=135752 CPUtime=0.3 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 5971 937 1 0 16 14 0 0 16 0 1 0 657315147 139010048 4148 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647142405 0 2147483391 16781312 2 18446744071699855507 0 0 17 1 0 0 0
/proc/26498/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 135752

[startup+3.31776 s]
/proc/loadavg: 1.73 2.85 3.17 4/379 26498
/proc/meminfo: memFree=21102340/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=157384 CPUtime=0.39 cores=1,3
/proc/26498/stat : 26498 (python) D 26496 26498 26444 0 -1 4202496 6599 937 1 0 18 21 0 0 15 0 1 0 657315147 161161216 4696 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647152183 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 0
/proc/26498/statm: 39346 4696 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 157384
heavy processes:

[startup+3.41475 s]
/proc/loadavg: 1.73 2.85 3.17 4/389 26524
/proc/meminfo: memFree=20999720/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=157384 CPUtime=0.39 cores=1,3
/proc/26498/stat : 26498 (python) D 26496 26498 26444 0 -1 4202496 6599 937 1 0 18 21 0 0 15 0 1 0 657315147 161161216 4696 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647152183 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 0
/proc/26498/statm: 39346 4696 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 157384
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 2.55 3.01 3.21 5/392 26527
/proc/meminfo: memFree=20956312/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=291904 CPUtime=1.67 cores=1,3
/proc/26498/stat : 26498 (python) R 26496 26498 26444 0 -1 4202496 14296 937 1 0 143 24 0 0 17 0 1 0 657315147 298909696 10360 33554432000 4194304 5683644 140733222110624 18446744073709551615 5003200 0 0 16781312 2 0 0 0 17 1 0 0 352
/proc/26498/statm: 72976 10360 1826 364 0 8900 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 291904
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 3.23 3.14 3.25 5/398 26533
/proc/meminfo: memFree=20944476/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=294548 CPUtime=3.33 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 14588 937 1 0 306 27 0 0 22 0 2 0 657315147 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 352
/proc/26498/statm: 73637 8531 1867 364 0 9555 0
[pid=26528] ppid=26498 vsize=285000 CPUtime=0 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 657316023 291840000 7016 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166479 0 0 16781312 514 3815041744764895495 0 0 17 3 0 0 0
/proc/26528/statm: 71250 7016 355 364 0 7168 0
[pid=26530] ppid=26528 vsize=10804 CPUtime=3.48 cores=1,3
/proc/26530/stat : 26530 (lingeling) R 26528 26530 26530 0 -1 4202496 2682 0 0 0 317 31 0 0 25 0 1 0 657316023 11063296 1870 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26530/statm: 2701 1870 129 39 0 1781 0
[pid=26498/tid=26529] ppid=26496 vsize=294548 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 2 0 657316023 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 590352
heavy processes:

[startup+25.501 s]
/proc/loadavg: 4.20 3.36 3.32 5/398 26533
/proc/meminfo: memFree=20928168/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=294548 CPUtime=3.33 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 14588 937 1 0 306 27 0 0 22 0 2 0 657315147 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 352
/proc/26498/statm: 73637 8531 1867 364 0 9555 0
[pid=26528] ppid=26498 vsize=285000 CPUtime=0.02 cores=1,3
/proc/26528/stat : 26528 (python) R 26498 26498 26444 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 657316023 291840000 7039 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166479 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/26528/statm: 71250 7039 378 364 0 7168 0
[pid=26530] ppid=26528 vsize=15060 CPUtime=16.08 cores=1,3
/proc/26530/stat : 26530 (lingeling) R 26528 26530 26530 0 -1 4202496 3945 0 0 0 1577 31 0 0 25 0 1 0 657316023 15421440 2934 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26530/statm: 3765 2934 129 39 0 2845 0
[pid=26498/tid=26529] ppid=26496 vsize=294548 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 2 0 657316023 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.43
Current children cumulated vsize (KiB) 594608
heavy processes:

[startup+51.1007 s]
/proc/loadavg: 4.75 3.57 3.39 5/398 26534
/proc/meminfo: memFree=20920016/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=294548 CPUtime=3.33 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 14588 937 1 0 306 27 0 0 22 0 2 0 657315147 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 352
/proc/26498/statm: 73637 8531 1867 364 0 9555 0
[pid=26528] ppid=26498 vsize=285000 CPUtime=0.11 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 913 0 0 0 6 5 0 0 18 0 1 0 657316023 291840000 7039 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166479 0 0 16781312 514 129672003333357831 0 0 17 3 0 0 0
/proc/26528/statm: 71250 7039 378 364 0 7168 0
[pid=26530] ppid=26528 vsize=17720 CPUtime=41.26 cores=1,3
/proc/26530/stat : 26530 (lingeling) R 26528 26530 26530 0 -1 4202496 5734 0 0 0 4095 31 0 0 25 0 1 0 657316023 18145280 3599 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26530/statm: 4430 3599 129 39 0 3510 0
[pid=26498/tid=26529] ppid=26496 vsize=294548 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 2 0 657316023 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.7
Current children cumulated vsize (KiB) 597268

[startup+102.301 s]
/proc/loadavg: 4.39 3.65 3.43 5/398 26535
/proc/meminfo: memFree=20900468/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=294548 CPUtime=3.33 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 14588 937 1 0 306 27 0 0 22 0 2 0 657315147 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 352
/proc/26498/statm: 73637 8531 1867 364 0 9555 0
[pid=26528] ppid=26498 vsize=285000 CPUtime=0.26 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 938 0 0 0 14 12 0 0 18 0 1 0 657316023 291840000 7039 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166479 0 0 16781312 514 129672003333357831 0 0 17 3 0 0 0
/proc/26528/statm: 71250 7039 378 364 0 7168 0
[pid=26530] ppid=26528 vsize=24928 CPUtime=92.37 cores=1,3
/proc/26530/stat : 26530 (lingeling) R 26528 26530 26530 0 -1 4202496 12401 0 0 0 9204 33 0 0 25 0 1 0 657316023 25526272 5401 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26530/statm: 6232 5401 129 39 0 5312 0
[pid=26498/tid=26529] ppid=26496 vsize=294548 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 2 0 657316023 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 95.96
Current children cumulated vsize (KiB) 604476

[startup+162.301 s]
/proc/loadavg: 4.20 3.72 3.47 5/398 26546
/proc/meminfo: memFree=20886148/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=294548 CPUtime=3.33 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 14588 937 1 0 306 27 0 0 22 0 2 0 657315147 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 352
/proc/26498/statm: 73637 8531 1867 364 0 9555 0
[pid=26528] ppid=26498 vsize=285000 CPUtime=0.44 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 957 0 0 0 23 21 0 0 18 0 1 0 657316023 291840000 7039 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166479 0 0 16781312 514 129672003333357831 0 0 17 3 0 0 0
/proc/26528/statm: 71250 7039 378 364 0 7168 0
[pid=26530] ppid=26528 vsize=31196 CPUtime=152.32 cores=1,3
/proc/26530/stat : 26530 (lingeling) R 26528 26530 26530 0 -1 4202496 22515 0 0 0 15194 38 0 0 25 0 1 0 657316023 31944704 6968 33554432000 4194304 4352236 140735086784848 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26530/statm: 7799 6968 129 39 0 6879 0
[pid=26498/tid=26529] ppid=26496 vsize=294548 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 2 0 657316023 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 156.09
Current children cumulated vsize (KiB) 610744

[startup+222.301 s]
/proc/loadavg: 4.11 3.79 3.50 5/398 26548
/proc/meminfo: memFree=20879200/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=294548 CPUtime=3.33 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 14588 937 1 0 306 27 0 0 22 0 2 0 657315147 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 352
/proc/26498/statm: 73637 8531 1867 364 0 9555 0
[pid=26528] ppid=26498 vsize=285000 CPUtime=0.61 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 973 0 0 0 32 29 0 0 18 0 1 0 657316023 291840000 7039 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166479 0 0 16781312 514 129672003333357831 0 0 17 3 0 0 0
/proc/26528/statm: 71250 7039 378 364 0 7168 0
[pid=26530] ppid=26528 vsize=39388 CPUtime=212.33 cores=1,3
/proc/26530/stat : 26530 (lingeling) R 26528 26530 26530 0 -1 4202496 34547 0 0 0 21193 40 0 0 25 0 1 0 657316023 40333312 9016 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26530/statm: 9847 9016 129 39 0 8927 0
[pid=26498/tid=26529] ppid=26496 vsize=294548 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 2 0 657316023 301617152 8531 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 216.27
Current children cumulated vsize (KiB) 618936

[startup+282.301 s]
/proc/loadavg: 4.04 3.82 3.53 5/398 26549

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

[startup+1182.3 s]
/proc/loadavg: 3.03 3.47 3.61 4/413 26626
/proc/meminfo: memFree=20541224/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=315540 CPUtime=3.35 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 16164 937 1 0 307 28 0 0 19 0 4 0 657315147 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 352
/proc/26498/statm: 78885 8640 1880 364 0 14797 0
[pid=26528] ppid=26498 vsize=295244 CPUtime=1.69 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 1207 0 0 0 90 79 0 0 19 0 2 0 657316023 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26528/statm: 73811 7082 416 364 0 9729 0
[pid=26530] ppid=26528 vsize=42972 CPUtime=586.22 cores=1,3
/proc/26530/stat : 26530 (lingeling) T 26528 26530 26530 0 -1 4202496 99383 0 0 0 58576 46 0 0 25 0 1 0 657316023 44003328 9912 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26530/statm: 10743 9912 129 39 0 9823 0
[pid=26528/tid=26574] ppid=26498 vsize=295244 CPUtime=0 cores=1,3
/proc/26528/task/26574/stat : 26574 (python) S 26498 26498 26444 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657374767 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604458095919168 0 0 -1 1 0 0 0
[pid=26575] ppid=26498 vsize=295704 CPUtime=0.29 cores=1,3
/proc/26575/stat : 26575 (python) S 26498 26498 26444 0 -1 4202560 1110 0 0 0 15 14 0 0 19 0 2 0 657374768 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26575/statm: 73926 7066 400 364 0 9841 0
[pid=26577] ppid=26575 vsize=28128 CPUtime=100.03 cores=1,3
/proc/26577/stat : 26577 (lingeling) T 26575 26577 26577 0 -1 4202496 12972 0 0 0 10002 1 0 0 25 0 1 0 657374768 28803072 6202 33554432000 4194304 4352236 140737312702544 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26577/statm: 7032 6202 129 39 0 6112 0
[pid=26575/tid=26592] ppid=26498 vsize=295704 CPUtime=0 cores=1,3
/proc/26575/task/26592/stat : 26592 (python) S 26498 26498 26444 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657384797 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604454225328128 0 0 -1 1 0 0 0
[pid=26593] ppid=26498 vsize=305676 CPUtime=1.57 cores=1,3
/proc/26593/stat : 26593 (python) S 26498 26498 26444 0 -1 4202560 1003 0 0 0 81 76 0 0 15 0 1 0 657384798 313012224 7129 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166534 0 0 16781312 514 129672003333357828 0 0 17 1 0 0 0
/proc/26593/statm: 76419 7129 372 364 0 12331 0
[pid=26595] ppid=26593 vsize=108668 CPUtime=484.41 cores=1,3
/proc/26595/stat : 26595 (cryptominisat-2) R 26593 26595 26595 0 -1 4202496 115983 0 0 0 48415 26 0 0 25 0 1 0 657384798 111276032 21265 33554432000 4194304 4677096 140736314062384 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26595/statm: 27167 21265 392 118 0 22126 0
[pid=26498/tid=26529] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 4 0 657316023 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
[pid=26498/tid=26576] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26576/stat : 26576 (python) S 26496 26498 26444 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 4 0 657374768 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
[pid=26498/tid=26594] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26594/stat : 26594 (python) S 26496 26498 26444 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 4 0 657384798 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1177.56
Current children cumulated vsize (KiB) 1391932

[startup+1242.3 s]
/proc/loadavg: 3.01 3.38 3.57 4/413 26628
/proc/meminfo: memFree=20539224/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=315540 CPUtime=3.35 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 16164 937 1 0 307 28 0 0 19 0 4 0 657315147 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 352
/proc/26498/statm: 78885 8640 1880 364 0 14797 0
[pid=26528] ppid=26498 vsize=295244 CPUtime=1.69 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 1207 0 0 0 90 79 0 0 19 0 2 0 657316023 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26528/statm: 73811 7082 416 364 0 9729 0
[pid=26530] ppid=26528 vsize=42972 CPUtime=586.22 cores=1,3
/proc/26530/stat : 26530 (lingeling) T 26528 26530 26530 0 -1 4202496 99383 0 0 0 58576 46 0 0 25 0 1 0 657316023 44003328 9912 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26530/statm: 10743 9912 129 39 0 9823 0
[pid=26528/tid=26574] ppid=26498 vsize=295244 CPUtime=0 cores=1,3
/proc/26528/task/26574/stat : 26574 (python) S 26498 26498 26444 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657374767 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604458095919168 0 0 -1 1 0 0 0
[pid=26575] ppid=26498 vsize=295704 CPUtime=0.29 cores=1,3
/proc/26575/stat : 26575 (python) S 26498 26498 26444 0 -1 4202560 1110 0 0 0 15 14 0 0 19 0 2 0 657374768 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26575/statm: 73926 7066 400 364 0 9841 0
[pid=26577] ppid=26575 vsize=28128 CPUtime=100.03 cores=1,3
/proc/26577/stat : 26577 (lingeling) T 26575 26577 26577 0 -1 4202496 12972 0 0 0 10002 1 0 0 25 0 1 0 657374768 28803072 6202 33554432000 4194304 4352236 140737312702544 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26577/statm: 7032 6202 129 39 0 6112 0
[pid=26575/tid=26592] ppid=26498 vsize=295704 CPUtime=0 cores=1,3
/proc/26575/task/26592/stat : 26592 (python) S 26498 26498 26444 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657384797 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604454225328128 0 0 -1 1 0 0 0
[pid=26593] ppid=26498 vsize=305676 CPUtime=1.75 cores=1,3
/proc/26593/stat : 26593 (python) S 26498 26498 26444 0 -1 4202560 1003 0 0 0 90 85 0 0 15 0 1 0 657384798 313012224 7129 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166534 0 0 16781312 514 129672003333357828 0 0 17 1 0 0 0
/proc/26593/statm: 76419 7129 372 364 0 12331 0
[pid=26595] ppid=26593 vsize=110708 CPUtime=544.26 cores=1,3
/proc/26595/stat : 26595 (cryptominisat-2) R 26593 26595 26595 0 -1 4202496 126678 0 0 0 54397 29 0 0 25 0 1 0 657384798 113364992 20880 33554432000 4194304 4677096 140736314062384 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26595/statm: 27677 20880 392 118 0 22636 0
[pid=26498/tid=26529] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 4 0 657316023 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
[pid=26498/tid=26576] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26576/stat : 26576 (python) S 26496 26498 26444 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 4 0 657374768 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
[pid=26498/tid=26594] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26594/stat : 26594 (python) S 26496 26498 26444 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 4 0 657384798 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1237.59
Current children cumulated vsize (KiB) 1393972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.32 3.53 4/411 26629
/proc/meminfo: memFree=20623420/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=315540 CPUtime=3.35 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 16164 937 1 0 307 28 0 0 19 0 4 0 657315147 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 352
/proc/26498/statm: 78885 8640 1880 364 0 14797 0
[pid=26528] ppid=26498 vsize=295244 CPUtime=1.69 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 1207 0 0 0 90 79 0 0 19 0 2 0 657316023 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26528/statm: 73811 7082 416 364 0 9729 0
[pid=26530] ppid=26528 vsize=42972 CPUtime=586.22 cores=1,3
/proc/26530/stat : 26530 (lingeling) T 26528 26530 26530 0 -1 4202496 99383 0 0 0 58576 46 0 0 25 0 1 0 657316023 44003328 9912 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26530/statm: 10743 9912 129 39 0 9823 0
[pid=26528/tid=26574] ppid=26498 vsize=295244 CPUtime=0 cores=1,3
/proc/26528/task/26574/stat : 26574 (python) S 26498 26498 26444 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657374767 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604458095919168 0 0 -1 1 0 0 0
[pid=26575] ppid=26498 vsize=295704 CPUtime=0.29 cores=1,3
/proc/26575/stat : 26575 (python) S 26498 26498 26444 0 -1 4202560 1110 0 0 0 15 14 0 0 19 0 2 0 657374768 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26575/statm: 73926 7066 400 364 0 9841 0
[pid=26577] ppid=26575 vsize=28128 CPUtime=100.03 cores=1,3
/proc/26577/stat : 26577 (lingeling) T 26575 26577 26577 0 -1 4202496 12972 0 0 0 10002 1 0 0 25 0 1 0 657374768 28803072 6202 33554432000 4194304 4352236 140737312702544 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26577/statm: 7032 6202 129 39 0 6112 0
[pid=26575/tid=26592] ppid=26498 vsize=295704 CPUtime=0 cores=1,3
/proc/26575/task/26592/stat : 26592 (python) S 26498 26498 26444 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657384797 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604454225328128 0 0 -1 1 0 0 0
[pid=26593] ppid=26498 vsize=305676 CPUtime=1.93 cores=1,3
/proc/26593/stat : 26593 (python) S 26498 26498 26444 0 -1 4202560 1003 0 0 0 101 92 0 0 15 0 1 0 657384798 313012224 7129 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166534 0 0 16781312 514 11651361996116295940 0 0 17 1 0 0 0
/proc/26593/statm: 76419 7129 372 364 0 12331 0
[pid=26595] ppid=26593 vsize=173356 CPUtime=601.86 cores=1,3
/proc/26595/stat : 26595 (cryptominisat-2) R 26593 26595 26595 0 -1 4202496 134808 0 0 0 60154 32 0 0 25 0 1 0 657384798 177516544 25339 33554432000 4194304 4677096 140736314062384 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26595/statm: 43339 25339 392 118 0 38298 0
[pid=26498/tid=26529] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 4 0 657316023 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
[pid=26498/tid=26576] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26576/stat : 26576 (python) S 26496 26498 26444 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 4 0 657374768 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
[pid=26498/tid=26594] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26594/stat : 26594 (python) S 26496 26498 26444 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 4 0 657384798 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1295.37
Current children cumulated vsize (KiB) 1456620

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

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

[startup+1300 s]
/proc/loadavg: 3.05 3.32 3.53 4/411 26629
/proc/meminfo: memFree=20623420/32951132 swapFree=64495980/67111528
[pid=26498] ppid=26496 vsize=315540 CPUtime=3.35 cores=1,3
/proc/26498/stat : 26498 (python) S 26496 26498 26444 0 -1 4202496 16164 937 1 0 307 28 0 0 19 0 4 0 657315147 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 352
/proc/26498/statm: 78885 8640 1880 364 0 14797 0
[pid=26528] ppid=26498 vsize=295244 CPUtime=1.69 cores=1,3
/proc/26528/stat : 26528 (python) S 26498 26498 26444 0 -1 4202560 1207 0 0 0 90 79 0 0 19 0 2 0 657316023 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26528/statm: 73811 7082 416 364 0 9729 0
[pid=26530] ppid=26528 vsize=42972 CPUtime=586.22 cores=1,3
/proc/26530/stat : 26530 (lingeling) T 26528 26530 26530 0 -1 4202496 99383 0 0 0 58576 46 0 0 25 0 1 0 657316023 44003328 9912 33554432000 4194304 4352236 140735086784848 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26530/statm: 10743 9912 129 39 0 9823 0
[pid=26528/tid=26574] ppid=26498 vsize=295244 CPUtime=0 cores=1,3
/proc/26528/task/26574/stat : 26574 (python) S 26498 26498 26444 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657374767 302329856 7082 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604458095919168 0 0 -1 1 0 0 0
[pid=26575] ppid=26498 vsize=295704 CPUtime=0.29 cores=1,3
/proc/26575/stat : 26575 (python) S 26498 26498 26444 0 -1 4202560 1110 0 0 0 15 14 0 0 19 0 2 0 657374768 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26575/statm: 73926 7066 400 364 0 9841 0
[pid=26577] ppid=26575 vsize=28128 CPUtime=100.03 cores=1,3
/proc/26577/stat : 26577 (lingeling) T 26575 26577 26577 0 -1 4202496 12972 0 0 0 10002 1 0 0 25 0 1 0 657374768 28803072 6202 33554432000 4194304 4352236 140737312702544 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/26577/statm: 7032 6202 129 39 0 6112 0
[pid=26575/tid=26592] ppid=26498 vsize=295704 CPUtime=0 cores=1,3
/proc/26575/task/26592/stat : 26592 (python) S 26498 26498 26444 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657384797 302800896 7066 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 514 18446604454225328128 0 0 -1 1 0 0 0
[pid=26593] ppid=26498 vsize=305676 CPUtime=1.93 cores=1,3
/proc/26593/stat : 26593 (python) S 26498 26498 26444 0 -1 4202560 1003 0 0 0 101 92 0 0 15 0 1 0 657384798 313012224 7129 33554432000 4194304 5683644 140733222110624 18446744073709551615 210647166534 0 0 16781312 514 11651361996116295940 0 0 17 1 0 0 0
/proc/26593/statm: 76419 7129 372 364 0 12331 0
[pid=26595] ppid=26593 vsize=173356 CPUtime=601.86 cores=1,3
/proc/26595/stat : 26595 (cryptominisat-2) R 26593 26595 26595 0 -1 4202496 134808 0 0 0 60154 32 0 0 25 0 1 0 657384798 177516544 25339 33554432000 4194304 4677096 140736314062384 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26595/statm: 43339 25339 392 118 0 38298 0
[pid=26498/tid=26529] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26529/stat : 26529 (python) S 26496 26498 26444 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 4 0 657316023 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 3 0 0 0
[pid=26498/tid=26576] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26576/stat : 26576 (python) S 26496 26498 26444 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 4 0 657374768 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
[pid=26498/tid=26594] ppid=26496 vsize=315540 CPUtime=0 cores=1,3
/proc/26498/task/26594/stat : 26594 (python) S 26496 26498 26444 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 4 0 657384798 323112960 8640 33554432000 4194304 5683644 140733222110624 18446744073709551615 210658970033 0 0 16781312 2 18446604458095920064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1295.37
Current children cumulated vsize (KiB) 1456620

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.04
CPU time (s): 1295.37
CPU user time (s): 1292.45
CPU system time (s): 2.92
CPU usage (%): 99.6409
Max. virtual memory (cumulated for all children) (KiB): 1456620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.07853
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17101
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= 23782
involuntary context switches= 50

runsolver used 4.89525 second user time and 11.8742 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 12:59:15
IDJOB=3377866
IDBENCH=84211
IDSOLVER=1858
FILE ID=node129/3377866-1305457155
RUNJOBID= node129-1305457155-26464
PBS_JOBID= 13324894
Free space on /tmp= 73388 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377866-1305457155/watcher-3377866-1305457155 -o /tmp/evaluation-result-3377866-1305457155/solver-3377866-1305457155 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377866-1305457155.cnf -seed 311245189 -budget 2400

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=311245189

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21102868 kB
Buffers:        262912 kB
Cached:        6317768 kB
SwapCached:      52668 kB
Active:        3227844 kB
Inactive:      8378452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21102868 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:          131764 kB
Writeback:           0 kB
AnonPages:     4982608 kB
Mapped:          21052 kB
Slab:           135308 kB
PageTables:      40320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 92987076 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= 73300 MiB
End job on node129 at 2011-05-15 13:20:57