Trace number 3484593

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.07 1199.53

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data

0.30/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.62	c INFO: solving HOME/instance-3484593-1307749970.cnf
0.30/0.62	c INFO: computing task features
0.89/1.27	c INFO: computed variable-clause graph statistics
0.89/1.29	c INFO: computed clause balance statistics
4.29/4.62	c INFO: computed variable balance statistics
6.79/7.19	c INFO: computed small-clause counts
6.89/7.21	c INFO: computed Horn-clause counts
11.59/11.98	c INFO: computed variable graph statistics
11.59/11.98	c INFO: collected features for HOME/instance-3484593-1307749970.cnf in 11.34 s
11.59/11.99	c INFO: running lingeling-276@0 for 582 with 1188 remaining (b = 0.59)
598.41/598.61	c INFO: running cryptominisat-2.9.0@0 for 602 with 602 remaining (b = 0.53)

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

running on 2 cores: 4,6

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: 5.17 5.07 4.86 5/196 25552
/proc/meminfo: memFree=28118060/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=15184 CPUtime=0 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 735 0 0 0 0 0 0 0 25 0 1 0 886596861 15548416 622 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25552/statm: 3796 622 322 364 0 283 0

[startup+0.0757609 s]
/proc/loadavg: 5.17 5.07 4.86 5/196 25552
/proc/meminfo: memFree=28118060/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=50012 CPUtime=0.04 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 1950 0 0 0 3 1 0 0 25 0 1 0 886596861 51212288 1713 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25552/statm: 12503 1713 476 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.100758 s]
/proc/loadavg: 5.17 5.07 4.86 5/196 25552
/proc/meminfo: memFree=28118060/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=94172 CPUtime=0.05 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 2766 0 0 0 4 1 0 0 25 0 1 0 886596861 96432128 2474 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25552/statm: 23543 2474 764 364 0 1675 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94172

[startup+0.30077 s]
/proc/loadavg: 5.17 5.07 4.86 5/196 25552
/proc/meminfo: memFree=28118060/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=135748 CPUtime=0.16 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 5972 930 1 0 13 3 0 0 25 0 1 0 886596861 139005952 4148 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/25552/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.700697 s]
/proc/loadavg: 5.17 5.07 4.86 5/196 25552
/proc/meminfo: memFree=28118060/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=286788 CPUtime=0.39 cores=4,6
/proc/25552/stat : 25552 (python) R 25550 25552 24692 0 -1 4202496 11336 930 1 0 33 6 0 0 25 0 1 0 886596861 293670912 9006 33554432000 4194304 5683644 140735944322224 18446744073709551615 4952096 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25552/statm: 71697 9006 1761 364 0 7621 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 286788

[startup+1.50056 s]
/proc/loadavg: 5.17 5.07 4.86 6/197 25557
/proc/meminfo: memFree=28068600/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=323212 CPUtime=1.19 cores=4,6
/proc/25552/stat : 25552 (python) R 25550 25552 24692 0 -1 4202496 25570 930 1 0 111 8 0 0 25 0 1 0 886596861 330969088 18188 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521806 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25552/statm: 80803 18188 1826 364 0 16727 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 323212

[startup+3.10022 s]
/proc/loadavg: 5.17 5.07 4.86 6/197 25557
/proc/meminfo: memFree=28051460/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=323212 CPUtime=2.79 cores=4,6
/proc/25552/stat : 25552 (python) R 25550 25552 24692 0 -1 4202496 25570 930 1 0 271 8 0 0 25 0 1 0 886596861 330969088 18188 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089356022 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25552/statm: 80803 18188 1826 364 0 16727 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 323212

[startup+6.30069 s]
/proc/loadavg: 5.16 5.07 4.86 6/197 25557
/proc/meminfo: memFree=28051172/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=323212 CPUtime=5.99 cores=4,6
/proc/25552/stat : 25552 (python) R 25550 25552 24692 0 -1 4202496 25571 930 1 0 591 8 0 0 25 0 1 0 886596861 330969088 18189 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089356422 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25552/statm: 80803 18189 1827 364 0 16727 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 323212

[startup+12.7006 s]
/proc/loadavg: 5.14 5.07 4.86 6/200 25561
/proc/meminfo: memFree=28052596/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=330024 CPUtime=11.68 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 25867 930 1 0 1160 8 0 0 25 0 2 0 886596861 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 82506 17377 1875 364 0 18424 0
[pid=25559] ppid=25552 vsize=319780 CPUtime=0 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 708 0 0 0 0 0 0 0 25 0 1 0 886598060 327454720 15844 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718287 0 0 16781312 514 3833900843082448895 0 0 17 4 0 0 0
/proc/25559/statm: 79945 15844 346 364 0 15863 0
[pid=25561] ppid=25559 vsize=22684 CPUtime=0.7 cores=4,6
/proc/25561/stat : 25561 (lingeling) R 25559 25561 25561 0 -1 4202496 7233 0 0 0 69 1 0 0 25 0 1 0 886598061 23228416 4826 33554432000 4194304 4352236 140737031078336 18446744073709551615 4319173 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25561/statm: 5671 4826 121 39 0 4751 0
[pid=25552/tid=25560] ppid=25550 vsize=330024 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886598061 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 672488

[startup+25.5003 s]
/proc/loadavg: 5.11 5.06 4.86 6/200 25561
/proc/meminfo: memFree=28032120/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=330024 CPUtime=11.68 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 25867 930 1 0 1160 8 0 0 25 0 2 0 886596861 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 82506 17377 1875 364 0 18424 0
[pid=25559] ppid=25552 vsize=319780 CPUtime=0.01 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 882 0 0 0 0 1 0 0 18 0 1 0 886598060 327454720 15874 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718287 0 0 16781312 514 5368237979267465474 0 0 17 4 0 0 0
/proc/25559/statm: 79945 15874 376 364 0 15863 0
[pid=25561] ppid=25559 vsize=24880 CPUtime=13.47 cores=4,6
/proc/25561/stat : 25561 (lingeling) R 25559 25561 25561 0 -1 4202496 7781 0 0 0 1346 1 0 0 25 0 1 0 886598061 25477120 5337 33554432000 4194304 4352236 140737031078336 18446744073709551615 4276793 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25561/statm: 6220 5337 129 39 0 5300 0
[pid=25552/tid=25560] ppid=25550 vsize=330024 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886598061 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 674684

[startup+51.1007 s]
/proc/loadavg: 5.15 5.07 4.87 6/204 25566
/proc/meminfo: memFree=26963780/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=330024 CPUtime=11.68 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 25867 930 1 0 1160 8 0 0 25 0 2 0 886596861 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 82506 17377 1875 364 0 18424 0
[pid=25559] ppid=25552 vsize=319780 CPUtime=0.04 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 886598060 327454720 15874 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718287 0 0 16781312 514 5368237979267465474 0 0 17 4 0 0 0
/proc/25559/statm: 79945 15874 376 364 0 15863 0
[pid=25561] ppid=25559 vsize=25984 CPUtime=39.04 cores=4,6
/proc/25561/stat : 25561 (lingeling) R 25559 25561 25561 0 -1 4202496 8110 0 0 0 3903 1 0 0 25 0 1 0 886598061 26607616 5665 33554432000 4194304 4352236 140737031078336 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25561/statm: 6496 5665 129 39 0 5576 0
[pid=25552/tid=25560] ppid=25550 vsize=330024 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886598061 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 675788

[startup+102.307 s]
/proc/loadavg: 5.11 5.08 4.88 6/204 25567
/proc/meminfo: memFree=26698160/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=330024 CPUtime=11.68 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 25867 930 1 0 1160 8 0 0 25 0 2 0 886596861 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 82506 17377 1875 364 0 18424 0
[pid=25559] ppid=25552 vsize=319780 CPUtime=0.11 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 919 0 0 0 6 5 0 0 18 0 1 0 886598060 327454720 15874 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718287 0 0 16781312 514 5368237979267465474 0 0 17 4 0 0 0
/proc/25559/statm: 79945 15874 376 364 0 15863 0
[pid=25561] ppid=25559 vsize=27840 CPUtime=90.19 cores=4,6
/proc/25561/stat : 25561 (lingeling) R 25559 25561 25561 0 -1 4202496 8574 0 0 0 9018 1 0 0 25 0 1 0 886598061 28508160 6129 33554432000 4194304 4352236 140737031078336 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25561/statm: 6960 6129 129 39 0 6040 0
[pid=25552/tid=25560] ppid=25550 vsize=330024 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886598061 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 677644

[startup+162.301 s]
/proc/loadavg: 5.15 5.09 4.89 6/205 25570
/proc/meminfo: memFree=26690784/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=330024 CPUtime=11.68 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 25867 930 1 0 1160 8 0 0 25 0 2 0 886596861 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 82506 17377 1875 364 0 18424 0
[pid=25559] ppid=25552 vsize=319780 CPUtime=0.19 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 938 0 0 0 10 9 0 0 18 0 1 0 886598060 327454720 15874 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718287 0 0 16781312 514 5368237979267465474 0 0 17 4 0 0 0
/proc/25559/statm: 79945 15874 376 364 0 15863 0
[pid=25561] ppid=25559 vsize=31640 CPUtime=150.13 cores=4,6
/proc/25561/stat : 25561 (lingeling) R 25559 25561 25561 0 -1 4202496 9524 0 0 0 15012 1 0 0 25 0 1 0 886598061 32399360 7079 33554432000 4194304 4352236 140737031078336 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25561/statm: 7910 7079 129 39 0 6990 0
[pid=25552/tid=25560] ppid=25550 vsize=330024 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886598061 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 681444

[startup+222.301 s]
/proc/loadavg: 4.79 5.01 4.88 5/191 25595
/proc/meminfo: memFree=29584040/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=330024 CPUtime=11.68 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 25867 930 1 0 1160 8 0 0 25 0 2 0 886596861 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 82506 17377 1875 364 0 18424 0
[pid=25559] ppid=25552 vsize=319780 CPUtime=0.26 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 958 0 0 0 13 13 0 0 18 0 1 0 886598060 327454720 15874 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718287 0 0 16781312 514 5368237979267465474 0 0 17 4 0 0 0
/proc/25559/statm: 79945 15874 376 364 0 15863 0
[pid=25561] ppid=25559 vsize=32944 CPUtime=210.08 cores=4,6
/proc/25561/stat : 25561 (lingeling) R 25559 25561 25561 0 -1 4202496 9850 0 0 0 21007 1 0 0 25 0 1 0 886598061 33734656 7405 33554432000 4194304 4352236 140737031078336 18446744073709551615 4328233 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25561/statm: 8236 7405 129 39 0 7316 0
[pid=25552/tid=25560] ppid=25550 vsize=330024 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886598061 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 682748

[startup+282.301 s]
/proc/loadavg: 4.35 4.84 4.83 5/191 25597
/proc/meminfo: memFree=29581152/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=330024 CPUtime=11.68 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 25867 930 1 0 1160 8 0 0 25 0 2 0 886596861 337944576 17377 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 82506 17377 1875 364 0 18424 0
[pid=25559] ppid=25552 vsize=319780 CPUtime=0.34 cores=4,6

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

[pid=25666] ppid=25552 vsize=330036 CPUtime=0.51 cores=4,6
/proc/25666/stat : 25666 (python) S 25552 25552 24692 0 -1 4202560 1007 0 0 0 28 23 0 0 15 0 1 0 886656722 337956864 15872 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718342 0 0 16781312 514 5368237979267465476 0 0 17 6 0 0 0
/proc/25666/statm: 82509 15872 370 364 0 18424 0
[pid=25668] ppid=25666 vsize=745972 CPUtime=403.68 cores=4,6
/proc/25668/stat : 25668 (cryptominisat-2) R 25666 25668 25668 0 -1 4202496 353568 0 0 0 40305 63 0 0 25 0 1 0 886656723 763875328 157276 33554432000 4194304 4677096 140734490143472 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25668/statm: 186493 157276 393 118 0 181452 0
[pid=25552/tid=25560] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886598061 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
[pid=25552/tid=25667] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25667/stat : 25667 (python) S 25550 25552 24692 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886656723 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.63
Current children cumulated vsize (KiB) 1790516

[startup+1062.3 s]
/proc/loadavg: 2.00 2.22 3.24 3/180 25684
/proc/meminfo: memFree=30882468/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=340280 CPUtime=11.69 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 26682 930 1 0 1161 8 0 0 20 0 3 0 886596861 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 85070 17384 1878 364 0 20985 0
[pid=25559] ppid=25552 vsize=330024 CPUtime=0.7 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 1195 0 0 0 37 33 0 0 19 0 2 0 886598060 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25559/statm: 82506 15917 414 364 0 18424 0
[pid=25561] ppid=25559 vsize=44204 CPUtime=586.05 cores=4,6
/proc/25561/stat : 25561 (lingeling) T 25559 25561 25561 0 -1 4202496 16762 0 0 0 58603 2 0 0 25 0 1 0 886598061 45264896 10220 33554432000 4194304 4352236 140737031078336 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25561/statm: 11051 10220 129 39 0 10131 0
[pid=25559/tid=25665] ppid=25552 vsize=330024 CPUtime=0 cores=4,6
/proc/25559/task/25665/stat : 25665 (python) S 25552 25552 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886656722 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 514 18446604453805342848 0 0 -1 6 0 0 0
[pid=25666] ppid=25552 vsize=330036 CPUtime=0.58 cores=4,6
/proc/25666/stat : 25666 (python) S 25552 25552 24692 0 -1 4202560 1007 0 0 0 32 26 0 0 15 0 1 0 886656722 337956864 15872 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718342 0 0 16781312 514 5368237979267465476 0 0 17 6 0 0 0
/proc/25666/statm: 82509 15872 370 364 0 18424 0
[pid=25668] ppid=25666 vsize=653108 CPUtime=463.68 cores=4,6
/proc/25668/stat : 25668 (cryptominisat-2) R 25666 25668 25668 0 -1 4202496 400003 0 0 0 46297 71 0 0 25 0 1 0 886656723 668782592 150086 33554432000 4194304 4677096 140734490143472 18446744073709551615 4335840 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25668/statm: 163277 150086 393 118 0 158236 0
[pid=25552/tid=25560] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886598061 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
[pid=25552/tid=25667] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25667/stat : 25667 (python) S 25550 25552 24692 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886656723 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.7
Current children cumulated vsize (KiB) 1697652

[startup+1122.3 s]
/proc/loadavg: 2.00 2.18 3.16 3/180 25685
/proc/meminfo: memFree=30878192/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=340280 CPUtime=11.69 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 26682 930 1 0 1161 8 0 0 20 0 3 0 886596861 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 85070 17384 1878 364 0 20985 0
[pid=25559] ppid=25552 vsize=330024 CPUtime=0.7 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 1195 0 0 0 37 33 0 0 19 0 2 0 886598060 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25559/statm: 82506 15917 414 364 0 18424 0
[pid=25561] ppid=25559 vsize=44204 CPUtime=586.05 cores=4,6
/proc/25561/stat : 25561 (lingeling) T 25559 25561 25561 0 -1 4202496 16762 0 0 0 58603 2 0 0 25 0 1 0 886598061 45264896 10220 33554432000 4194304 4352236 140737031078336 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25561/statm: 11051 10220 129 39 0 10131 0
[pid=25559/tid=25665] ppid=25552 vsize=330024 CPUtime=0 cores=4,6
/proc/25559/task/25665/stat : 25665 (python) S 25552 25552 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886656722 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 514 18446604453805342848 0 0 -1 6 0 0 0
[pid=25666] ppid=25552 vsize=330036 CPUtime=0.65 cores=4,6
/proc/25666/stat : 25666 (python) S 25552 25552 24692 0 -1 4202560 1007 0 0 0 36 29 0 0 15 0 1 0 886656722 337956864 15872 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718342 0 0 16781312 514 5368237979267465476 0 0 17 6 0 0 0
/proc/25666/statm: 82509 15872 370 364 0 18424 0
[pid=25668] ppid=25666 vsize=748780 CPUtime=523.68 cores=4,6
/proc/25668/stat : 25668 (cryptominisat-2) R 25666 25668 25668 0 -1 4202496 430416 0 0 0 52292 76 0 0 25 0 1 0 886656723 766750720 151089 33554432000 4194304 4677096 140734490143472 18446744073709551615 4317673 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25668/statm: 187195 151089 393 118 0 182154 0
[pid=25552/tid=25560] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886598061 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
[pid=25552/tid=25667] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25667/stat : 25667 (python) S 25550 25552 24692 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886656723 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.77
Current children cumulated vsize (KiB) 1793324

[startup+1182.3 s]
/proc/loadavg: 2.00 2.14 3.08 3/180 25687
/proc/meminfo: memFree=30842556/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=340280 CPUtime=11.69 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 26682 930 1 0 1161 8 0 0 20 0 3 0 886596861 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 85070 17384 1878 364 0 20985 0
[pid=25559] ppid=25552 vsize=330024 CPUtime=0.7 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 1195 0 0 0 37 33 0 0 19 0 2 0 886598060 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25559/statm: 82506 15917 414 364 0 18424 0
[pid=25561] ppid=25559 vsize=44204 CPUtime=586.05 cores=4,6
/proc/25561/stat : 25561 (lingeling) T 25559 25561 25561 0 -1 4202496 16762 0 0 0 58603 2 0 0 25 0 1 0 886598061 45264896 10220 33554432000 4194304 4352236 140737031078336 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25561/statm: 11051 10220 129 39 0 10131 0
[pid=25559/tid=25665] ppid=25552 vsize=330024 CPUtime=0 cores=4,6
/proc/25559/task/25665/stat : 25665 (python) S 25552 25552 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886656722 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 514 18446604453805342848 0 0 -1 6 0 0 0
[pid=25666] ppid=25552 vsize=330036 CPUtime=0.72 cores=4,6
/proc/25666/stat : 25666 (python) S 25552 25552 24692 0 -1 4202560 1007 0 0 0 40 32 0 0 15 0 1 0 886656722 337956864 15872 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718342 0 0 16781312 514 5368237979267465476 0 0 17 6 0 0 0
/proc/25666/statm: 82509 15872 370 364 0 18424 0
[pid=25668] ppid=25666 vsize=775560 CPUtime=583.68 cores=4,6
/proc/25668/stat : 25668 (cryptominisat-2) R 25666 25668 25668 0 -1 4202496 460720 0 0 0 58287 81 0 0 25 0 1 0 886656723 794173440 160149 33554432000 4194304 4677096 140734490143472 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25668/statm: 193890 160149 393 118 0 188849 0
[pid=25552/tid=25560] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886598061 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
[pid=25552/tid=25667] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25667/stat : 25667 (python) S 25550 25552 24692 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886656723 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.84
Current children cumulated vsize (KiB) 1820104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 2.00 2.13 3.06 3/180 25687
/proc/meminfo: memFree=30879732/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=340280 CPUtime=11.69 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 26682 930 1 0 1161 8 0 0 20 0 3 0 886596861 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 85070 17384 1878 364 0 20985 0
[pid=25559] ppid=25552 vsize=330024 CPUtime=0.7 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 1195 0 0 0 37 33 0 0 19 0 2 0 886598060 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25559/statm: 82506 15917 414 364 0 18424 0
[pid=25561] ppid=25559 vsize=44204 CPUtime=586.05 cores=4,6
/proc/25561/stat : 25561 (lingeling) T 25559 25561 25561 0 -1 4202496 16762 0 0 0 58603 2 0 0 25 0 1 0 886598061 45264896 10220 33554432000 4194304 4352236 140737031078336 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25561/statm: 11051 10220 129 39 0 10131 0
[pid=25559/tid=25665] ppid=25552 vsize=330024 CPUtime=0 cores=4,6
/proc/25559/task/25665/stat : 25665 (python) S 25552 25552 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886656722 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 514 18446604453805342848 0 0 -1 6 0 0 0
[pid=25666] ppid=25552 vsize=330036 CPUtime=0.74 cores=4,6
/proc/25666/stat : 25666 (python) S 25552 25552 24692 0 -1 4202560 1007 0 0 0 41 33 0 0 15 0 1 0 886656722 337956864 15872 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718342 0 0 16781312 514 5368237979267465476 0 0 17 6 0 0 0
/proc/25666/statm: 82509 15872 370 364 0 18424 0
[pid=25668] ppid=25666 vsize=654040 CPUtime=600.89 cores=4,6
/proc/25668/stat : 25668 (cryptominisat-2) R 25666 25668 25668 0 -1 4202496 463317 0 0 0 60007 82 0 0 25 0 1 0 886656723 669736960 150355 33554432000 4194304 4677096 140734490143472 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25668/statm: 163510 150355 393 118 0 158469 0
[pid=25552/tid=25560] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886598061 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
[pid=25552/tid=25667] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25667/stat : 25667 (python) S 25550 25552 24692 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886656723 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1698584

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

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

[startup+1199.5 s]
/proc/loadavg: 2.00 2.13 3.06 3/180 25687
/proc/meminfo: memFree=30879732/32950928 swapFree=67055156/67111528
[pid=25552] ppid=25550 vsize=340280 CPUtime=11.69 cores=4,6
/proc/25552/stat : 25552 (python) S 25550 25552 24692 0 -1 4202496 26682 930 1 0 1161 8 0 0 20 0 3 0 886596861 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25552/statm: 85070 17384 1878 364 0 20985 0
[pid=25559] ppid=25552 vsize=330024 CPUtime=0.7 cores=4,6
/proc/25559/stat : 25559 (python) S 25552 25552 24692 0 -1 4202560 1195 0 0 0 37 33 0 0 19 0 2 0 886598060 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25559/statm: 82506 15917 414 364 0 18424 0
[pid=25561] ppid=25559 vsize=44204 CPUtime=586.05 cores=4,6
/proc/25561/stat : 25561 (lingeling) T 25559 25561 25561 0 -1 4202496 16762 0 0 0 58603 2 0 0 25 0 1 0 886598061 45264896 10220 33554432000 4194304 4352236 140737031078336 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25561/statm: 11051 10220 129 39 0 10131 0
[pid=25559/tid=25665] ppid=25552 vsize=330024 CPUtime=0 cores=4,6
/proc/25559/task/25665/stat : 25665 (python) S 25552 25552 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886656722 337944576 15917 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 514 18446604453805342848 0 0 -1 6 0 0 0
[pid=25666] ppid=25552 vsize=330036 CPUtime=0.74 cores=4,6
/proc/25666/stat : 25666 (python) S 25552 25552 24692 0 -1 4202560 1007 0 0 0 41 33 0 0 15 0 1 0 886656722 337956864 15872 33554432000 4194304 5683644 140735944322224 18446744073709551615 248089718342 0 0 16781312 514 5368237979267465476 0 0 17 6 0 0 0
/proc/25666/statm: 82509 15872 370 364 0 18424 0
[pid=25668] ppid=25666 vsize=654040 CPUtime=600.89 cores=4,6
/proc/25668/stat : 25668 (cryptominisat-2) R 25666 25668 25668 0 -1 4202496 463317 0 0 0 60007 82 0 0 25 0 1 0 886656723 669736960 150355 33554432000 4194304 4677096 140734490143472 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25668/statm: 163510 150355 393 118 0 158469 0
[pid=25552/tid=25560] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25560/stat : 25560 (python) S 25550 25552 24692 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886598061 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
[pid=25552/tid=25667] ppid=25550 vsize=340280 CPUtime=0 cores=4,6
/proc/25552/task/25667/stat : 25667 (python) S 25550 25552 24692 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886656723 348446720 17384 33554432000 4194304 5683644 140735944322224 18446744073709551615 248101521841 0 0 16781312 2 18446604453837949120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1698584

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1199.53
CPU time (s): 1200.07
CPU user time (s): 1198.49
CPU system time (s): 1.58
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 1820104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6132
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27612
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2846
involuntary context switches= 65

runsolver used 2.10868 second user time and 4.22336 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 01:52:50
IDJOB=3484593
IDBENCH=83105
IDSOLVER=1976
FILE ID=node123/3484593-1307749970
RUNJOBID= node123-1307747010-24711
PBS_JOBID= 13550834
Free space on /tmp= 73688 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-bottom24.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-3484593-1307749970/watcher-3484593-1307749970 -o /tmp/evaluation-result-3484593-1307749970/solver-3484593-1307749970 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484593-1307749970.cnf -seed 1960296326 -budget 1200

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1960296326

node123.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.838
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.838
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	: 5226.15
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.838
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      28118736 kB
Buffers:        244236 kB
Cached:        1369488 kB
SwapCached:      10356 kB
Active:        3931004 kB
Inactive:       692160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28118736 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           38092 kB
Writeback:           0 kB
AnonPages:     3006500 kB
Mapped:          19412 kB
Slab:           131628 kB
PageTables:      16112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4879628 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= 74140 MiB
End job on node123 at 2011-06-11 02:12:52