Trace number 3423179

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 5000.12

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
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 ...693345/instance-3423179-1306693345.cnf
0.00/0.00	c Solving...
5000.04/5000.11	
5000.04/5000.11	*** INTERRUPTED! ***
5000.04/5000.11	s UNKNOWN
5000.04/5000.11	
5000.04/5000.11	c INTERRUPTED   : 1
5000.04/5000.11	c Models        : 0+    
5000.04/5000.11	c Time          : 5000.116s (Solving: 5000.11s 1st Model: 0.00s Unsat: 0.00s)
5000.04/5000.11	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-3423179-1306693345/watcher-3423179-1306693345 -o /tmp/evaluation-result-3423179-1306693345/solver-3423179-1306693345 -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-3423179-1306693345.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.91 1.39 1.18 2/511 32450
/proc/meminfo: memFree=11410400/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=12576 CPUtime=0.01 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 539 0 0 0 1 0 0 0 25 0 1 0 761750606 12877824 478 33554432000 4194304 4929204 140736430350304 18446744073709551615 255106465547 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3144 478 366 180 0 154 0

[startup+0.0412339 s]
/proc/loadavg: 1.91 1.39 1.18 2/511 32450
/proc/meminfo: memFree=11410400/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=12576 CPUtime=0.03 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 555 0 0 0 3 0 0 0 25 0 1 0 761750606 12877824 494 33554432000 4194304 4929204 140736430350304 18446744073709551615 4632985 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3144 494 367 180 0 154 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12576

[startup+0.100214 s]
/proc/loadavg: 1.91 1.39 1.18 2/511 32450
/proc/meminfo: memFree=11410400/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=12708 CPUtime=0.09 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 579 0 0 0 9 0 0 0 25 0 1 0 761750606 13012992 518 33554432000 4194304 4929204 140736430350304 18446744073709551615 4316074 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3177 518 367 180 0 187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12708

[startup+0.30018 s]
/proc/loadavg: 1.91 1.39 1.18 2/511 32450
/proc/meminfo: memFree=11410400/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=12840 CPUtime=0.29 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 619 0 0 0 29 0 0 0 25 0 1 0 761750606 13148160 558 33554432000 4194304 4929204 140736430350304 18446744073709551615 4638612 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3210 558 367 180 0 220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12840

[startup+0.700119 s]
/proc/loadavg: 1.91 1.39 1.18 2/511 32450
/proc/meminfo: memFree=11410400/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=13108 CPUtime=0.69 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 677 0 0 0 69 0 0 0 25 0 1 0 761750606 13422592 616 33554432000 4194304 4929204 140736430350304 18446744073709551615 4658504 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3277 616 367 180 0 287 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13108

[startup+1.50096 s]
/proc/loadavg: 1.91 1.39 1.18 3/512 32451
/proc/meminfo: memFree=11408044/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=13372 CPUtime=1.49 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 746 0 0 0 149 0 0 0 25 0 1 0 761750606 13692928 685 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3343 685 367 180 0 353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13372

[startup+3.1007 s]
/proc/loadavg: 1.92 1.40 1.18 3/512 32451
/proc/meminfo: memFree=11406808/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=13784 CPUtime=3.09 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 847 0 0 0 309 0 0 0 25 0 1 0 761750606 14114816 786 33554432000 4194304 4929204 140736430350304 18446744073709551615 4629103 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3446 786 367 180 0 456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13784

[startup+6.30013 s]
/proc/loadavg: 1.92 1.40 1.18 3/512 32451
/proc/meminfo: memFree=11406184/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=14200 CPUtime=6.29 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 948 0 0 0 629 0 0 0 25 0 1 0 761750606 14540800 887 33554432000 4194304 4929204 140736430350304 18446744073709551615 4658549 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3550 887 367 180 0 560 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14200

[startup+12.701 s]
/proc/loadavg: 1.93 1.42 1.19 3/512 32451
/proc/meminfo: memFree=11404464/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=14752 CPUtime=12.7 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1075 0 0 0 1270 0 0 0 25 0 1 0 761750606 15106048 1014 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3688 1014 367 180 0 698 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 14752

[startup+25.5008 s]
/proc/loadavg: 1.94 1.44 1.20 3/512 32451
/proc/meminfo: memFree=11403600/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=15596 CPUtime=25.5 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1283 0 0 0 2550 0 0 0 25 0 1 0 761750606 15970304 1222 33554432000 4194304 4929204 140736430350304 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 3899 1222 367 180 0 909 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 15596

[startup+51.1003 s]
/proc/loadavg: 1.96 1.48 1.22 3/512 32452
/proc/meminfo: memFree=11403308/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=16144 CPUtime=51.09 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1437 0 0 0 5109 0 0 0 25 0 1 0 761750606 16531456 1376 33554432000 4194304 4929204 140736430350304 18446744073709551615 4328489 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4036 1376 367 180 0 1046 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16144

[startup+102.318 s]
/proc/loadavg: 1.98 1.57 1.26 3/512 32454
/proc/meminfo: memFree=11401296/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=16844 CPUtime=102.31 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1614 0 0 0 10231 0 0 0 25 0 1 0 761750606 17248256 1553 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633147 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4211 1553 367 180 0 1221 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 16844

[startup+162.301 s]
/proc/loadavg: 1.99 1.64 1.30 3/512 32458
/proc/meminfo: memFree=11401024/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=17396 CPUtime=162.27 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1751 0 0 0 16227 0 0 0 25 0 1 0 761750606 17813504 1690 33554432000 4194304 4929204 140736430350304 18446744073709551615 4632973 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4349 1690 368 180 0 1359 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 17396

[startup+222.3 s]
/proc/loadavg: 1.99 1.71 1.35 3/512 32460
/proc/meminfo: memFree=11400592/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=17664 CPUtime=222.27 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1814 0 0 0 22227 0 0 0 25 0 1 0 761750606 18087936 1753 33554432000 4194304 4929204 140736430350304 18446744073709551615 4632985 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4416 1753 368 180 0 1426 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 17664

[startup+282.301 s]
/proc/loadavg: 1.99 1.75 1.38 3/512 32461
/proc/meminfo: memFree=11400820/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=17928 CPUtime=282.26 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1886 0 0 0 28226 0 0 0 25 0 1 0 761750606 18358272 1825 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4482 1825 368 180 0 1492 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 17928

[startup+342.3 s]
/proc/loadavg: 2.10 1.83 1.43 3/512 32463
/proc/meminfo: memFree=11400428/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=18196 CPUtime=342.26 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1951 0 0 0 34226 0 0 0 25 0 1 0 761750606 18632704 1890 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4549 1890 368 180 0 1559 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 18196

[startup+402.301 s]
/proc/loadavg: 2.09 1.87 1.47 3/512 32465
/proc/meminfo: memFree=11400032/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=18328 CPUtime=402.26 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1984 0 0 0 40226 0 0 0 25 0 1 0 761750606 18767872 1923 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4582 1923 368 180 0 1592 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 18328

[startup+462.301 s]
/proc/loadavg: 2.03 1.89 1.50 3/512 32466
/proc/meminfo: memFree=11401256/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=18464 CPUtime=462.27 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 1993 0 0 0 46227 0 0 0 25 0 1 0 761750606 18907136 1932 33554432000 4194304 4929204 140736430350304 18446744073709551615 4337338 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4616 1932 368 180 0 1626 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 18464

[startup+522.301 s]
/proc/loadavg: 2.10 1.94 1.53 3/512 32468
/proc/meminfo: memFree=11400500/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=18740 CPUtime=522.27 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 2068 0 0 0 52227 0 0 0 25 0 1 0 761750606 19189760 2007 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4685 2007 368 180 0 1695 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 18740

[startup+582.301 s]
/proc/loadavg: 2.07 1.96 1.57 3/512 32469
/proc/meminfo: memFree=11400468/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=19028 CPUtime=582.27 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 2133 0 0 0 58227 0 0 0 25 0 1 0 761750606 19484672 2072 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 4757 2072 368 180 0 1767 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 19028

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 32578
/proc/meminfo: memFree=11396064/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22412 CPUtime=4062.25 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3007 0 0 0 406225 0 0 0 25 0 1 0 761750606 22949888 2946 33554432000 4194304 4929204 140736430350304 18446744073709551615 4634098 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5603 2946 368 180 0 2613 0
Current children cumulated CPU time (s) 4062.25
Current children cumulated vsize (KiB) 22412

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 32581
/proc/meminfo: memFree=11396180/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22412 CPUtime=4122.23 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3007 0 0 0 412223 0 0 0 25 0 1 0 761750606 22949888 2946 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633062 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5603 2946 368 180 0 2613 0
Current children cumulated CPU time (s) 4122.23
Current children cumulated vsize (KiB) 22412

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 32582
/proc/meminfo: memFree=11396160/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22552 CPUtime=4182.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3016 0 0 0 418224 0 0 0 25 0 1 0 761750606 23093248 2955 33554432000 4194304 4929204 140736430350304 18446744073709551615 4320885 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5638 2955 368 180 0 2648 0
Current children cumulated CPU time (s) 4182.24
Current children cumulated vsize (KiB) 22552

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 32585
/proc/meminfo: memFree=11395888/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22552 CPUtime=4242.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3027 0 0 0 424224 0 0 0 25 0 1 0 761750606 23093248 2966 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5638 2966 368 180 0 2648 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 22552

[startup+4302.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/512 32588
/proc/meminfo: memFree=11396120/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22552 CPUtime=4302.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3037 0 0 0 430224 0 0 0 25 0 1 0 761750606 23093248 2976 33554432000 4194304 4929204 140736430350304 18446744073709551615 4359767 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5638 2976 368 180 0 2648 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 22552

[startup+4362.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/512 32589
/proc/meminfo: memFree=11396336/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22552 CPUtime=4362.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3037 0 0 0 436224 0 0 0 25 0 1 0 761750606 23093248 2976 33554432000 4194304 4929204 140736430350304 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5638 2976 368 180 0 2648 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 22552

[startup+4422.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/512 32592
/proc/meminfo: memFree=11396324/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22552 CPUtime=4422.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3037 0 0 0 442224 0 0 0 25 0 1 0 761750606 23093248 2976 33554432000 4194304 4929204 140736430350304 18446744073709551615 4657983 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5638 2976 368 180 0 2648 0
Current children cumulated CPU time (s) 4422.24
Current children cumulated vsize (KiB) 22552

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 32593
/proc/meminfo: memFree=11395924/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4482.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3043 0 0 0 448224 0 0 0 25 0 1 0 761750606 23248896 2982 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633037 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 2982 368 180 0 2686 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 22704

[startup+4542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/512 32596
/proc/meminfo: memFree=11395156/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4542.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3048 0 0 0 454224 0 0 0 25 0 1 0 761750606 23248896 2987 33554432000 4194304 4929204 140736430350304 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 2987 368 180 0 2686 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 22704

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 32598
/proc/meminfo: memFree=11395016/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4602.25 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3048 0 0 0 460225 0 0 0 25 0 1 0 761750606 23248896 2987 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633920 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 2987 368 180 0 2686 0
Current children cumulated CPU time (s) 4602.25
Current children cumulated vsize (KiB) 22704

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 32599
/proc/meminfo: memFree=11395112/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4662.24 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3053 0 0 0 466224 0 0 0 25 0 1 0 761750606 23248896 2992 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633042 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 2992 368 180 0 2686 0
Current children cumulated CPU time (s) 4662.24
Current children cumulated vsize (KiB) 22704

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 32601
/proc/meminfo: memFree=11395108/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4722.26 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3054 0 0 0 472226 0 0 0 25 0 1 0 761750606 23248896 2993 33554432000 4194304 4929204 140736430350304 18446744073709551615 4638687 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 2993 368 180 0 2686 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 22704

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 32603
/proc/meminfo: memFree=11396076/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4782.23 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3059 0 0 0 478223 0 0 0 25 0 1 0 761750606 23248896 2998 33554432000 4194304 4929204 140736430350304 18446744073709551615 4633001 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 2998 368 180 0 2686 0
Current children cumulated CPU time (s) 4782.23
Current children cumulated vsize (KiB) 22704

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 32606
/proc/meminfo: memFree=11395796/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4842.23 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3059 0 0 0 484223 0 0 0 25 0 1 0 761750606 23248896 2998 33554432000 4194304 4929204 140736430350304 18446744073709551615 4628560 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 2998 368 180 0 2686 0
Current children cumulated CPU time (s) 4842.23
Current children cumulated vsize (KiB) 22704

[startup+4902.3 s]
/proc/loadavg: 1.40 1.83 1.94 2/506 32626
/proc/meminfo: memFree=11404932/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4902.23 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3065 0 0 0 490223 0 0 0 25 0 1 0 761750606 23248896 3004 33554432000 4194304 4929204 140736430350304 18446744073709551615 4357395 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 3004 368 180 0 2686 0
Current children cumulated CPU time (s) 4902.23
Current children cumulated vsize (KiB) 22704

[startup+4962.3 s]
/proc/loadavg: 1.14 1.68 1.88 2/506 32627
/proc/meminfo: memFree=11404668/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22704 CPUtime=4962.23 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3070 0 0 0 496223 0 0 0 25 0 1 0 761750606 23248896 3009 33554432000 4194304 4929204 140736430350304 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5676 3009 368 180 0 2686 0
Current children cumulated CPU time (s) 4962.23
Current children cumulated vsize (KiB) 22704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.08 1.60 1.85 2/506 32628
/proc/meminfo: memFree=11404788/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22852 CPUtime=5000.04 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3080 0 0 0 500004 0 0 0 25 0 1 0 761750606 23400448 3019 33554432000 4194304 4929204 140736430350304 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5713 3019 368 180 0 2723 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 22852

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

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

[startup+5000.1 s]
/proc/loadavg: 1.08 1.60 1.85 2/506 32628
/proc/meminfo: memFree=11404788/32951124 swapFree=67111364/67111528
[pid=32450] ppid=32448 vsize=22852 CPUtime=5000.04 cores=1,3,5,7
/proc/32450/stat : 32450 (clasp) R 32448 32450 32381 0 -1 4202496 3080 0 0 0 500004 0 0 0 25 0 1 0 761750606 23400448 3019 33554432000 4194304 4929204 140736430350304 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32450/statm: 5713 3019 368 180 0 2723 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 22852

Child status: 0
Real time (s): 5000.12
CPU time (s): 5000.06
CPU user time (s): 5000.05
CPU system time (s): 0.007998
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 22852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.05
system time used= 0.007998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3091
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= 9
involuntary context switches= 13187

runsolver used 22.8625 second user time and 54.5057 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-29 20:22:25
IDJOB=3423179
IDBENCH=85304
IDSOLVER=1917
FILE ID=node144/3423179-1306693345
RUNJOBID= node144-1306693192-32400
PBS_JOBID= 13471867
Free space on /tmp= 73548 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.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-3423179-1306693345/watcher-3423179-1306693345 -o /tmp/evaluation-result-3423179-1306693345/solver-3423179-1306693345 -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-3423179-1306693345.cnf

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

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=35006415

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11410680 kB
Buffers:        353740 kB
Cached:        5639692 kB
SwapCached:          0 kB
Active:       17843452 kB
Inactive:      3319412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11410680 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             776 kB
Writeback:           0 kB
AnonPages:    15170028 kB
Mapped:          42772 kB
Slab:           238488 kB
PageTables:      69356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157772416 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= 73548 MiB
End job on node144 at 2011-05-29 21:45:47