Trace number 3483861

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.802
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.65	c INFO: solving HOME/instance-3483861-1307748115.cnf
0.37/0.65	c INFO: computing task features
0.65/0.94	c INFO: computed variable-clause graph statistics
0.65/0.95	c INFO: computed clause balance statistics
2.25/2.56	c INFO: computed variable balance statistics
3.45/3.73	c INFO: computed small-clause counts
3.45/3.74	c INFO: computed Horn-clause counts
4.85/5.11	c INFO: computed variable graph statistics
4.85/5.11	c INFO: collected features for HOME/instance-3483861-1307748115.cnf in 4.45 s
4.85/5.12	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.58)
588.46/596.17	c INFO: running cryptominisat-2.9.0@0 for 612 with 612 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-3483861-1307748115/watcher-3483861-1307748115 -o /tmp/evaluation-result-3483861-1307748115/solver-3483861-1307748115 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483861-1307748115.cnf -seed 815363443 -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: 4.14 4.05 2.91 5/201 28360
/proc/meminfo: memFree=26472208/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=15184 CPUtime=0 cores=0,2
/proc/28360/stat : 28360 (python) R 28358 28360 27894 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 886411161 15548416 621 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28360/statm: 3796 621 322 364 0 283 0

[startup+0.0210221 s]
/proc/loadavg: 4.14 4.05 2.91 5/201 28360
/proc/meminfo: memFree=26472208/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=16236 CPUtime=0 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 1051 0 0 0 0 0 0 0 25 0 1 0 886411161 16625664 921 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/28360/statm: 4059 921 381 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100578 s]
/proc/loadavg: 4.14 4.05 2.91 5/201 28360
/proc/meminfo: memFree=26472208/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=87700 CPUtime=0.06 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 2639 0 0 0 4 2 0 0 17 0 1 0 886411161 89804800 2353 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/28360/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300487 s]
/proc/loadavg: 4.14 4.05 2.91 5/201 28360
/proc/meminfo: memFree=26472208/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=135744 CPUtime=0.19 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 5972 933 1 0 14 5 0 0 18 0 1 0 886411161 139001856 4147 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647142405 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/28360/statm: 33936 4147 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.706479 s]
/proc/loadavg: 4.14 4.05 2.91 5/201 28360
/proc/meminfo: memFree=26472208/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=283016 CPUtime=0.45 cores=0,2
/proc/28360/stat : 28360 (python) R 28358 28360 27894 0 -1 4202496 10384 933 1 0 35 10 0 0 17 0 1 0 886411161 289808384 8051 33554432000 4194304 5683644 140735143830112 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28360/statm: 70754 8051 1761 364 0 6678 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 283016

[startup+1.50034 s]
/proc/loadavg: 4.14 4.05 2.91 5/202 28365
/proc/meminfo: memFree=26433536/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=295256 CPUtime=1.25 cores=0,2
/proc/28360/stat : 28360 (python) R 28358 28360 27894 0 -1 4202496 16692 933 1 0 114 11 0 0 18 0 1 0 886411161 302342144 11199 33554432000 4194304 5683644 140735143830112 18446744073709551615 4662709 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28360/statm: 73814 11199 1826 364 0 9738 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 295256

[startup+3.10104 s]
/proc/loadavg: 4.14 4.05 2.91 5/202 28365
/proc/meminfo: memFree=26431428/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=295256 CPUtime=2.85 cores=0,2
/proc/28360/stat : 28360 (python) R 28358 28360 27894 0 -1 4202496 16693 933 1 0 274 11 0 0 21 0 1 0 886411161 302342144 11200 33554432000 4194304 5683644 140735143830112 18446744073709551615 4562976 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28360/statm: 73814 11200 1827 364 0 9738 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 295256

[startup+6.30053 s]
/proc/loadavg: 4.29 4.08 2.92 4/205 28368
/proc/meminfo: memFree=26436080/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=296204 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 17231 933 1 0 476 12 0 0 25 0 2 0 886411161 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 74051 8946 1867 364 0 9969 0
[pid=28366] ppid=28360 vsize=286812 CPUtime=0 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 620 0 0 0 0 0 0 0 25 0 1 0 886411673 293695488 7399 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973072 0 0 16781312 514 18446744071562362840 0 0 17 0 0 0 0
/proc/28366/statm: 71703 7399 323 364 0 7621 0
[pid=28368] ppid=28366 vsize=285960 CPUtime=0 cores=0,2
/proc/28368/stat : 28368 (python) D 28366 28368 28368 0 -1 4202560 262 0 0 0 0 0 0 0 25 0 1 0 886411674 292823040 7273 33554432000 4194304 5683644 140735143830112 18446744073709551615 210646967287 0 0 16781312 514 18446744071696489144 0 0 17 2 0 0 0
/proc/28368/statm: 71490 7273 198 364 0 7408 0
[pid=28360/tid=28367] ppid=28358 vsize=296204 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886411674 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 868976
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 4.42 4.11 2.94 4/205 28368
/proc/meminfo: memFree=26433480/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=296204 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 17231 933 1 0 476 12 0 0 25 0 2 0 886411161 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 74051 8946 1867 364 0 9969 0
[pid=28366] ppid=28360 vsize=286812 CPUtime=0 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 886411673 293695488 7424 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166479 0 0 16781312 514 8891649108171816959 0 0 17 0 0 0 0
/proc/28366/statm: 71703 7424 348 364 0 7621 0
[pid=28368] ppid=28366 vsize=9996 CPUtime=0.1 cores=0,2
/proc/28368/stat : 28368 (lingeling) R 28366 28368 28368 0 -1 4202496 1976 0 0 0 10 0 0 0 18 0 1 0 886411674 10235904 1676 33554432000 4194304 4352236 140735734724720 18446744073709551615 4234526 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/28368/statm: 2499 1676 110 39 0 1579 0
[pid=28360/tid=28367] ppid=28358 vsize=296204 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886411674 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 593012
heavy processes:

[startup+25.5013 s]
/proc/loadavg: 4.33 4.11 2.95 5/205 28370
/proc/meminfo: memFree=26439192/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=296204 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 17231 933 1 0 476 12 0 0 25 0 2 0 886411161 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 74051 8946 1867 364 0 9969 0
[pid=28366] ppid=28360 vsize=286812 CPUtime=0.02 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 886411673 293695488 7454 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166479 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28366/statm: 71703 7454 378 364 0 7621 0
[pid=28368] ppid=28366 vsize=13400 CPUtime=12.87 cores=0,2
/proc/28368/stat : 28368 (lingeling) R 28366 28368 28368 0 -1 4202496 4414 0 0 0 1287 0 0 0 25 0 1 0 886411674 13721600 2265 33554432000 4194304 4352236 140735734724720 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28368/statm: 3350 2265 129 39 0 2430 0
[pid=28360/tid=28367] ppid=28358 vsize=296204 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886411674 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.77
Current children cumulated vsize (KiB) 596416
heavy processes:

[startup+51.101 s]
/proc/loadavg: 4.22 4.10 2.98 5/205 28370
/proc/meminfo: memFree=26425740/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=296204 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 17231 933 1 0 476 12 0 0 25 0 2 0 886411161 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 74051 8946 1867 364 0 9969 0
[pid=28366] ppid=28360 vsize=286812 CPUtime=0.05 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 904 0 0 0 3 2 0 0 18 0 1 0 886411673 293695488 7454 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166479 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28366/statm: 71703 7454 378 364 0 7621 0
[pid=28368] ppid=28366 vsize=13400 CPUtime=38.43 cores=0,2
/proc/28368/stat : 28368 (lingeling) R 28366 28368 28368 0 -1 4202496 4926 0 0 0 3843 0 0 0 25 0 1 0 886411674 13721600 2265 33554432000 4194304 4352236 140735734724720 18446744073709551615 4234032 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28368/statm: 3350 2265 129 39 0 2430 0
[pid=28360/tid=28367] ppid=28358 vsize=296204 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886411674 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.36
Current children cumulated vsize (KiB) 596416

[startup+102.307 s]
/proc/loadavg: 4.19 4.11 3.04 5/205 28372
/proc/meminfo: memFree=26399112/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=296204 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 17231 933 1 0 476 12 0 0 25 0 2 0 886411161 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 74051 8946 1867 364 0 9969 0
[pid=28366] ppid=28360 vsize=286812 CPUtime=0.12 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 927 0 0 0 7 5 0 0 18 0 1 0 886411673 293695488 7454 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166479 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28366/statm: 71703 7454 378 364 0 7621 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=89.58 cores=0,2
/proc/28368/stat : 28368 (lingeling) R 28366 28368 28368 0 -1 4202496 5950 0 0 0 8957 1 0 0 25 0 1 0 886411674 15818752 2777 33554432000 4194304 4352236 140735734724720 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28368/statm: 3862 2777 129 39 0 2942 0
[pid=28360/tid=28367] ppid=28358 vsize=296204 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886411674 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.58
Current children cumulated vsize (KiB) 598464

[startup+162.301 s]
/proc/loadavg: 4.13 4.10 3.11 5/205 28372
/proc/meminfo: memFree=26411508/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=296204 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 17231 933 1 0 476 12 0 0 25 0 2 0 886411161 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 74051 8946 1867 364 0 9969 0
[pid=28366] ppid=28360 vsize=286812 CPUtime=0.21 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 947 0 0 0 12 9 0 0 18 0 1 0 886411673 293695488 7454 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166479 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28366/statm: 71703 7454 378 364 0 7621 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=149.47 cores=0,2
/proc/28368/stat : 28368 (lingeling) R 28366 28368 28368 0 -1 4202496 5950 0 0 0 14946 1 0 0 25 0 1 0 886411674 15818752 2777 33554432000 4194304 4352236 140735734724720 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28368/statm: 3862 2777 129 39 0 2942 0
[pid=28360/tid=28367] ppid=28358 vsize=296204 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886411674 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 154.56
Current children cumulated vsize (KiB) 598464

[startup+222.301 s]
/proc/loadavg: 4.63 4.27 3.23 5/194 28463
/proc/meminfo: memFree=28797724/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=296204 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 17231 933 1 0 476 12 0 0 25 0 2 0 886411161 303312896 8946 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 74051 8946 1867 364 0 9969 0
[pid=28366] ppid=28360 vsize=286812 CPUtime=0.29 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 967 0 0 0 16 13 0 0 18 0 1 0 886411673 293695488 7454 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166479 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28366/statm: 71703 7454 378 364 0 7621 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=209.38 cores=0,2
/proc/28368/stat : 28368 (lingeling) R 28366 28368 28368 0 -1 4202496 6462 0 0 0 20937 1 0 0 25 0 1 0 886411674 15818752 2777 33554432000 4194304 4352236 140735734724720 18446744073709551615 4327896 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28368/statm: 3862 2777 129 39 0 2942 0
[pid=28360/tid=28367] ppid=28358 vsize=296204 CPUtime=0 cores=0,2

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

[pid=28528] ppid=28360 vsize=297520 CPUtime=0.62 cores=0,2
/proc/28528/stat : 28528 (python) S 28360 28360 27894 0 -1 4202560 1006 0 0 0 35 27 0 0 15 0 1 0 886470778 304660480 7490 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166534 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28528/statm: 74380 7490 372 364 0 10295 0
[pid=28530] ppid=28528 vsize=135964 CPUtime=405.66 cores=0,2
/proc/28530/stat : 28530 (cryptominisat-2) R 28528 28530 28530 0 -1 4202496 48657 0 0 0 40552 14 0 0 25 0 1 0 886470778 139227136 27355 33554432000 4194304 4677096 140735292846720 18446744073709551615 4319853 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28530/statm: 33991 27355 393 118 0 28950 0
[pid=28360/tid=28367] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886411674 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
[pid=28360/tid=28529] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28529/stat : 28529 (python) S 28358 28360 27894 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886470778 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 994.79
Current children cumulated vsize (KiB) 1052680

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.70 4/205 28579
/proc/meminfo: memFree=27748392/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=306692 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 18024 933 1 0 476 12 0 0 19 0 3 0 886411161 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 76673 8991 1870 364 0 12588 0
[pid=28366] ppid=28360 vsize=297056 CPUtime=0.79 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 1212 0 0 0 45 34 0 0 19 0 2 0 886411673 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28366/statm: 74264 7505 424 364 0 10182 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=582.84 cores=0,2
/proc/28368/stat : 28368 (lingeling) T 28366 28368 28368 0 -1 4202496 8150 0 0 0 58283 1 0 0 25 0 1 0 886411674 15818752 2929 33554432000 4194304 4352236 140735734724720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28368/statm: 3862 2929 129 39 0 2942 0
[pid=28366/tid=28527] ppid=28360 vsize=297056 CPUtime=0 cores=0,2
/proc/28366/task/28527/stat : 28527 (python) S 28360 28360 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886470777 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 514 18446604446393007040 0 0 -1 2 0 0 0
[pid=28528] ppid=28360 vsize=297520 CPUtime=0.72 cores=0,2
/proc/28528/stat : 28528 (python) S 28360 28360 27894 0 -1 4202560 1007 0 0 0 40 32 0 0 15 0 1 0 886470778 304660480 7490 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166534 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28528/statm: 74380 7490 372 364 0 10295 0
[pid=28530] ppid=28528 vsize=138776 CPUtime=465.6 cores=0,2
/proc/28530/stat : 28530 (cryptominisat-2) R 28528 28530 28530 0 -1 4202496 52540 0 0 0 46544 16 0 0 25 0 1 0 886470778 142106624 27596 33554432000 4194304 4677096 140735292846720 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28530/statm: 34694 27596 393 118 0 29653 0
[pid=28360/tid=28367] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886411674 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
[pid=28360/tid=28529] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28529/stat : 28529 (python) S 28358 28360 27894 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886470778 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1054.83
Current children cumulated vsize (KiB) 1055492

[startup+1122.3 s]
/proc/loadavg: 4.26 4.12 3.75 5/213 28602
/proc/meminfo: memFree=27376452/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=306692 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 18024 933 1 0 476 12 0 0 19 0 3 0 886411161 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 76673 8991 1870 364 0 12588 0
[pid=28366] ppid=28360 vsize=297056 CPUtime=0.79 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 1212 0 0 0 45 34 0 0 19 0 2 0 886411673 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28366/statm: 74264 7505 424 364 0 10182 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=582.84 cores=0,2
/proc/28368/stat : 28368 (lingeling) T 28366 28368 28368 0 -1 4202496 8150 0 0 0 58283 1 0 0 25 0 1 0 886411674 15818752 2929 33554432000 4194304 4352236 140735734724720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28368/statm: 3862 2929 129 39 0 2942 0
[pid=28366/tid=28527] ppid=28360 vsize=297056 CPUtime=0 cores=0,2
/proc/28366/task/28527/stat : 28527 (python) S 28360 28360 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886470777 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 514 18446604446393007040 0 0 -1 2 0 0 0
[pid=28528] ppid=28360 vsize=297520 CPUtime=0.81 cores=0,2
/proc/28528/stat : 28528 (python) S 28360 28360 27894 0 -1 4202560 1007 0 0 0 44 37 0 0 15 0 1 0 886470778 304660480 7490 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166534 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28528/statm: 74380 7490 372 364 0 10295 0
[pid=28530] ppid=28528 vsize=138820 CPUtime=525.53 cores=0,2
/proc/28530/stat : 28530 (cryptominisat-2) R 28528 28530 28530 0 -1 4202496 55404 0 0 0 52535 18 0 0 25 0 1 0 886470778 142151680 26904 33554432000 4194304 4677096 140735292846720 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28530/statm: 34705 26904 393 118 0 29664 0
[pid=28360/tid=28367] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886411674 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
[pid=28360/tid=28529] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28529/stat : 28529 (python) S 28358 28360 27894 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886470778 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1114.85
Current children cumulated vsize (KiB) 1055536

[startup+1182.3 s]
/proc/loadavg: 5.21 4.40 3.86 5/210 28647
/proc/meminfo: memFree=26020044/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=306692 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 18024 933 1 0 476 12 0 0 19 0 3 0 886411161 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 76673 8991 1870 364 0 12588 0
[pid=28366] ppid=28360 vsize=297056 CPUtime=0.79 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 1212 0 0 0 45 34 0 0 19 0 2 0 886411673 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28366/statm: 74264 7505 424 364 0 10182 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=582.84 cores=0,2
/proc/28368/stat : 28368 (lingeling) T 28366 28368 28368 0 -1 4202496 8150 0 0 0 58283 1 0 0 25 0 1 0 886411674 15818752 2929 33554432000 4194304 4352236 140735734724720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28368/statm: 3862 2929 129 39 0 2942 0
[pid=28366/tid=28527] ppid=28360 vsize=297056 CPUtime=0 cores=0,2
/proc/28366/task/28527/stat : 28527 (python) S 28360 28360 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886470777 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 514 18446604446393007040 0 0 -1 2 0 0 0
[pid=28528] ppid=28360 vsize=297520 CPUtime=0.9 cores=0,2
/proc/28528/stat : 28528 (python) S 28360 28360 27894 0 -1 4202560 1007 0 0 0 49 41 0 0 15 0 1 0 886470778 304660480 7490 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166534 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28528/statm: 74380 7490 372 364 0 10295 0
[pid=28530] ppid=28528 vsize=138896 CPUtime=585.43 cores=0,2
/proc/28530/stat : 28530 (cryptominisat-2) R 28528 28530 28530 0 -1 4202496 57704 0 0 0 58524 19 0 0 25 0 1 0 886470778 142229504 27850 33554432000 4194304 4677096 140735292846720 18446744073709551615 4318973 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28530/statm: 34724 27850 393 118 0 29683 0
[pid=28360/tid=28367] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886411674 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
[pid=28360/tid=28529] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28529/stat : 28529 (python) S 28358 28360 27894 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886470778 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1174.84
Current children cumulated vsize (KiB) 1055612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.5 s]
/proc/loadavg: 4.80 4.37 3.86 5/210 28647
/proc/meminfo: memFree=25956396/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=306692 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 18024 933 1 0 476 12 0 0 19 0 3 0 886411161 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 76673 8991 1870 364 0 12588 0
[pid=28366] ppid=28360 vsize=297056 CPUtime=0.79 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 1212 0 0 0 45 34 0 0 19 0 2 0 886411673 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28366/statm: 74264 7505 424 364 0 10182 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=582.84 cores=0,2
/proc/28368/stat : 28368 (lingeling) T 28366 28368 28368 0 -1 4202496 8150 0 0 0 58283 1 0 0 25 0 1 0 886411674 15818752 2929 33554432000 4194304 4352236 140735734724720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28368/statm: 3862 2929 129 39 0 2942 0
[pid=28366/tid=28527] ppid=28360 vsize=297056 CPUtime=0 cores=0,2
/proc/28366/task/28527/stat : 28527 (python) S 28360 28360 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886470777 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 514 18446604446393007040 0 0 -1 2 0 0 0
[pid=28528] ppid=28360 vsize=297520 CPUtime=0.93 cores=0,2
/proc/28528/stat : 28528 (python) S 28360 28360 27894 0 -1 4202560 1007 0 0 0 51 42 0 0 15 0 1 0 886470778 304660480 7490 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166534 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28528/statm: 74380 7490 372 364 0 10295 0
[pid=28530] ppid=28528 vsize=138984 CPUtime=610.6 cores=0,2
/proc/28530/stat : 28530 (cryptominisat-2) R 28528 28530 28530 0 -1 4202496 59316 0 0 0 61041 19 0 0 25 0 1 0 886470778 142319616 27228 33554432000 4194304 4677096 140735292846720 18446744073709551615 4338285 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28530/statm: 34746 27228 393 118 0 29705 0
[pid=28360/tid=28367] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886411674 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
[pid=28360/tid=28529] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28529/stat : 28529 (python) S 28358 28360 27894 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886470778 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1055700

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

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

[startup+1207.5 s]
/proc/loadavg: 4.80 4.37 3.86 5/210 28647
/proc/meminfo: memFree=25956396/32951132 swapFree=67061148/67111528
[pid=28360] ppid=28358 vsize=306692 CPUtime=4.88 cores=0,2
/proc/28360/stat : 28360 (python) S 28358 28360 27894 0 -1 4202496 18024 933 1 0 476 12 0 0 19 0 3 0 886411161 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 76673 8991 1870 364 0 12588 0
[pid=28366] ppid=28360 vsize=297056 CPUtime=0.79 cores=0,2
/proc/28366/stat : 28366 (python) S 28360 28360 27894 0 -1 4202560 1212 0 0 0 45 34 0 0 19 0 2 0 886411673 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28366/statm: 74264 7505 424 364 0 10182 0
[pid=28368] ppid=28366 vsize=15448 CPUtime=582.84 cores=0,2
/proc/28368/stat : 28368 (lingeling) T 28366 28368 28368 0 -1 4202496 8150 0 0 0 58283 1 0 0 25 0 1 0 886411674 15818752 2929 33554432000 4194304 4352236 140735734724720 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28368/statm: 3862 2929 129 39 0 2942 0
[pid=28366/tid=28527] ppid=28360 vsize=297056 CPUtime=0 cores=0,2
/proc/28366/task/28527/stat : 28527 (python) S 28360 28360 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886470777 304185344 7505 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 514 18446604446393007040 0 0 -1 2 0 0 0
[pid=28528] ppid=28360 vsize=297520 CPUtime=0.93 cores=0,2
/proc/28528/stat : 28528 (python) S 28360 28360 27894 0 -1 4202560 1007 0 0 0 51 42 0 0 15 0 1 0 886470778 304660480 7490 33554432000 4194304 5683644 140735143830112 18446744073709551615 210647166534 0 0 16781312 514 10469602496241172738 0 0 17 0 0 0 0
/proc/28528/statm: 74380 7490 372 364 0 10295 0
[pid=28530] ppid=28528 vsize=138984 CPUtime=610.6 cores=0,2
/proc/28530/stat : 28530 (cryptominisat-2) R 28528 28530 28530 0 -1 4202496 59316 0 0 0 61041 19 0 0 25 0 1 0 886470778 142319616 27228 33554432000 4194304 4677096 140735292846720 18446744073709551615 4338285 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28530/statm: 34746 27228 393 118 0 29705 0
[pid=28360/tid=28367] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28367/stat : 28367 (python) S 28358 28360 27894 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886411674 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
[pid=28360/tid=28529] ppid=28358 vsize=306692 CPUtime=0 cores=0,2
/proc/28360/task/28529/stat : 28529 (python) S 28358 28360 27894 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886470778 314052608 8991 33554432000 4194304 5683644 140735143830112 18446744073709551615 210658970033 0 0 16781312 2 18446604453963320384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1055700

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1207.53
CPU time (s): 1200.04
CPU user time (s): 1198.96
CPU system time (s): 1.08
CPU usage (%): 99.3801
Max. virtual memory (cumulated for all children) (KiB): 1055700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.76727
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18957
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= 2843
involuntary context switches= 34

runsolver used 2.99254 second user time and 5.77312 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 01:21:55
IDJOB=3483861
IDBENCH=70848
IDSOLVER=1976
FILE ID=node129/3483861-1307748115
RUNJOBID= node129-1307747008-27912
PBS_JOBID= 13550828
Free space on /tmp= 74008 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.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-3483861-1307748115/watcher-3483861-1307748115 -o /tmp/evaluation-result-3483861-1307748115/solver-3483861-1307748115 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483861-1307748115.cnf -seed 815363443 -budget 1200

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=815363443

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:      26472884 kB
Buffers:        389064 kB
Cached:        3094464 kB
SwapCached:      13132 kB
Active:        3797804 kB
Inactive:      2415580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26472884 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           33380 kB
Writeback:           0 kB
AnonPages:     2726852 kB
Mapped:          16444 kB
Slab:           188860 kB
PageTables:      16388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  4227720 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= 73892 MiB
End job on node129 at 2011-06-11 01:42:05