Trace number 3423239

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.06 4999.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.156975
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...695041/instance-3423239-1306695041.cnf
0.59/0.63	c Solving...
5000.04/4999.91	
5000.04/4999.91	*** INTERRUPTED! ***
5000.04/4999.91	s UNKNOWN
5000.04/4999.91	
5000.04/4999.91	c INTERRUPTED   : 1
5000.04/4999.91	c Models        : 0+    
5000.04/4999.91	c Time          : 4999.914s (Solving: 4999.28s 1st Model: 0.00s Unsat: 0.00s)
5000.04/4999.91	c CPU Time      : 5000.040s

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-3423239-1306695041/watcher-3423239-1306695041 -o /tmp/evaluation-result-3423239-1306695041/solver-3423239-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-3423239-1306695041.cnf 

running on 4 cores: 1,3,5,7

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/421 25352
/proc/meminfo: memFree=14041104/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=14304 CPUtime=0 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 1079 0 0 0 0 0 0 0 23 0 1 0 781102298 14647296 840 33554432000 4194304 4929204 140737437571808 18446744073709551615 246516834048 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 3576 841 327 180 0 586 0

[startup+0.087223 s]
/proc/loadavg: 1.00 1.02 1.00 2/421 25352
/proc/meminfo: memFree=14041104/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=22508 CPUtime=0.08 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 3566 0 0 0 8 0 0 0 23 0 1 0 781102298 23048192 2743 33554432000 4194304 4929204 140737437571808 18446744073709551615 4582185 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 5627 2743 337 180 0 2637 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22508

[startup+0.100213 s]
/proc/loadavg: 1.00 1.02 1.00 2/421 25352
/proc/meminfo: memFree=14041104/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=22508 CPUtime=0.09 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 3566 0 0 0 9 0 0 0 23 0 1 0 781102298 23048192 2743 33554432000 4194304 4929204 140737437571808 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 5627 2743 337 180 0 2637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22508

[startup+0.300181 s]
/proc/loadavg: 1.00 1.02 1.00 2/421 25352
/proc/meminfo: memFree=14041104/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=22508 CPUtime=0.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 3566 0 0 0 29 0 0 0 25 0 1 0 781102298 23048192 2743 33554432000 4194304 4929204 140737437571808 18446744073709551615 4582185 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 5627 2743 337 180 0 2637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22508

[startup+0.701117 s]
/proc/loadavg: 1.00 1.02 1.00 2/421 25352
/proc/meminfo: memFree=14041104/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=21808 CPUtime=0.69 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 3867 0 0 0 69 0 0 0 25 0 1 0 781102298 22331392 2754 33554432000 4194304 4929204 140737437571808 18446744073709551615 4355035 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 5452 2754 367 180 0 2462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21808

[startup+1.50096 s]
/proc/loadavg: 1.08 1.04 1.01 3/425 25359
/proc/meminfo: memFree=13950132/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=21808 CPUtime=1.49 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 3923 0 0 0 149 0 0 0 25 0 1 0 781102298 22331392 2810 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316100 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 5452 2810 367 180 0 2462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21808

[startup+3.10067 s]
/proc/loadavg: 1.08 1.04 1.01 3/425 25359
/proc/meminfo: memFree=13948272/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=22484 CPUtime=3.09 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 4059 0 0 0 309 0 0 0 25 0 1 0 781102298 23023616 2946 33554432000 4194304 4929204 140737437571808 18446744073709551615 4327680 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 5621 2946 367 180 0 2631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22484

[startup+6.30108 s]
/proc/loadavg: 1.08 1.04 1.01 3/425 25360
/proc/meminfo: memFree=13943492/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=28060 CPUtime=6.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 5465 0 0 0 628 1 0 0 25 0 1 0 781102298 28733440 4352 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 7015 4352 367 180 0 4025 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28060

[startup+12.7009 s]
/proc/loadavg: 1.22 1.07 1.02 3/425 25360
/proc/meminfo: memFree=13935532/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=31192 CPUtime=12.69 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 6218 0 0 0 1268 1 0 0 25 0 1 0 781102298 31940608 5105 33554432000 4194304 4929204 140737437571808 18446744073709551615 4337364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 7798 5105 367 180 0 4808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31192

[startup+25.5006 s]
/proc/loadavg: 1.34 1.10 1.02 3/425 25360
/proc/meminfo: memFree=13933552/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=38092 CPUtime=25.49 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 7970 0 0 0 2548 1 0 0 25 0 1 0 781102298 39006208 6857 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 9523 6857 367 180 0 6533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38092

[startup+51.1009 s]
/proc/loadavg: 1.72 1.22 1.06 3/425 25361
/proc/meminfo: memFree=13924488/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=46988 CPUtime=51.09 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 10181 0 0 0 5108 1 0 0 25 0 1 0 781102298 48115712 9068 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 11747 9068 367 180 0 8757 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 46988

[startup+102.316 s]
/proc/loadavg: 1.95 1.35 1.12 3/425 25362
/proc/meminfo: memFree=13920004/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=51592 CPUtime=102.3 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 11291 0 0 0 10229 1 0 0 25 0 1 0 781102298 52830208 10178 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316226 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 12898 10178 367 180 0 9908 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 51592

[startup+162.301 s]
/proc/loadavg: 2.02 1.48 1.18 3/425 25364
/proc/meminfo: memFree=13913904/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=54484 CPUtime=162.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 11973 0 0 0 16227 2 0 0 25 0 1 0 781102298 55791616 10860 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316103 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/25352/statm: 13621 10860 369 180 0 10631 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 54484

[startup+222.301 s]
/proc/loadavg: 2.00 1.57 1.22 3/425 25365
/proc/meminfo: memFree=13903328/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=65228 CPUtime=222.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 14642 0 0 0 22227 2 0 0 25 0 1 0 781102298 66793472 13529 33554432000 4194304 4929204 140737437571808 18446744073709551615 4327683 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 16307 13529 369 180 0 13317 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 65228

[startup+282.301 s]
/proc/loadavg: 2.00 1.65 1.27 3/425 25367
/proc/meminfo: memFree=13896368/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=70884 CPUtime=282.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 16028 0 0 0 28227 2 0 0 25 0 1 0 781102298 72585216 14915 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 17721 14915 369 180 0 14731 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 70884

[startup+342.301 s]
/proc/loadavg: 2.00 1.71 1.31 3/425 25369
/proc/meminfo: memFree=13871656/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=77624 CPUtime=342.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 17721 0 0 0 34226 3 0 0 25 0 1 0 781102298 79486976 16608 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 19406 16608 369 180 0 16416 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 77624

[startup+402.301 s]
/proc/loadavg: 2.00 1.76 1.35 3/425 25370
/proc/meminfo: memFree=13871632/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=77624 CPUtime=402.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 17723 0 0 0 40226 3 0 0 25 0 1 0 781102298 79486976 16610 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633792 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 19406 16610 369 180 0 16416 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 77624

[startup+462.301 s]
/proc/loadavg: 2.00 1.80 1.39 3/425 25372
/proc/meminfo: memFree=13863668/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=81384 CPUtime=462.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 18657 0 0 0 46226 3 0 0 25 0 1 0 781102298 83337216 17544 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 20346 17544 369 180 0 17356 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 81384

[startup+522.3 s]
/proc/loadavg: 2.00 1.83 1.42 3/425 25373
/proc/meminfo: memFree=13841336/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=99204 CPUtime=522.29 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 23102 0 0 0 52226 3 0 0 25 0 1 0 781102298 101584896 21989 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 24801 21989 369 180 0 21811 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 99204

[startup+582.3 s]
/proc/loadavg: 2.00 1.86 1.46 3/425 25375
/proc/meminfo: memFree=13838328/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=101220 CPUtime=582.3 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 23604 0 0 0 58226 4 0 0 25 0 1 0 781102298 103649280 22491 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 25305 22491 369 180 0 22315 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 101220

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/425 25480
/proc/meminfo: memFree=13705176/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=139136 CPUtime=4062.42 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 32631 0 0 0 406237 5 0 0 25 0 1 0 781102298 142475264 31518 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 34784 31518 369 180 0 31794 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 139136

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 25481
/proc/meminfo: memFree=13705500/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=139516 CPUtime=4122.4 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 32699 0 0 0 412235 5 0 0 25 0 1 0 781102298 142864384 31586 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 34879 31586 369 180 0 31889 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 139516

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 25483
/proc/meminfo: memFree=13702628/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=139516 CPUtime=4182.4 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 32699 0 0 0 418235 5 0 0 25 0 1 0 781102298 142864384 31586 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316168 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 34879 31586 369 180 0 31889 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 139516

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/425 25493
/proc/meminfo: memFree=13701684/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=139516 CPUtime=4242.41 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 32700 0 0 0 424236 5 0 0 25 0 1 0 781102298 142864384 31587 33554432000 4194304 4929204 140737437571808 18446744073709551615 246516531834 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 34879 31587 369 180 0 31889 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 139516

[startup+4302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/425 25495
/proc/meminfo: memFree=13699184/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=141760 CPUtime=4302.41 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 33276 0 0 0 430236 5 0 0 25 0 1 0 781102298 145162240 32163 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 35440 32163 369 180 0 32450 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 141760

[startup+4362.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/425 25497
/proc/meminfo: memFree=13697544/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=143448 CPUtime=4362.41 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 33720 0 0 0 436236 5 0 0 25 0 1 0 781102298 146890752 32607 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 35862 32607 369 180 0 32872 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 143448

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/425 25500
/proc/meminfo: memFree=13697272/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=143880 CPUtime=4422.41 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 33775 0 0 0 442236 5 0 0 25 0 1 0 781102298 147333120 32662 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633553 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 35970 32662 369 180 0 32980 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 143880

[startup+4482.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/425 25503
/proc/meminfo: memFree=13696920/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=143880 CPUtime=4482.41 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 33777 0 0 0 448236 5 0 0 25 0 1 0 781102298 147333120 32664 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 35970 32664 369 180 0 32980 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 143880

[startup+4542.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/425 25505
/proc/meminfo: memFree=13696748/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=143880 CPUtime=4542.41 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 33787 0 0 0 454236 5 0 0 25 0 1 0 781102298 147333120 32674 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 35970 32674 369 180 0 32980 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 143880

[startup+4602.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/425 25506
/proc/meminfo: memFree=13695728/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=143880 CPUtime=4602.42 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 33787 0 0 0 460237 5 0 0 25 0 1 0 781102298 147333120 32674 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 35970 32674 369 180 0 32980 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 143880

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 25508
/proc/meminfo: memFree=13678208/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=146848 CPUtime=4662.41 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 34544 0 0 0 466236 5 0 0 25 0 1 0 781102298 150372352 33431 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 36712 33431 369 180 0 33722 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 146848

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 25509
/proc/meminfo: memFree=13641964/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=171452 CPUtime=4722.43 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 40641 0 0 0 472236 7 0 0 25 0 1 0 781102298 175566848 39528 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 42863 39528 369 180 0 39873 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 171452

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 25511
/proc/meminfo: memFree=13639460/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=172932 CPUtime=4782.42 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 40988 0 0 0 478235 7 0 0 25 0 1 0 781102298 177082368 39875 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 43233 39875 369 180 0 40243 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 172932

[startup+4842.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/425 25513
/proc/meminfo: memFree=13634708/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=177320 CPUtime=4842.42 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 42092 0 0 0 484235 7 0 0 25 0 1 0 781102298 181575680 40979 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 44330 40979 369 180 0 41340 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 177320

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 25514
/proc/meminfo: memFree=13633560/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=178984 CPUtime=4902.42 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 42475 0 0 0 490235 7 0 0 25 0 1 0 781102298 183279616 41362 33554432000 4194304 4929204 140737437571808 18446744073709551615 4629119 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 44746 41362 369 180 0 41756 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 178984

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 25516
/proc/meminfo: memFree=13631792/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=181448 CPUtime=4962.43 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 43083 0 0 0 496235 8 0 0 25 0 1 0 781102298 185802752 41970 33554432000 4194304 4929204 140737437571808 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 45362 41970 369 180 0 42372 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 181448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 25517
/proc/meminfo: memFree=13631024/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=182372 CPUtime=5000.04 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 43312 0 0 0 499996 8 0 0 25 0 1 0 781102298 186748928 42199 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 45593 42199 369 180 0 42603 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 182372

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 25517
/proc/meminfo: memFree=13631024/32951124 swapFree=48785060/67111528
[pid=25352] ppid=25350 vsize=182372 CPUtime=5000.04 cores=1,3,5,7
/proc/25352/stat : 25352 (clasp) R 25350 25352 25059 0 -1 4202496 43312 0 0 0 499996 8 0 0 25 0 1 0 781102298 186748928 42199 33554432000 4194304 4929204 140737437571808 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/25352/statm: 45593 42199 369 180 0 42603 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 182372

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4999.97
CPU system time (s): 0.090986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 182372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.97
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43324
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= 8895

runsolver used 20.5209 second user time and 47.6788 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-29 20:50:41
IDJOB=3423239
IDBENCH=88218
IDSOLVER=1917
FILE ID=node134/3423239-1306695041
RUNJOBID= node134-1306695041-25339
PBS_JOBID= 13471848
Free space on /tmp= 73116 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.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-3423239-1306695041/watcher-3423239-1306695041 -o /tmp/evaluation-result-3423239-1306695041/solver-3423239-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-3423239-1306695041.cnf

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
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:      14041260 kB
Buffers:        295572 kB
Cached:        7718736 kB
SwapCached:      40168 kB
Active:        6381460 kB
Inactive:     12230740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14041260 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:            5824 kB
Writeback:           0 kB
AnonPages:    10565588 kB
Mapped:          20964 kB
Slab:           141828 kB
PageTables:      89304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110750824 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