Trace number 3484702

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)UNSAT 206.493 207.008

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.97739
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.32/0.88	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.88	c INFO: solving HOME/instance-3484702-1307757161.cnf
0.32/0.88	c INFO: computing task features
0.98/5.03	c INFO: computed variable-clause graph statistics
0.98/16.37	c INFO: computed clause balance statistics
22.98/23.58	c INFO: computed variable balance statistics
35.09/35.68	c INFO: computed small-clause counts
35.58/36.12	c INFO: computed Horn-clause counts
192.58/193.17	c INFO: computed variable graph statistics
192.58/193.17	c INFO: collected features for HOME/instance-3484702-1307757161.cnf in 192.13 s
192.58/193.17	c INFO: running lingeling-276@0 for 291 with 1007 remaining (b = 0.87)
206.34/206.94	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 5,7

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.20 2.27 5/178 23295
/proc/meminfo: memFree=30609156/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=15080 CPUtime=0 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 650 0 0 0 0 0 0 0 21 0 1 0 887315872 15441920 544 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/23295/statm: 3770 544 312 364 0 257 0

[startup+0.0756769 s]
/proc/loadavg: 0.92 1.20 2.27 5/178 23295
/proc/meminfo: memFree=30609156/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=27344 CPUtime=0.02 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 1352 0 0 0 2 0 0 0 17 0 1 0 887315872 28000256 1196 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664806400 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 6836 1196 440 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27344

[startup+0.100686 s]
/proc/loadavg: 0.92 1.20 2.27 5/178 23295
/proc/meminfo: memFree=30609156/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=36504 CPUtime=0.04 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 1577 0 0 0 3 1 0 0 17 0 1 0 887315872 37380096 1410 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664806400 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 9126 1410 452 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36504

[startup+0.300641 s]
/proc/loadavg: 0.92 1.20 2.27 5/178 23295
/proc/meminfo: memFree=30609156/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=116600 CPUtime=0.11 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 3856 0 0 0 7 4 0 0 16 0 1 0 887315872 119398400 3490 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/23295/statm: 29150 3490 895 364 0 2651 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 116600

[startup+0.700546 s]
/proc/loadavg: 0.92 1.20 2.27 5/178 23295
/proc/meminfo: memFree=30609156/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=217544 CPUtime=0.27 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 7450 934 1 0 19 8 0 0 15 0 1 0 887315872 222765056 5430 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/23295/statm: 54386 5430 1526 364 0 4131 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 217544

[startup+1.50041 s]
/proc/loadavg: 0.92 1.20 2.27 5/179 23300
/proc/meminfo: memFree=30439188/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=339512 CPUtime=0.98 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 24303 934 1 0 86 12 0 0 16 0 1 0 887315872 347660288 21972 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664469189 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 84878 21973 1761 364 0 20802 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 339512

[startup+19.6343 s]
/proc/loadavg: 0.92 1.20 2.27 5/179 23300
/proc/meminfo: memFree=30439188/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=19.11 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98070 934 1 0 1889 22 0 0 25 0 1 0 887315872 534876160 67970 33554432000 4194304 5683644 140734711488880 18446744073709551615 47292902065746 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67970 1826 364 0 66509 0
Current children cumulated CPU time (s) 19.11
Current children cumulated vsize (KiB) 522340

[startup+19.7002 s]
/proc/loadavg: 0.92 1.20 2.27 5/179 23300
/proc/meminfo: memFree=30439188/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=19.18 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98070 934 1 0 1896 22 0 0 25 0 1 0 887315872 534876160 67970 33554432000 4194304 5683644 140734711488880 18446744073709551615 47292899349457 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67970 1826 364 0 66509 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 522340

[startup+19.8002 s]
/proc/loadavg: 0.92 1.20 2.27 5/179 23300
/proc/meminfo: memFree=30439188/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=19.28 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98070 934 1 0 1906 22 0 0 25 0 1 0 887315872 534876160 67970 33554432000 4194304 5683644 140734711488880 18446744073709551615 4528277 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67970 1826 364 0 66509 0
Current children cumulated CPU time (s) 19.28
Current children cumulated vsize (KiB) 522340

[startup+25.5002 s]
/proc/loadavg: 3.21 1.71 2.41 7/188 23342
/proc/meminfo: memFree=27351988/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=24.98 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98071 934 1 0 2476 22 0 0 25 0 1 0 887315872 534876160 67971 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664504752 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67971 1827 364 0 66509 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 522340

[startup+51.1008 s]
/proc/loadavg: 4.64 2.16 2.54 6/188 23344
/proc/meminfo: memFree=27164500/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=50.58 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98077 934 1 0 5034 24 0 0 25 0 1 0 887315872 534876160 67977 33554432000 4194304 5683644 140734711488880 18446744073709551615 47292899293312 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67977 1833 364 0 66509 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 522340

[startup+102.301 s]
/proc/loadavg: 5.91 2.89 2.77 6/188 23344
/proc/meminfo: memFree=27232728/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=101.78 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98077 934 1 0 10153 25 0 0 25 0 1 0 887315872 534876160 67977 33554432000 4194304 5683644 140734711488880 18446744073709551615 47292899293324 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67977 1833 364 0 66509 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 522340

[startup+162.301 s]
/proc/loadavg: 6.06 3.55 3.00 5/188 23346
/proc/meminfo: memFree=27240196/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=161.78 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98077 934 1 0 16153 25 0 0 25 0 1 0 887315872 534876160 67977 33554432000 4194304 5683644 140734711488880 18446744073709551615 47292899293312 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67977 1833 364 0 66509 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 522340

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

[startup+171.501 s]
/proc/loadavg: 5.75 3.56 3.01 6/188 23346
/proc/meminfo: memFree=27239928/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=170.98 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98077 934 1 0 17073 25 0 0 25 0 1 0 887315872 534876160 67977 33554432000 4194304 5683644 140734711488880 18446744073709551615 47292899293324 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67977 1833 364 0 66509 0
Current children cumulated CPU time (s) 170.98
Current children cumulated vsize (KiB) 522340

[startup+184.301 s]
/proc/loadavg: 5.36 3.58 3.03 5/191 23350
/proc/meminfo: memFree=27539756/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=522340 CPUtime=183.78 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202496 98077 934 1 0 18353 25 0 0 25 0 1 0 887315872 534876160 67977 33554432000 4194304 5683644 140734711488880 18446744073709551615 47292899293324 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23295/statm: 130585 67977 1833 364 0 66509 0
Current children cumulated CPU time (s) 183.78
Current children cumulated vsize (KiB) 522340

[startup+197.1 s]
/proc/loadavg: 5.15 3.59 3.04 5/194 23354
/proc/meminfo: memFree=27487752/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=514024 CPUtime=192.66 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 98363 934 1 0 19241 25 0 0 25 0 2 0 887315872 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23295/statm: 128506 63369 1867 364 0 64424 0
[pid=23351] ppid=23295 vsize=503780 CPUtime=0 cores=5,7
/proc/23351/stat : 23351 (python) S 23295 23295 19898 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 887335190 515870720 61851 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664828431 0 0 16781312 514 3909024425294397704 0 0 17 5 0 0 0
/proc/23351/statm: 125945 61851 353 364 0 61863 0
[pid=23353] ppid=23351 vsize=91356 CPUtime=3.89 cores=5,7
/proc/23353/stat : 23353 (lingeling) R 23351 23353 23353 0 -1 4202496 34782 0 0 0 385 4 0 0 25 0 1 0 887335191 93548544 22007 33554432000 4194304 4352236 140735560424000 18446744073709551615 4249896 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23353/statm: 22839 22007 127 39 0 21919 0
[pid=23295/tid=23352] ppid=23293 vsize=514024 CPUtime=0 cores=5,7
/proc/23295/task/23352/stat : 23352 (python) S 23293 23295 19898 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 887335191 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676631985 0 0 16781312 2 18446604463343503424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 196.55
Current children cumulated vsize (KiB) 1109160

[startup+203.5 s]
/proc/loadavg: 4.97 3.61 3.05 5/197 23357
/proc/meminfo: memFree=27652272/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=514024 CPUtime=192.66 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 98363 934 1 0 19241 25 0 0 25 0 2 0 887315872 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23295/statm: 128506 63369 1867 364 0 64424 0
[pid=23351] ppid=23295 vsize=503780 CPUtime=0.01 cores=5,7
/proc/23351/stat : 23351 (python) S 23295 23295 19898 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 887335190 515870720 61874 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664828431 0 0 16781312 514 4137963632623321352 0 0 17 5 0 0 0
/proc/23351/statm: 125945 61874 376 364 0 61863 0
[pid=23353] ppid=23351 vsize=100680 CPUtime=10.27 cores=5,7
/proc/23353/stat : 23353 (lingeling) R 23351 23353 23353 0 -1 4202496 37113 0 0 0 1023 4 0 0 25 0 1 0 887335191 103096320 24338 33554432000 4194304 4352236 140735560424000 18446744073709551615 4208731 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23353/statm: 25170 24338 127 39 0 24250 0
[pid=23295/tid=23352] ppid=23293 vsize=514024 CPUtime=0 cores=5,7
/proc/23295/task/23352/stat : 23352 (python) S 23293 23295 19898 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 887335191 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676631985 0 0 16781312 2 18446604463343503424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.94
Current children cumulated vsize (KiB) 1118484

[startup+205.101 s]
/proc/loadavg: 4.97 3.61 3.05 5/197 23357
/proc/meminfo: memFree=27652144/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=514024 CPUtime=192.66 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 98363 934 1 0 19241 25 0 0 25 0 2 0 887315872 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23295/statm: 128506 63369 1867 364 0 64424 0
[pid=23351] ppid=23295 vsize=503780 CPUtime=0.01 cores=5,7
/proc/23351/stat : 23351 (python) S 23295 23295 19898 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 887335190 515870720 61874 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664828431 0 0 16781312 514 4137963632623321352 0 0 17 5 0 0 0
/proc/23351/statm: 125945 61874 376 364 0 61863 0
[pid=23353] ppid=23351 vsize=100680 CPUtime=11.87 cores=5,7
/proc/23353/stat : 23353 (lingeling) R 23351 23353 23353 0 -1 4202496 37113 0 0 0 1183 4 0 0 25 0 1 0 887335191 103096320 24338 33554432000 4194304 4352236 140735560424000 18446744073709551615 4230055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23353/statm: 25170 24338 127 39 0 24250 0
[pid=23295/tid=23352] ppid=23293 vsize=514024 CPUtime=0 cores=5,7
/proc/23295/task/23352/stat : 23352 (python) S 23293 23295 19898 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 887335191 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676631985 0 0 16781312 2 18446604463343503424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.54
Current children cumulated vsize (KiB) 1118484

[startup+205.901 s]
/proc/loadavg: 4.97 3.61 3.05 5/197 23357
/proc/meminfo: memFree=27652144/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=514024 CPUtime=192.66 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 98363 934 1 0 19241 25 0 0 25 0 2 0 887315872 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23295/statm: 128506 63369 1867 364 0 64424 0
[pid=23351] ppid=23295 vsize=503780 CPUtime=0.01 cores=5,7
/proc/23351/stat : 23351 (python) S 23295 23295 19898 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 887335190 515870720 61874 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664828431 0 0 16781312 514 4137963632623321352 0 0 17 5 0 0 0
/proc/23351/statm: 125945 61874 376 364 0 61863 0
[pid=23353] ppid=23351 vsize=100680 CPUtime=12.67 cores=5,7
/proc/23353/stat : 23353 (lingeling) R 23351 23353 23353 0 -1 4202496 37113 0 0 0 1263 4 0 0 25 0 1 0 887335191 103096320 24338 33554432000 4194304 4352236 140735560424000 18446744073709551615 4205983 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23353/statm: 25170 24338 127 39 0 24250 0
[pid=23295/tid=23352] ppid=23293 vsize=514024 CPUtime=0 cores=5,7
/proc/23295/task/23352/stat : 23352 (python) S 23293 23295 19898 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 887335191 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676631985 0 0 16781312 2 18446604463343503424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 205.34
Current children cumulated vsize (KiB) 1118484

[startup+206.701 s]
/proc/loadavg: 4.97 3.61 3.05 5/197 23357
/proc/meminfo: memFree=27673968/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=514024 CPUtime=192.66 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 98363 934 1 0 19241 25 0 0 25 0 2 0 887315872 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23295/statm: 128506 63369 1867 364 0 64424 0
[pid=23351] ppid=23295 vsize=503780 CPUtime=0.01 cores=5,7
/proc/23351/stat : 23351 (python) S 23295 23295 19898 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 887335190 515870720 61874 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664828431 0 0 16781312 514 4137963632623321352 0 0 17 5 0 0 0
/proc/23351/statm: 125945 61874 376 364 0 61863 0
[pid=23353] ppid=23351 vsize=99676 CPUtime=13.47 cores=5,7
/proc/23353/stat : 23353 (lingeling) R 23351 23353 23353 0 -1 4202496 37115 0 0 0 1343 4 0 0 25 0 1 0 887335191 102068224 24089 33554432000 4194304 4352236 140735560424000 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23353/statm: 24919 24089 129 39 0 23999 0
[pid=23295/tid=23352] ppid=23293 vsize=514024 CPUtime=0 cores=5,7
/proc/23295/task/23352/stat : 23352 (python) S 23293 23295 19898 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 887335191 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676631985 0 0 16781312 2 18446604463343503424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 206.14
Current children cumulated vsize (KiB) 1117480

[startup+206.901 s]
/proc/loadavg: 4.97 3.61 3.05 5/197 23357
/proc/meminfo: memFree=27673968/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=514024 CPUtime=192.66 cores=5,7
/proc/23295/stat : 23295 (python) S 23293 23295 19898 0 -1 4202496 98363 934 1 0 19241 25 0 0 25 0 2 0 887315872 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23295/statm: 128506 63369 1867 364 0 64424 0
[pid=23351] ppid=23295 vsize=503780 CPUtime=0.01 cores=5,7
/proc/23351/stat : 23351 (python) S 23295 23295 19898 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 887335190 515870720 61874 33554432000 4194304 5683644 140734711488880 18446744073709551615 274664828431 0 0 16781312 514 4137963632623321352 0 0 17 5 0 0 0
/proc/23351/statm: 125945 61874 376 364 0 61863 0
[pid=23353] ppid=23351 vsize=99676 CPUtime=13.67 cores=5,7
/proc/23353/stat : 23353 (lingeling) R 23351 23353 23353 0 -1 4202496 37115 0 0 0 1363 4 0 0 25 0 1 0 887335191 102068224 24089 33554432000 4194304 4352236 140735560424000 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23353/statm: 24919 24089 129 39 0 23999 0
[pid=23295/tid=23352] ppid=23293 vsize=514024 CPUtime=0 cores=5,7
/proc/23295/task/23352/stat : 23352 (python) S 23293 23295 19898 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 887335191 526360576 63369 33554432000 4194304 5683644 140734711488880 18446744073709551615 274676631985 0 0 16781312 2 18446604463343503424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 206.34
Current children cumulated vsize (KiB) 1117480

[startup+207.001 s]
/proc/loadavg: 4.97 3.61 3.05 5/197 23357
/proc/meminfo: memFree=27673968/32951132 swapFree=67054616/67111528
[pid=23295] ppid=23293 vsize=0 CPUtime=206.47 cores=5,7
/proc/23295/stat : 23295 (python) R 23293 23295 19898 0 -1 4202500 126824 39247 1 0 19244 28 1368 7 18 0 1 0 887315872 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23295/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 206.47
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 207.008
CPU time (s): 206.493
CPU user time (s): 206.133
CPU system time (s): 0.359945
CPU usage (%): 99.751
Max. virtual memory (cumulated for all children) (KiB): 1118484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.133
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166071
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= 2921
involuntary context switches= 616

runsolver used 0.288956 second user time and 0.648901 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 03:52:42
IDJOB=3484702
IDBENCH=88178
IDSOLVER=1976
FILE ID=node131/3484702-1307757161
RUNJOBID= node131-1307757161-23270
PBS_JOBID= 13550827
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.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-3484702-1307757161/watcher-3484702-1307757161 -o /tmp/evaluation-result-3484702-1307757161/solver-3484702-1307757161 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484702-1307757161.cnf -seed 1353320025 -budget 1200

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

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=1353320025

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30611156 kB
Buffers:        265072 kB
Cached:        1789056 kB
SwapCached:       9824 kB
Active:         515968 kB
Inactive:      1569676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30611156 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:          196440 kB
Writeback:           0 kB
AnonPages:       29544 kB
Mapped:          12720 kB
Slab:           190324 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   204344 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= 73612 MiB
End job on node131 at 2011-06-11 03:56:09