Trace number 3484611

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, 1200 s timeout)? (TO) 1200.1 1200.23

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
Bench CategoryAPPLICATION (applications 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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

Solver Data

0.56/0.99	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.56/0.99	c INFO: solving HOME/instance-3484611-1307750792.cnf
0.56/0.99	c INFO: computing task features
0.94/1.31	c INFO: computed variable-clause graph statistics
0.94/1.32	c INFO: computed clause balance statistics
2.54/2.96	c INFO: computed variable balance statistics
3.74/4.16	c INFO: computed small-clause counts
3.74/4.17	c INFO: computed Horn-clause counts
4.94/5.35	c INFO: computed variable graph statistics
4.94/5.35	c INFO: collected features for HOME/instance-3484611-1307750792.cnf in 4.34 s
4.94/5.36	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.58)
591.69/592.04	c INFO: running cryptominisat-2.9.0@0 for 609 with 609 remaining (b = 0.51)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.92 1.55 2.61 5/171 14923
/proc/meminfo: memFree=31888328/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=11804 CPUtime=0 cores=0,2
/proc/14923/stat : 14923 (runsolver) R 14921 14923 12976 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 867495191 12087296 55 33554432000 4194304 5436572 140734713580080 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/14923/statm: 2951 55 36 304 0 2643 0

[startup+0.093212 s]
/proc/loadavg: 0.92 1.55 2.61 5/171 14923
/proc/meminfo: memFree=31888328/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=45812 CPUtime=0.05 cores=0,2
/proc/14923/stat : 14923 (python) D 14921 14923 12976 0 -1 4202496 1925 0 0 0 4 1 0 0 17 0 1 0 867495191 46911488 1696 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816232293 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14923/statm: 11453 1696 470 364 0 1202 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45812

[startup+0.100202 s]
/proc/loadavg: 0.92 1.55 2.61 5/171 14923
/proc/meminfo: memFree=31888328/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=50008 CPUtime=0.05 cores=0,2
/proc/14923/stat : 14923 (python) R 14921 14923 12976 0 -1 4202496 1970 0 0 0 4 1 0 0 17 0 1 0 867495191 51208192 1731 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/14923/statm: 12503 1733 480 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50008

[startup+0.300161 s]
/proc/loadavg: 0.92 1.55 2.61 5/171 14923
/proc/meminfo: memFree=31888328/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=126296 CPUtime=0.19 cores=0,2
/proc/14923/stat : 14923 (python) R 14921 14923 12976 0 -1 4202496 4714 930 1 0 10 9 0 0 18 0 1 0 867495191 129327104 3895 33554432000 4194304 5683644 140736320802784 18446744073709551615 5177553 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14923/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 126296

[startup+0.70114 s]
/proc/loadavg: 0.92 1.55 2.61 5/171 14923
/proc/meminfo: memFree=31888328/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=157380 CPUtime=0.42 cores=0,2
/proc/14923/stat : 14923 (python) D 14921 14923 12976 0 -1 4202496 6611 930 1 0 18 24 0 0 16 0 1 0 867495191 161157120 4696 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14923/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 157380

[startup+1.50099 s]
/proc/loadavg: 0.92 1.55 2.61 5/187 14968
/proc/meminfo: memFree=31791080/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=296776 CPUtime=1.14 cores=0,2
/proc/14923/stat : 14923 (python) R 14921 14923 12976 0 -1 4202496 17292 930 1 0 81 33 0 0 16 0 1 0 867495191 303898624 11579 33554432000 4194304 5683644 140736320802784 18446744073709551615 220815885228 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14923/statm: 74194 11579 1826 364 0 10118 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 296776

[startup+3.10067 s]
/proc/loadavg: 0.92 1.55 2.61 5/187 14968
/proc/meminfo: memFree=31685184/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=296776 CPUtime=2.74 cores=0,2
/proc/14923/stat : 14923 (python) R 14921 14923 12976 0 -1 4202496 17293 930 1 0 241 33 0 0 19 0 1 0 867495191 303898624 11580 33554432000 4194304 5683644 140736320802784 18446744073709551615 47477836746081 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14923/statm: 74194 11580 1827 364 0 10118 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 296776

[startup+6.30107 s]
/proc/loadavg: 1.73 1.71 2.66 5/193 14974
/proc/meminfo: memFree=31669188/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=306680 CPUtime=5 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 17830 930 1 0 466 34 0 0 25 0 2 0 867495191 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14923/statm: 76670 11533 1867 364 0 12588 0
[pid=14969] ppid=14923 vsize=296436 CPUtime=0 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 710 0 0 0 0 0 0 0 25 0 1 0 867495727 303550464 10008 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256527 0 0 16781312 514 4402714217136783359 0 0 17 0 0 0 0
/proc/14969/statm: 74109 10008 346 364 0 10027 0
[pid=14971] ppid=14969 vsize=12640 CPUtime=0.92 cores=0,2
/proc/14971/stat : 14971 (lingeling) R 14969 14971 14971 0 -1 4202496 3469 0 0 0 92 0 0 0 25 0 1 0 867495727 12943360 2201 33554432000 4194304 4352236 140734254224848 18446744073709551615 4229896 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/14971/statm: 3160 2201 127 39 0 2240 0
[pid=14923/tid=14970] ppid=14921 vsize=306680 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 2 0 867495727 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 615756

[startup+12.7009 s]
/proc/loadavg: 1.91 1.74 2.66 6/199 14980
/proc/meminfo: memFree=31628332/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=306680 CPUtime=5 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 17830 930 1 0 466 34 0 0 25 0 2 0 867495191 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14923/statm: 76670 11533 1867 364 0 12588 0
[pid=14969] ppid=14923 vsize=296436 CPUtime=0 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 867495727 303550464 10038 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256527 0 0 16781312 514 4402714217136750852 0 0 17 0 0 0 0
/proc/14969/statm: 74109 10038 376 364 0 10027 0
[pid=14971] ppid=14969 vsize=15436 CPUtime=7.31 cores=0,2
/proc/14971/stat : 14971 (lingeling) R 14969 14971 14971 0 -1 4202496 4809 0 0 0 731 0 0 0 25 0 1 0 867495727 15806464 3029 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328671 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/14971/statm: 3859 3029 129 39 0 2939 0
[pid=14923/tid=14970] ppid=14921 vsize=306680 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 2 0 867495727 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 618552

[startup+25.5005 s]
/proc/loadavg: 2.37 1.85 2.69 6/199 14980
/proc/meminfo: memFree=31628728/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=306680 CPUtime=5 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 17830 930 1 0 466 34 0 0 25 0 2 0 867495191 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14923/statm: 76670 11533 1867 364 0 12588 0
[pid=14969] ppid=14923 vsize=296436 CPUtime=0.02 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 897 0 0 0 1 1 0 0 18 0 1 0 867495727 303550464 10038 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256527 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14969/statm: 74109 10038 376 364 0 10027 0
[pid=14971] ppid=14969 vsize=15960 CPUtime=20.1 cores=0,2
/proc/14971/stat : 14971 (lingeling) R 14969 14971 14971 0 -1 4202496 4940 0 0 0 2010 0 0 0 25 0 1 0 867495727 16343040 3160 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328066 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/14971/statm: 3990 3160 129 39 0 3070 0
[pid=14923/tid=14970] ppid=14921 vsize=306680 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 2 0 867495727 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 619076

[startup+51.1068 s]
/proc/loadavg: 2.93 2.02 2.72 6/199 14981
/proc/meminfo: memFree=31617124/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=306680 CPUtime=5 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 17830 930 1 0 466 34 0 0 25 0 2 0 867495191 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14923/statm: 76670 11533 1867 364 0 12588 0
[pid=14969] ppid=14923 vsize=296436 CPUtime=0.04 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 867495727 303550464 10038 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256527 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14969/statm: 74109 10038 376 364 0 10027 0
[pid=14971] ppid=14969 vsize=18268 CPUtime=45.68 cores=0,2
/proc/14971/stat : 14971 (lingeling) R 14969 14971 14971 0 -1 4202496 5517 0 0 0 4567 1 0 0 25 0 1 0 867495727 18706432 3737 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/14971/statm: 4567 3737 129 39 0 3647 0
[pid=14923/tid=14970] ppid=14921 vsize=306680 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 2 0 867495727 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 621384

[startup+102.3 s]
/proc/loadavg: 3.53 2.33 2.78 6/199 14982
/proc/meminfo: memFree=31600456/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=306680 CPUtime=5 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 17830 930 1 0 466 34 0 0 25 0 2 0 867495191 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14923/statm: 76670 11533 1867 364 0 12588 0
[pid=14969] ppid=14923 vsize=296436 CPUtime=0.12 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 934 0 0 0 7 5 0 0 18 0 1 0 867495727 303550464 10038 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256527 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14969/statm: 74109 10038 376 364 0 10027 0
[pid=14971] ppid=14969 vsize=20556 CPUtime=96.8 cores=0,2
/proc/14971/stat : 14971 (lingeling) R 14969 14971 14971 0 -1 4202496 7113 0 0 0 9679 1 0 0 25 0 1 0 867495727 21049344 4309 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328559 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/14971/statm: 5139 4309 129 39 0 4219 0
[pid=14923/tid=14970] ppid=14921 vsize=306680 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 2 0 867495727 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 623672

[startup+162.3 s]
/proc/loadavg: 3.83 2.63 2.86 6/199 14984
/proc/meminfo: memFree=31579588/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=306680 CPUtime=5 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 17830 930 1 0 466 34 0 0 25 0 2 0 867495191 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14923/statm: 76670 11533 1867 364 0 12588 0
[pid=14969] ppid=14923 vsize=296436 CPUtime=0.2 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 953 0 0 0 11 9 0 0 18 0 1 0 867495727 303550464 10038 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256527 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14969/statm: 74109 10038 376 364 0 10027 0
[pid=14971] ppid=14969 vsize=28748 CPUtime=156.72 cores=0,2
/proc/14971/stat : 14971 (lingeling) R 14969 14971 14971 0 -1 4202496 11209 0 0 0 15670 2 0 0 25 0 1 0 867495727 29437952 6357 33554432000 4194304 4352236 140734254224848 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/14971/statm: 7187 6357 129 39 0 6267 0
[pid=14923/tid=14970] ppid=14921 vsize=306680 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 2 0 867495727 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 631864

[startup+222.301 s]
/proc/loadavg: 3.93 2.87 2.93 6/199 14985
/proc/meminfo: memFree=31576816/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=306680 CPUtime=5 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 17830 930 1 0 466 34 0 0 25 0 2 0 867495191 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14923/statm: 76670 11533 1867 364 0 12588 0
[pid=14969] ppid=14923 vsize=296436 CPUtime=0.28 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 971 0 0 0 16 12 0 0 18 0 1 0 867495727 303550464 10038 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256527 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14969/statm: 74109 10038 376 364 0 10027 0
[pid=14971] ppid=14969 vsize=28748 CPUtime=216.65 cores=0,2
/proc/14971/stat : 14971 (lingeling) R 14969 14971 14971 0 -1 4202496 13257 0 0 0 21662 3 0 0 25 0 1 0 867495727 29437952 6357 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328408 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/14971/statm: 7187 6357 129 39 0 6267 0
[pid=14923/tid=14970] ppid=14921 vsize=306680 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 2 0 867495727 314040320 11533 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (KiB) 631864

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

[pid=14997] ppid=14923 vsize=306692 CPUtime=0.64 cores=0,2
/proc/14997/stat : 14997 (python) S 14923 14923 12976 0 -1 4202560 998 0 0 0 36 28 0 0 15 0 1 0 867554396 314052608 10036 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256582 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14997/statm: 76673 10036 370 364 0 12588 0
[pid=14999] ppid=14997 vsize=213920 CPUtime=409.69 cores=0,2
/proc/14999/stat : 14999 (cryptominisat-2) R 14997 14999 14999 0 -1 4202496 183488 0 0 0 40933 36 0 0 25 0 1 0 867554396 219054080 46663 33554432000 4194304 4677096 140734370210544 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14999/statm: 53480 46663 393 118 0 48439 0
[pid=14923/tid=14970] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 3 0 867495727 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
[pid=14923/tid=14998] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14998/stat : 14998 (python) S 14921 14923 12976 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 867554396 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 1178612

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.56 5/215 15024
/proc/meminfo: memFree=30217772/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=316936 CPUtime=5.01 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 18632 930 1 0 467 34 0 0 20 0 3 0 867495191 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14923/statm: 79234 11540 1870 364 0 15149 0
[pid=14969] ppid=14923 vsize=306680 CPUtime=0.78 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 1199 0 0 0 44 34 0 0 19 0 2 0 867495727 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14969/statm: 76670 10081 414 364 0 12588 0
[pid=14971] ppid=14969 vsize=34384 CPUtime=585.96 cores=0,2
/proc/14971/stat : 14971 (lingeling) T 14969 14971 14971 0 -1 4202496 23626 0 0 0 58592 4 0 0 25 0 1 0 867495727 35209216 7766 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/14971/statm: 8596 7766 129 39 0 7676 0
[pid=14969/tid=14996] ppid=14923 vsize=306680 CPUtime=0 cores=0,2
/proc/14969/task/14996/stat : 14996 (python) S 14923 14923 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867554395 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=14997] ppid=14923 vsize=306692 CPUtime=0.73 cores=0,2
/proc/14997/stat : 14997 (python) S 14923 14923 12976 0 -1 4202560 998 0 0 0 41 32 0 0 15 0 1 0 867554396 314052608 10036 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256582 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14997/statm: 76673 10036 370 364 0 12588 0
[pid=14999] ppid=14997 vsize=214780 CPUtime=469.64 cores=0,2
/proc/14999/stat : 14999 (cryptominisat-2) R 14997 14999 14999 0 -1 4202496 199743 0 0 0 46925 39 0 0 25 0 1 0 867554396 219934720 46442 33554432000 4194304 4677096 140734370210544 18446744073709551615 220815933115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14999/statm: 53695 46442 393 118 0 48654 0
[pid=14923/tid=14970] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 3 0 867495727 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
[pid=14923/tid=14998] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14998/stat : 14998 (python) S 14921 14923 12976 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 867554396 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1179472

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.59 6/215 15028
/proc/meminfo: memFree=30187472/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=316936 CPUtime=5.01 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 18632 930 1 0 467 34 0 0 20 0 3 0 867495191 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14923/statm: 79234 11540 1870 364 0 15149 0
[pid=14969] ppid=14923 vsize=306680 CPUtime=0.78 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 1199 0 0 0 44 34 0 0 19 0 2 0 867495727 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14969/statm: 76670 10081 414 364 0 12588 0
[pid=14971] ppid=14969 vsize=34384 CPUtime=585.96 cores=0,2
/proc/14971/stat : 14971 (lingeling) T 14969 14971 14971 0 -1 4202496 23626 0 0 0 58592 4 0 0 25 0 1 0 867495727 35209216 7766 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/14971/statm: 8596 7766 129 39 0 7676 0
[pid=14969/tid=14996] ppid=14923 vsize=306680 CPUtime=0 cores=0,2
/proc/14969/task/14996/stat : 14996 (python) S 14923 14923 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867554395 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=14997] ppid=14923 vsize=306692 CPUtime=0.82 cores=0,2
/proc/14997/stat : 14997 (python) S 14923 14923 12976 0 -1 4202560 998 0 0 0 46 36 0 0 15 0 1 0 867554396 314052608 10036 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256582 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14997/statm: 76673 10036 370 364 0 12588 0
[pid=14999] ppid=14997 vsize=285872 CPUtime=529.58 cores=0,2
/proc/14999/stat : 14999 (cryptominisat-2) R 14997 14999 14999 0 -1 4202496 219269 0 0 0 52915 43 0 0 25 0 1 0 867554396 292732928 47857 33554432000 4194304 4677096 140734370210544 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14999/statm: 71468 47857 393 118 0 66427 0
[pid=14923/tid=14970] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 3 0 867495727 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
[pid=14923/tid=14998] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14998/stat : 14998 (python) S 14921 14923 12976 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 867554396 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1122.15
Current children cumulated vsize (KiB) 1250564

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.61 5/215 15030
/proc/meminfo: memFree=30102680/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=316936 CPUtime=5.01 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 18632 930 1 0 467 34 0 0 20 0 3 0 867495191 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14923/statm: 79234 11540 1870 364 0 15149 0
[pid=14969] ppid=14923 vsize=306680 CPUtime=0.78 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 1199 0 0 0 44 34 0 0 19 0 2 0 867495727 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14969/statm: 76670 10081 414 364 0 12588 0
[pid=14971] ppid=14969 vsize=34384 CPUtime=585.96 cores=0,2
/proc/14971/stat : 14971 (lingeling) T 14969 14971 14971 0 -1 4202496 23626 0 0 0 58592 4 0 0 25 0 1 0 867495727 35209216 7766 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/14971/statm: 8596 7766 129 39 0 7676 0
[pid=14969/tid=14996] ppid=14923 vsize=306680 CPUtime=0 cores=0,2
/proc/14969/task/14996/stat : 14996 (python) S 14923 14923 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867554395 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=14997] ppid=14923 vsize=306692 CPUtime=0.91 cores=0,2
/proc/14997/stat : 14997 (python) S 14923 14923 12976 0 -1 4202560 998 0 0 0 50 41 0 0 15 0 1 0 867554396 314052608 10036 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256582 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14997/statm: 76673 10036 370 364 0 12588 0
[pid=14999] ppid=14997 vsize=318704 CPUtime=589.53 cores=0,2
/proc/14999/stat : 14999 (cryptominisat-2) R 14997 14999 14999 0 -1 4202496 239966 0 0 0 58906 47 0 0 25 0 1 0 867554396 326352896 55362 33554432000 4194304 4677096 140734370210544 18446744073709551615 4454496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14999/statm: 79676 55362 393 118 0 74635 0
[pid=14923/tid=14970] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 3 0 867495727 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
[pid=14923/tid=14998] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14998/stat : 14998 (python) S 14921 14923 12976 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 867554396 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.19
Current children cumulated vsize (KiB) 1283396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.00 3.97 3.62 4/206 15031
/proc/meminfo: memFree=30613504/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=316936 CPUtime=5.01 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 18632 930 1 0 467 34 0 0 20 0 3 0 867495191 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14923/statm: 79234 11540 1870 364 0 15149 0
[pid=14969] ppid=14923 vsize=306680 CPUtime=0.78 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 1199 0 0 0 44 34 0 0 19 0 2 0 867495727 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14969/statm: 76670 10081 414 364 0 12588 0
[pid=14971] ppid=14969 vsize=34384 CPUtime=585.96 cores=0,2
/proc/14971/stat : 14971 (lingeling) T 14969 14971 14971 0 -1 4202496 23626 0 0 0 58592 4 0 0 25 0 1 0 867495727 35209216 7766 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/14971/statm: 8596 7766 129 39 0 7676 0
[pid=14969/tid=14996] ppid=14923 vsize=306680 CPUtime=0 cores=0,2
/proc/14969/task/14996/stat : 14996 (python) S 14923 14923 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867554395 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=14997] ppid=14923 vsize=306692 CPUtime=0.93 cores=0,2
/proc/14997/stat : 14997 (python) S 14923 14923 12976 0 -1 4202560 998 0 0 0 51 42 0 0 15 0 1 0 867554396 314052608 10036 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256582 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14997/statm: 76673 10036 370 364 0 12588 0
[pid=14999] ppid=14997 vsize=318704 CPUtime=607.42 cores=0,2
/proc/14999/stat : 14999 (cryptominisat-2) R 14997 14999 14999 0 -1 4202496 239966 0 0 0 60695 47 0 0 25 0 1 0 867554396 326352896 55362 33554432000 4194304 4677096 140734370210544 18446744073709551615 4465808 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14999/statm: 79676 55362 393 118 0 74635 0
[pid=14923/tid=14970] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 3 0 867495727 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
[pid=14923/tid=14998] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14998/stat : 14998 (python) S 14921 14923 12976 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 867554396 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1283396

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

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

[startup+1200.2 s]
/proc/loadavg: 4.00 3.97 3.62 4/206 15031
/proc/meminfo: memFree=30613504/32951124 swapFree=67062492/67111528
[pid=14923] ppid=14921 vsize=316936 CPUtime=5.01 cores=0,2
/proc/14923/stat : 14923 (python) S 14921 14923 12976 0 -1 4202496 18632 930 1 0 467 34 0 0 20 0 3 0 867495191 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14923/statm: 79234 11540 1870 364 0 15149 0
[pid=14969] ppid=14923 vsize=306680 CPUtime=0.78 cores=0,2
/proc/14969/stat : 14969 (python) S 14923 14923 12976 0 -1 4202560 1199 0 0 0 44 34 0 0 19 0 2 0 867495727 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14969/statm: 76670 10081 414 364 0 12588 0
[pid=14971] ppid=14969 vsize=34384 CPUtime=585.96 cores=0,2
/proc/14971/stat : 14971 (lingeling) T 14969 14971 14971 0 -1 4202496 23626 0 0 0 58592 4 0 0 25 0 1 0 867495727 35209216 7766 33554432000 4194304 4352236 140734254224848 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/14971/statm: 8596 7766 129 39 0 7676 0
[pid=14969/tid=14996] ppid=14923 vsize=306680 CPUtime=0 cores=0,2
/proc/14969/task/14996/stat : 14996 (python) S 14923 14923 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867554395 314040320 10081 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=14997] ppid=14923 vsize=306692 CPUtime=0.93 cores=0,2
/proc/14997/stat : 14997 (python) S 14923 14923 12976 0 -1 4202560 998 0 0 0 51 42 0 0 15 0 1 0 867554396 314052608 10036 33554432000 4194304 5683644 140736320802784 18446744073709551615 220816256582 0 0 16781312 514 5228045848679514372 0 0 17 0 0 0 0
/proc/14997/statm: 76673 10036 370 364 0 12588 0
[pid=14999] ppid=14997 vsize=318704 CPUtime=607.42 cores=0,2
/proc/14999/stat : 14999 (cryptominisat-2) R 14997 14999 14999 0 -1 4202496 239966 0 0 0 60695 47 0 0 25 0 1 0 867554396 326352896 55362 33554432000 4194304 4677096 140734370210544 18446744073709551615 4465808 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14999/statm: 79676 55362 393 118 0 74635 0
[pid=14923/tid=14970] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14970/stat : 14970 (python) S 14921 14923 12976 0 -1 4202560 32 930 0 0 0 0 0 0 25 0 3 0 867495727 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 0 0 0 0
[pid=14923/tid=14998] ppid=14921 vsize=316936 CPUtime=0 cores=0,2
/proc/14923/task/14998/stat : 14998 (python) S 14921 14923 12976 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 867554396 324542464 11540 33554432000 4194304 5683644 140736320802784 18446744073709551615 220828060081 0 0 16781312 2 18446604440278876416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1283396

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.23
CPU time (s): 1200.1
CPU user time (s): 1198.49
CPU system time (s): 1.61
CPU usage (%): 99.9895
Max. virtual memory (cumulated for all children) (KiB): 1283396

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

runsolver used 2.26865 second user time and 4.33234 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 02:06:33
IDJOB=3484611
IDBENCH=83130
IDSOLVER=1976
FILE ID=node147/3484611-1307750792
RUNJOBID= node147-1307750792-14892
PBS_JOBID= 13550813
Free space on /tmp= 74044 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.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-3484611-1307750792/watcher-3484611-1307750792 -o /tmp/evaluation-result-3484611-1307750792/solver-3484611-1307750792 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484611-1307750792.cnf -seed 234963286 -budget 1200

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=234963286

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31889500 kB
Buffers:        112048 kB
Cached:         788760 kB
SwapCached:      10296 kB
Active:         309184 kB
Inactive:       608808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31889500 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          135836 kB
Writeback:           0 kB
AnonPages:       15600 kB
Mapped:           9904 kB
Slab:            79264 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   157612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73912 MiB
End job on node147 at 2011-06-11 02:26:35