Trace number 3423238

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.09 5000.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.465928
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...695041/instance-3423238-1306695041.cnf
15.92/16.00	c Solving...
5000.06/5000.01	
5000.06/5000.01	*** INTERRUPTED! ***
5000.06/5000.01	s UNKNOWN
5000.06/5000.01	
5000.06/5000.01	c INTERRUPTED   : 1
5000.06/5000.01	c Models        : 0+    
5000.06/5000.01	c Time          : 5000.014s (Solving: 4984.01s 1st Model: 0.00s Unsat: 0.00s)
5000.06/5000.01	c CPU Time      : 5000.060s

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-3423238-1306695041/watcher-3423238-1306695041 -o /tmp/evaluation-result-3423238-1306695041/solver-3423238-1306695041 -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-3423238-1306695041.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: 1.00 1.02 1.00 2/424 25358
/proc/meminfo: memFree=14021928/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=15060 CPUtime=0 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 1144 0 0 0 0 0 0 0 21 0 1 0 781102328 15421440 969 33554432000 4194304 4929204 140736232376272 18446744073709551615 246516531408 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 3765 982 327 180 0 775 0

[startup+0.0928219 s]
/proc/loadavg: 1.00 1.02 1.00 2/424 25358
/proc/meminfo: memFree=14021928/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=29912 CPUtime=0.08 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 6525 0 0 0 8 0 0 0 21 0 1 0 781102328 30629888 4682 33554432000 4194304 4929204 140736232376272 18446744073709551615 246516495045 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 7478 4685 327 180 0 4488 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29912

[startup+0.100819 s]
/proc/loadavg: 1.00 1.02 1.00 2/424 25358
/proc/meminfo: memFree=14021928/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=31100 CPUtime=0.09 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 6907 0 0 0 9 0 0 0 21 0 1 0 781102328 31846400 5064 33554432000 4194304 4929204 140736232376272 18446744073709551615 246516834048 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 7775 5066 327 180 0 4785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31100

[startup+0.300783 s]
/proc/loadavg: 1.00 1.02 1.00 2/424 25358
/proc/meminfo: memFree=14021928/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=73060 CPUtime=0.29 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 20703 0 0 0 27 2 0 0 22 0 1 0 781102328 74813440 14497 33554432000 4194304 4929204 140736232376272 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 18265 14497 336 180 0 15275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73060

[startup+0.7007 s]
/proc/loadavg: 1.00 1.02 1.00 2/424 25358
/proc/meminfo: memFree=14021928/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=87648 CPUtime=0.69 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 24074 0 0 0 66 3 0 0 23 0 1 0 781102328 89751552 17868 33554432000 4194304 4929204 140736232376272 18446744073709551615 4582131 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87648

[startup+1.50054 s]
/proc/loadavg: 1.08 1.04 1.01 3/425 25359
/proc/meminfo: memFree=13949140/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=87648 CPUtime=1.49 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 24074 0 0 0 146 3 0 0 25 0 1 0 781102328 89751552 17868 33554432000 4194304 4929204 140736232376272 18446744073709551615 4582188 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87648

[startup+3.10025 s]
/proc/loadavg: 1.08 1.04 1.01 3/425 25359
/proc/meminfo: memFree=13948272/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=87648 CPUtime=3.09 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 24074 0 0 0 306 3 0 0 25 0 1 0 781102328 89751552 17868 33554432000 4194304 4929204 140736232376272 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87648

[startup+6.30068 s]
/proc/loadavg: 1.15 1.06 1.01 3/425 25360
/proc/meminfo: memFree=13943492/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=87648 CPUtime=6.29 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 24074 0 0 0 626 3 0 0 25 0 1 0 781102328 89751552 17868 33554432000 4194304 4929204 140736232376272 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25358/statm: 21912 17868 337 180 0 18922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87648

[startup+12.7005 s]
/proc/loadavg: 1.22 1.07 1.02 3/425 25360
/proc/meminfo: memFree=13935284/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=91108 CPUtime=12.64 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 24968 0 0 0 1261 3 0 0 25 0 1 0 781102328 93294592 18762 33554432000 4194304 4929204 140736232376272 18446744073709551615 4574952 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/25358/statm: 22777 18762 339 180 0 19787 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 91108

[startup+25.5012 s]
/proc/loadavg: 1.39 1.12 1.03 3/425 25360
/proc/meminfo: memFree=13933552/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=81600 CPUtime=25.42 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 25711 0 0 0 2539 3 0 0 25 0 1 0 781102328 83558400 17316 33554432000 4194304 4929204 140736232376272 18446744073709551615 4320522 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 20400 17316 367 180 0 17410 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 81600

[startup+51.1005 s]
/proc/loadavg: 1.72 1.22 1.06 3/425 25361
/proc/meminfo: memFree=13924488/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=81600 CPUtime=51.02 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 25711 0 0 0 5099 3 0 0 25 0 1 0 781102328 83558400 17316 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 20400 17316 367 180 0 17410 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 81600

[startup+102.316 s]
/proc/loadavg: 1.95 1.35 1.12 3/425 25362
/proc/meminfo: memFree=13920128/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=81600 CPUtime=102.24 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 25711 0 0 0 10220 4 0 0 25 0 1 0 781102328 83558400 17316 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 20400 17316 367 180 0 17410 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 81600

[startup+162.3 s]
/proc/loadavg: 2.02 1.48 1.18 3/425 25364
/proc/meminfo: memFree=13913904/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=81600 CPUtime=162.23 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 26149 0 0 0 16219 4 0 0 25 0 1 0 781102328 83558400 17754 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 20400 17754 367 180 0 17410 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 81600

[startup+222.3 s]
/proc/loadavg: 2.00 1.57 1.22 3/425 25365
/proc/meminfo: memFree=13903328/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=83320 CPUtime=222.23 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 26565 0 0 0 22219 4 0 0 25 0 1 0 781102328 85319680 18170 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 20830 18170 367 180 0 17840 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 83320

[startup+282.3 s]
/proc/loadavg: 2.00 1.65 1.27 3/425 25367
/proc/meminfo: memFree=13896368/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=85092 CPUtime=282.23 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 26979 0 0 0 28218 5 0 0 25 0 1 0 781102328 87134208 18584 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 21273 18584 367 180 0 18283 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 85092

[startup+342.3 s]
/proc/loadavg: 2.00 1.71 1.31 3/425 25369
/proc/meminfo: memFree=13871656/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=102752 CPUtime=342.23 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 31395 0 0 0 34216 7 0 0 25 0 1 0 781102328 105218048 23000 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316147 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 25688 23000 369 180 0 22698 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 102752

[startup+402.301 s]
/proc/loadavg: 2.00 1.76 1.35 3/425 25370
/proc/meminfo: memFree=13871632/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=102752 CPUtime=402.23 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 31396 0 0 0 40216 7 0 0 25 0 1 0 781102328 105218048 23001 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316147 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 25688 23001 369 180 0 22698 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 102752

[startup+462.301 s]
/proc/loadavg: 2.00 1.80 1.39 3/425 25372
/proc/meminfo: memFree=13863668/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=107088 CPUtime=462.23 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 32439 0 0 0 46216 7 0 0 25 0 1 0 781102328 109658112 24044 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633400 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 26772 24044 369 180 0 23782 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 107088

[startup+522.301 s]
/proc/loadavg: 2.00 1.83 1.42 3/425 25373
/proc/meminfo: memFree=13841336/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=111576 CPUtime=522.24 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 33564 0 0 0 52216 8 0 0 25 0 1 0 781102328 114253824 25169 33554432000 4194304 4929204 140736232376272 18446744073709551615 4638397 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 27894 25169 369 180 0 24904 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 111576

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.46 3/425 25375
/proc/meminfo: memFree=13838328/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=112516 CPUtime=582.24 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 33818 0 0 0 58216 8 0 0 25 0 1 0 781102328 115216384 25423 33554432000 4194304 4929204 140736232376272 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 28129 25423 369 180 0 25139 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 112516

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/425 25478
/proc/meminfo: memFree=13706812/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=210020 CPUtime=4002.33 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 57828 0 0 0 400207 26 0 0 25 0 1 0 781102328 215060480 49433 33554432000 4194304 4929204 140736232376272 18446744073709551615 4328281 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 52505 49433 369 180 0 49515 0
Current children cumulated CPU time (s) 4002.33
Current children cumulated vsize (KiB) 210020

[startup+4062.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/425 25480
/proc/meminfo: memFree=13705176/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=210020 CPUtime=4062.34 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 57829 0 0 0 406208 26 0 0 25 0 1 0 781102328 215060480 49434 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 52505 49434 369 180 0 49515 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 210020

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 25481
/proc/meminfo: memFree=13705748/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=210020 CPUtime=4122.33 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 57829 0 0 0 412207 26 0 0 25 0 1 0 781102328 215060480 49434 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 52505 49434 369 180 0 49515 0
Current children cumulated CPU time (s) 4122.33
Current children cumulated vsize (KiB) 210020

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 25483
/proc/meminfo: memFree=13702628/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4182.34 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58647 0 0 0 418207 27 0 0 25 0 1 0 781102328 218304512 50252 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50252 369 180 0 50307 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 213188

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/425 25494
/proc/meminfo: memFree=13701684/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4242.33 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58647 0 0 0 424206 27 0 0 25 0 1 0 781102328 218304512 50252 33554432000 4194304 4929204 140736232376272 18446744073709551615 4616394 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50252 369 180 0 50307 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 213188

[startup+4302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/425 25495
/proc/meminfo: memFree=13699184/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4302.33 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58647 0 0 0 430206 27 0 0 25 0 1 0 781102328 218304512 50252 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50252 369 180 0 50307 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 213188

[startup+4362.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/425 25497
/proc/meminfo: memFree=13697544/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4362.33 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58647 0 0 0 436206 27 0 0 25 0 1 0 781102328 218304512 50252 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50252 369 180 0 50307 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 213188

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/425 25500
/proc/meminfo: memFree=13697272/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4422.33 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58647 0 0 0 442206 27 0 0 25 0 1 0 781102328 218304512 50252 33554432000 4194304 4929204 140736232376272 18446744073709551615 4638397 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50252 369 180 0 50307 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 213188

[startup+4482.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/425 25503
/proc/meminfo: memFree=13696920/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4482.34 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58647 0 0 0 448206 28 0 0 25 0 1 0 781102328 218304512 50252 33554432000 4194304 4929204 140736232376272 18446744073709551615 4337397 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50252 369 180 0 50307 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 213188

[startup+4542.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/425 25505
/proc/meminfo: memFree=13696624/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4542.34 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58651 0 0 0 454206 28 0 0 25 0 1 0 781102328 218304512 50256 33554432000 4194304 4929204 140736232376272 18446744073709551615 4327709 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50256 369 180 0 50307 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 213188

[startup+4602.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/425 25506
/proc/meminfo: memFree=13695728/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=213188 CPUtime=4602.36 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 58651 0 0 0 460207 29 0 0 25 0 1 0 781102328 218304512 50256 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 53297 50256 369 180 0 50307 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 213188

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 25508
/proc/meminfo: memFree=13677216/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=231136 CPUtime=4662.35 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 63094 0 0 0 466205 30 0 0 25 0 1 0 781102328 236683264 54699 33554432000 4194304 4929204 140736232376272 18446744073709551615 246516495045 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 57784 54699 369 180 0 54794 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 231136

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 25509
/proc/meminfo: memFree=13641964/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=239972 CPUtime=4722.37 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 65308 0 0 0 472207 30 0 0 25 0 1 0 781102328 245731328 56913 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 59993 56913 369 180 0 57003 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 239972

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 25511
/proc/meminfo: memFree=13639460/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=241292 CPUtime=4782.35 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 65672 0 0 0 478205 30 0 0 25 0 1 0 781102328 247083008 57277 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316070 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 60323 57277 369 180 0 57333 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 241292

[startup+4842.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/425 25513
/proc/meminfo: memFree=13634708/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=241292 CPUtime=4842.35 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 65673 0 0 0 484205 30 0 0 25 0 1 0 781102328 247083008 57278 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 60323 57278 369 180 0 57333 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 241292

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 25514
/proc/meminfo: memFree=13633560/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=241292 CPUtime=4902.35 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 65673 0 0 0 490205 30 0 0 25 0 1 0 781102328 247083008 57278 33554432000 4194304 4929204 140736232376272 18446744073709551615 4627856 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 60323 57278 369 180 0 57333 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 241292

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 25516
/proc/meminfo: memFree=13631792/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=241292 CPUtime=4962.35 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 65675 0 0 0 496205 30 0 0 25 0 1 0 781102328 247083008 57280 33554432000 4194304 4929204 140736232376272 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 60323 57280 369 180 0 57333 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 241292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 25518
/proc/meminfo: memFree=13798068/32951124 swapFree=48785060/67111528
[pid=25358] ppid=25356 vsize=241292 CPUtime=5000.06 cores=0,2,4,6
/proc/25358/stat : 25358 (clasp) R 25356 25358 25059 0 -1 4202496 65677 0 0 0 499976 30 0 0 25 0 1 0 781102328 247083008 57282 33554432000 4194304 4929204 140736232376272 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25358/statm: 60323 57282 369 180 0 57333 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 241292

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.09
CPU user time (s): 4999.77
CPU system time (s): 0.320951
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 241292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.77
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65689
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= 5
involuntary context switches= 15462

runsolver used 21.6847 second user time and 46.5119 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-29 20:50:41
IDJOB=3423238
IDBENCH=88217
IDSOLVER=1917
FILE ID=node134/3423238-1306695041
RUNJOBID= node134-1306695041-25338
PBS_JOBID= 13471848
Free space on /tmp= 73104 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.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-3423238-1306695041/watcher-3423238-1306695041 -o /tmp/evaluation-result-3423238-1306695041/solver-3423238-1306695041 -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-3423238-1306695041.cnf

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=1864507406

node134.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.67
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.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.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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14022216 kB
Buffers:        295592 kB
Cached:        7731132 kB
SwapCached:      40168 kB
Active:        6403928 kB
Inactive:     12227628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14022216 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:           17872 kB
Writeback:           0 kB
AnonPages:    10572432 kB
Mapped:          21644 kB
Slab:           142208 kB
PageTables:      89328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110779360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73104 MiB
End job on node134 at 2011-05-29 22:14:03