Trace number 3423177

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
clasp 2.0-R4092-crafted? (TO) 5000.1 5000.03

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark930.14
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...693294/instance-3423177-1306693294.cnf
0.00/0.04	c Solving...
5000.07/5000.02	
5000.07/5000.02	*** INTERRUPTED! ***
5000.07/5000.02	s UNKNOWN
5000.07/5000.02	
5000.07/5000.02	c INTERRUPTED   : 1
5000.07/5000.02	c Models        : 0+    
5000.07/5000.02	c Time          : 5000.020s (Solving: 4999.98s 1st Model: 0.00s Unsat: 0.00s)
5000.07/5000.02	c CPU Time      : 5000.080s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3423177-1306693294/watcher-3423177-1306693294 -o /tmp/evaluation-result-3423177-1306693294/solver-3423177-1306693294 -C 5000 -W 5100 -M 15500 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423177-1306693294.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.07 2.01 2/558 5880
/proc/meminfo: memFree=23633316/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=13760 CPUtime=0 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 841 0 0 0 0 0 0 0 25 0 1 0 859560059 14090240 747 33554432000 4194304 4929204 140734797750448 18446744073709551615 224284586693 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 3476 751 327 180 0 486 0

[startup+0.0982421 s]
/proc/loadavg: 2.11 2.07 2.01 2/558 5880
/proc/meminfo: memFree=23633316/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=16100 CPUtime=0.09 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 1596 0 0 0 9 0 0 0 25 0 1 0 859560059 16486400 1342 33554432000 4194304 4929204 140734797750448 18446744073709551615 4327530 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 4025 1342 366 180 0 1035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16100

[startup+0.101235 s]
/proc/loadavg: 2.11 2.07 2.01 2/558 5880
/proc/meminfo: memFree=23633316/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=16100 CPUtime=0.09 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 1596 0 0 0 9 0 0 0 25 0 1 0 859560059 16486400 1342 33554432000 4194304 4929204 140734797750448 18446744073709551615 4365568 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 4025 1342 366 180 0 1035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16100

[startup+0.300202 s]
/proc/loadavg: 2.11 2.07 2.01 2/558 5880
/proc/meminfo: memFree=23633316/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=16100 CPUtime=0.29 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 1597 0 0 0 29 0 0 0 25 0 1 0 859560059 16486400 1343 33554432000 4194304 4929204 140734797750448 18446744073709551615 4316209 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 4025 1343 367 180 0 1035 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16100

[startup+0.701132 s]
/proc/loadavg: 2.11 2.07 2.01 2/558 5880
/proc/meminfo: memFree=23633316/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=16980 CPUtime=0.69 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 1824 0 0 0 69 0 0 0 25 0 1 0 859560059 17387520 1570 33554432000 4194304 4929204 140734797750448 18446744073709551615 4337388 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 4245 1570 367 180 0 1255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16980

[startup+1.50097 s]
/proc/loadavg: 2.11 2.07 2.01 3/559 5881
/proc/meminfo: memFree=23627968/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=17512 CPUtime=1.49 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 1973 0 0 0 149 0 0 0 25 0 1 0 859560059 17932288 1719 33554432000 4194304 4929204 140734797750448 18446744073709551615 4632596 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 4378 1719 367 180 0 1388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17512

[startup+3.10073 s]
/proc/loadavg: 2.10 2.07 2.01 3/559 5881
/proc/meminfo: memFree=23626108/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=18060 CPUtime=3.09 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 2084 0 0 0 309 0 0 0 25 0 1 0 859560059 18493440 1830 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633787 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 4515 1830 367 180 0 1525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18060

[startup+6.3002 s]
/proc/loadavg: 2.10 2.07 2.01 3/559 5881
/proc/meminfo: memFree=23624252/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=19152 CPUtime=6.29 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 2377 0 0 0 629 0 0 0 25 0 1 0 859560059 19611648 2123 33554432000 4194304 4929204 140734797750448 18446744073709551615 4357471 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 4788 2123 367 180 0 1798 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19152

[startup+12.7011 s]
/proc/loadavg: 2.08 2.07 2.01 3/559 5881
/proc/meminfo: memFree=23622016/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=21300 CPUtime=12.69 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 2863 0 0 0 1269 0 0 0 25 0 1 0 859560059 21811200 2609 33554432000 4194304 4929204 140734797750448 18446744073709551615 4636854 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 5325 2609 367 180 0 2335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21300

[startup+25.501 s]
/proc/loadavg: 2.15 2.08 2.02 3/559 5883
/proc/meminfo: memFree=23620908/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=22652 CPUtime=25.49 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 3215 0 0 0 2549 0 0 0 25 0 1 0 859560059 23195648 2961 33554432000 4194304 4929204 140734797750448 18446744073709551615 4628037 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 5663 2961 367 180 0 2673 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22652

[startup+51.1007 s]
/proc/loadavg: 2.10 2.07 2.01 3/559 5883
/proc/meminfo: memFree=23618760/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=24936 CPUtime=51.09 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 3757 0 0 0 5109 0 0 0 25 0 1 0 859560059 25534464 3503 33554432000 4194304 4929204 140734797750448 18446744073709551615 4619446 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 6234 3503 367 180 0 3244 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24936

[startup+102.321 s]
/proc/loadavg: 2.04 2.06 2.01 3/559 5885
/proc/meminfo: memFree=23610300/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=32076 CPUtime=102.32 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 5474 0 0 0 10231 1 0 0 25 0 1 0 859560059 32845824 5220 33554432000 4194304 4929204 140734797750448 18446744073709551615 4337380 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 8019 5220 367 180 0 5029 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 32076

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/559 5885
/proc/meminfo: memFree=23609036/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=33460 CPUtime=162.3 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 5779 0 0 0 16229 1 0 0 25 0 1 0 859560059 34263040 5525 33554432000 4194304 4929204 140734797750448 18446744073709551615 4337341 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 8365 5525 367 180 0 5375 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 33460

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 5887
/proc/meminfo: memFree=23607756/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=34728 CPUtime=222.3 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 6051 0 0 0 22229 1 0 0 25 0 1 0 859560059 35561472 5797 33554432000 4194304 4929204 140734797750448 18446744073709551615 4316260 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 8682 5797 367 180 0 5692 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 34728

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 5889
/proc/meminfo: memFree=23603496/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=37844 CPUtime=282.29 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 6821 0 0 0 28228 1 0 0 25 0 1 0 859560059 38752256 6567 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633970 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 9461 6567 367 180 0 6471 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 37844

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 5891
/proc/meminfo: memFree=23602452/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=38804 CPUtime=342.29 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 7053 0 0 0 34228 1 0 0 25 0 1 0 859560059 39735296 6799 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 9701 6799 367 180 0 6711 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 38804

[startup+402.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/559 5893
/proc/meminfo: memFree=23601040/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=39880 CPUtime=402.3 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 7298 0 0 0 40229 1 0 0 25 0 1 0 859560059 40837120 7044 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633614 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 9970 7044 367 180 0 6980 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 39880

[startup+462.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/559 5893
/proc/meminfo: memFree=23601372/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=40344 CPUtime=462.3 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 7379 0 0 0 46229 1 0 0 25 0 1 0 859560059 41312256 7125 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 10086 7125 367 180 0 7096 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 40344

[startup+522.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/559 5895
/proc/meminfo: memFree=23599592/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=40932 CPUtime=522.3 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 7507 0 0 0 52229 1 0 0 25 0 1 0 859560059 41914368 7253 33554432000 4194304 4929204 140734797750448 18446744073709551615 4316056 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 10233 7253 367 180 0 7243 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 40932

[startup+582.301 s]
/proc/loadavg: 2.11 2.08 2.02 3/559 5897
/proc/meminfo: memFree=23600308/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=41396 CPUtime=582.3 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 7623 0 0 0 58229 1 0 0 25 0 1 0 859560059 42389504 7369 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 10349 7369 367 180 0 7359 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 41396

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 6028
/proc/meminfo: memFree=23449760/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=79056 CPUtime=4002.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 16390 0 0 0 400232 3 0 0 25 0 1 0 859560059 80953344 16055 33554432000 4194304 4929204 140734797750448 18446744073709551615 4327287 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 19764 16055 369 180 0 16774 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 79056

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 6028
/proc/meminfo: memFree=23449596/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=80200 CPUtime=4062.37 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 16659 0 0 0 406234 3 0 0 25 0 1 0 859560059 82124800 16324 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 20050 16324 369 180 0 17060 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 80200

[startup+4122.3 s]
/proc/loadavg: 2.28 2.07 2.02 3/559 6030
/proc/meminfo: memFree=23448324/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=81100 CPUtime=4122.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 16847 0 0 0 412232 3 0 0 25 0 1 0 859560059 83046400 16512 33554432000 4194304 4929204 140734797750448 18446744073709551615 4632996 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 20275 16512 369 180 0 17285 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 81100

[startup+4182.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/559 6032
/proc/meminfo: memFree=23446416/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=82840 CPUtime=4182.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17232 0 0 0 418232 3 0 0 25 0 1 0 859560059 84828160 16897 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 20710 16897 369 180 0 17720 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 82840

[startup+4242.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/559 6034
/proc/meminfo: memFree=23446496/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=83012 CPUtime=4242.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17279 0 0 0 424232 3 0 0 25 0 1 0 859560059 85004288 16944 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 20753 16944 369 180 0 17763 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 83012

[startup+4302.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/559 6036
/proc/meminfo: memFree=23445320/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=83768 CPUtime=4302.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17456 0 0 0 430232 3 0 0 25 0 1 0 859560059 85778432 17121 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 20942 17121 369 180 0 17952 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 83768

[startup+4362.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/559 6036
/proc/meminfo: memFree=23445528/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=83768 CPUtime=4362.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17464 0 0 0 436232 3 0 0 25 0 1 0 859560059 85778432 17129 33554432000 4194304 4929204 140734797750448 18446744073709551615 4632940 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 20942 17129 369 180 0 17952 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 83768

[startup+4422.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/559 6038
/proc/meminfo: memFree=23432828/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=84380 CPUtime=4422.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17596 0 0 0 442232 3 0 0 25 0 1 0 859560059 86405120 17261 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 21095 17261 369 180 0 18105 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 84380

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 6040
/proc/meminfo: memFree=23427588/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=84760 CPUtime=4482.35 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17667 0 0 0 448232 3 0 0 25 0 1 0 859560059 86794240 17332 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 21190 17332 369 180 0 18200 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 84760

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 6042
/proc/meminfo: memFree=23427428/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=85328 CPUtime=4542.36 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17793 0 0 0 454233 3 0 0 25 0 1 0 859560059 87375872 17458 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633141 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 21332 17458 369 180 0 18342 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 85328

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 6044
/proc/meminfo: memFree=23424300/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=85644 CPUtime=4602.36 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17871 0 0 0 460233 3 0 0 25 0 1 0 859560059 87699456 17536 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 21411 17536 369 180 0 18421 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 85644

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 6047
/proc/meminfo: memFree=23425492/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=86024 CPUtime=4662.36 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 17948 0 0 0 466233 3 0 0 25 0 1 0 859560059 88088576 17613 33554432000 4194304 4929204 140734797750448 18446744073709551615 4632840 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 21506 17613 369 180 0 18516 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 86024

[startup+4722.32 s]
/proc/loadavg: 2.08 2.02 2.01 3/559 6049
/proc/meminfo: memFree=23425400/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=86404 CPUtime=4722.38 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 18063 0 0 0 472235 3 0 0 25 0 1 0 859560059 88477696 17728 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 21601 17728 369 180 0 18611 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 86404

[startup+4782.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/559 6051
/proc/meminfo: memFree=23421900/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=87636 CPUtime=4782.36 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 18314 0 0 0 478233 3 0 0 25 0 1 0 859560059 89739264 17979 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 21909 17979 369 180 0 18919 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 87636

[startup+4842.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/559 6053
/proc/meminfo: memFree=23421468/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=88016 CPUtime=4842.36 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 18398 0 0 0 484233 3 0 0 25 0 1 0 859560059 90128384 18063 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 22004 18063 369 180 0 19014 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 88016

[startup+4902.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/559 6055
/proc/meminfo: memFree=23421908/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=88204 CPUtime=4902.36 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 18439 0 0 0 490233 3 0 0 25 0 1 0 859560059 90320896 18104 33554432000 4194304 4929204 140734797750448 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 22051 18104 369 180 0 19061 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 88204

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/559 6055
/proc/meminfo: memFree=23421984/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=88584 CPUtime=4962.36 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 18514 0 0 0 496233 3 0 0 25 0 1 0 859560059 90710016 18179 33554432000 4194304 4929204 140734797750448 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 22146 18179 369 180 0 19156 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 88584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 6057
/proc/meminfo: memFree=23421828/32951124 swapFree=39849780/67111528
[pid=5880] ppid=5878 vsize=88584 CPUtime=5000.07 cores=0,2,4,6
/proc/5880/stat : 5880 (clasp) R 5878 5880 5742 0 -1 4202496 18518 0 0 0 500004 3 0 0 25 0 1 0 859560059 90710016 18183 33554432000 4194304 4929204 140734797750448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5880/statm: 22146 18183 369 180 0 19156 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 88584

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

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

Child status: 0
Real time (s): 5000.03
CPU time (s): 5000.1
CPU user time (s): 5000.06
CPU system time (s): 0.041993
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 88584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.06
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 7657

runsolver used 28.8006 second user time and 62.3355 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-29 20:21:34
IDJOB=3423177
IDBENCH=84761
IDSOLVER=1917
FILE ID=node118/3423177-1306693294
RUNJOBID= node118-1306690843-5760
PBS_JOBID= 13471859
Free space on /tmp= 73260 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3423177-1306693294/watcher-3423177-1306693294 -o /tmp/evaluation-result-3423177-1306693294/solver-3423177-1306693294 -C 5000 -W 5100 -M 15500  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423177-1306693294.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=1511677786

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23633472 kB
Buffers:        229064 kB
Cached:        1745096 kB
SwapCached:      53040 kB
Active:         987488 kB
Inactive:      8037896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23633472 kB
SwapTotal:    67111528 kB
SwapFree:     39849780 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:     7011380 kB
Mapped:          26004 kB
Slab:           107460 kB
PageTables:     114948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 183867264 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= 73252 MiB
End job on node118 at 2011-05-29 21:44:56