Trace number 3423249

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.32195
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...695139/instance-3423249-1306695139.cnf
5.19/5.21	c Solving...
5000.04/5000.02	
5000.04/5000.02	*** INTERRUPTED! ***
5000.04/5000.02	s UNKNOWN
5000.04/5000.02	
5000.04/5000.02	c INTERRUPTED   : 1
5000.04/5000.02	c Models        : 0+    
5000.04/5000.02	c Time          : 5000.020s (Solving: 4994.80s 1st Model: 0.00s Unsat: 0.00s)
5000.04/5000.02	c CPU Time      : 5000.050s

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-3423249-1306695139/watcher-3423249-1306695139 -o /tmp/evaluation-result-3423249-1306695139/solver-3423249-1306695139 -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-3423249-1306695139.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.84 1.99 1.99 2/572 24437
/proc/meminfo: memFree=24091444/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=15688 CPUtime=0.01 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 1527 0 0 0 1 0 0 0 21 0 1 0 781112718 16064512 1159 33554432000 4194304 4929204 140736171641840 18446744073709551615 268272688896 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 3922 1160 327 180 0 932 0

[startup+0.0967949 s]
/proc/loadavg: 1.84 1.99 1.99 2/572 24437
/proc/meminfo: memFree=24091444/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=30756 CPUtime=0.08 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 6783 0 0 0 8 0 0 0 21 0 1 0 781112718 31494144 4949 33554432000 4194304 4929204 140736171641840 18446744073709551615 268272688896 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 7689 4951 327 180 0 4699 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30756

[startup+0.100795 s]
/proc/loadavg: 1.84 1.99 1.99 2/572 24437
/proc/meminfo: memFree=24091444/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=32844 CPUtime=0.09 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 7804 0 0 0 9 0 0 0 21 0 1 0 781112718 33632256 5058 33554432000 4194304 4929204 140736171641840 18446744073709551615 268272688896 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 8211 5059 327 180 0 5221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32844

[startup+0.300772 s]
/proc/loadavg: 1.84 1.99 1.99 2/572 24437
/proc/meminfo: memFree=24091444/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=48312 CPUtime=0.29 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 11742 0 0 0 29 0 0 0 22 0 1 0 781112718 49471488 8974 33554432000 4194304 4929204 140736171641840 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 12078 8974 337 180 0 9088 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48312

[startup+0.700691 s]
/proc/loadavg: 1.84 1.99 1.99 2/572 24437
/proc/meminfo: memFree=24091444/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=48312 CPUtime=0.69 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 11742 0 0 0 69 0 0 0 24 0 1 0 781112718 49471488 8974 33554432000 4194304 4929204 140736171641840 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 12078 8974 337 180 0 9088 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48312

[startup+1.50055 s]
/proc/loadavg: 1.84 1.99 1.99 3/573 24438
/proc/meminfo: memFree=24051516/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=48312 CPUtime=1.49 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 11742 0 0 0 149 0 0 0 25 0 1 0 781112718 49471488 8974 33554432000 4194304 4929204 140736171641840 18446744073709551615 4582185 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 12078 8974 337 180 0 9088 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48312

[startup+3.10026 s]
/proc/loadavg: 1.84 1.99 1.99 3/573 24438
/proc/meminfo: memFree=24047684/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=48312 CPUtime=3.09 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 11761 0 0 0 309 0 0 0 25 0 1 0 781112718 49471488 8993 33554432000 4194304 4929204 140736171641840 18446744073709551615 4574975 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 12078 8993 339 180 0 9088 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48312

[startup+6.30068 s]
/proc/loadavg: 1.85 1.99 1.99 3/573 24438
/proc/meminfo: memFree=24043712/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=46940 CPUtime=6.29 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 12839 0 0 0 629 0 0 0 25 0 1 0 781112718 48066560 8964 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 11735 8964 367 180 0 8745 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46940

[startup+12.7005 s]
/proc/loadavg: 1.87 1.99 1.99 3/573 24439
/proc/meminfo: memFree=24038040/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=46940 CPUtime=12.69 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 12839 0 0 0 1269 0 0 0 25 0 1 0 781112718 48066560 8964 33554432000 4194304 4929204 140736171641840 18446744073709551615 4337392 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 11735 8964 367 180 0 8745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46940

[startup+25.5002 s]
/proc/loadavg: 2.04 2.03 2.00 3/573 24439
/proc/meminfo: memFree=24033084/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=46940 CPUtime=25.46 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 12839 0 0 0 2546 0 0 0 25 0 1 0 781112718 48066560 8964 33554432000 4194304 4929204 140736171641840 18446744073709551615 4327709 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/24437/statm: 11735 8964 367 180 0 8745 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 46940

[startup+51.1006 s]
/proc/loadavg: 2.03 2.02 2.00 3/573 24440
/proc/meminfo: memFree=24020720/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=51188 CPUtime=51 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 13997 0 0 0 5099 1 0 0 25 0 1 0 781112718 52416512 10122 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 12797 10122 367 180 0 9807 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 51188

[startup+102.322 s]
/proc/loadavg: 2.01 2.02 2.00 3/573 24441
/proc/meminfo: memFree=24008680/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=54532 CPUtime=102.22 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 14840 0 0 0 10221 1 0 0 25 0 1 0 781112718 55840768 10965 33554432000 4194304 4929204 140736171641840 18446744073709551615 4327680 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 13633 10965 367 180 0 10643 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 54532

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 24443
/proc/meminfo: memFree=23987308/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=66980 CPUtime=162.21 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 17929 0 0 0 16219 2 0 0 25 0 1 0 781112718 68587520 14054 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 16745 14054 367 180 0 13755 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 66980

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 24444
/proc/meminfo: memFree=23974760/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=77992 CPUtime=222.2 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 20646 0 0 0 22218 2 0 0 25 0 1 0 781112718 79863808 16771 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 19498 16771 369 180 0 16508 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 77992

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/573 24446
/proc/meminfo: memFree=23970628/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=80560 CPUtime=282.2 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 21268 0 0 0 28218 2 0 0 25 0 1 0 781112718 82493440 17393 33554432000 4194304 4929204 140736171641840 18446744073709551615 4334201 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 20140 17393 369 180 0 17150 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 80560

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/573 24447
/proc/meminfo: memFree=23958316/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=93000 CPUtime=342.21 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 24376 0 0 0 34218 3 0 0 25 0 1 0 781112718 95232000 20501 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 23250 20501 369 180 0 20260 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 93000

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/573 24449
/proc/meminfo: memFree=23953928/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=95140 CPUtime=402.21 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 24906 0 0 0 40218 3 0 0 25 0 1 0 781112718 97423360 21031 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 23785 21031 369 180 0 20795 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 95140

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/573 24451
/proc/meminfo: memFree=23947068/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=95140 CPUtime=462.22 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 24913 0 0 0 46219 3 0 0 25 0 1 0 781112718 97423360 21038 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 23785 21038 369 180 0 20795 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 95140

[startup+522.301 s]
/proc/loadavg: 2.16 2.03 2.01 3/573 24452
/proc/meminfo: memFree=23944560/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=95140 CPUtime=522.22 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 24913 0 0 0 52219 3 0 0 25 0 1 0 781112718 97423360 21038 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 23785 21038 369 180 0 20795 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 95140

[startup+582.301 s]
/proc/loadavg: 2.20 2.07 2.02 3/573 24463
/proc/meminfo: memFree=23943784/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=95140 CPUtime=582.22 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 24913 0 0 0 58219 3 0 0 25 0 1 0 781112718 97423360 21038 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 23785 21038 369 180 0 20795 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 95140

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.17 2.09 2.03 3/573 24557
/proc/meminfo: memFree=23799556/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4002.3 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45851 0 0 0 400223 7 0 0 25 0 1 0 781112718 183836672 41976 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41976 369 180 0 41892 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 179528

[startup+4062.32 s]
/proc/loadavg: 2.06 2.07 2.02 3/573 24559
/proc/meminfo: memFree=23797136/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4062.33 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45855 0 0 0 406226 7 0 0 25 0 1 0 781112718 183836672 41980 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41980 369 180 0 41892 0
Current children cumulated CPU time (s) 4062.33
Current children cumulated vsize (KiB) 179528

[startup+4122.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/573 24560
/proc/meminfo: memFree=23798096/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4122.31 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45855 0 0 0 412224 7 0 0 25 0 1 0 781112718 183836672 41980 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41980 369 180 0 41892 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 179528

[startup+4182.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/573 24571
/proc/meminfo: memFree=23796988/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4182.31 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45855 0 0 0 418224 7 0 0 25 0 1 0 781112718 183836672 41980 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41980 369 180 0 41892 0
Current children cumulated CPU time (s) 4182.31
Current children cumulated vsize (KiB) 179528

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 24572
/proc/meminfo: memFree=23796808/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4242.31 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45855 0 0 0 424224 7 0 0 25 0 1 0 781112718 183836672 41980 33554432000 4194304 4929204 140736171641840 18446744073709551615 4327741 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41980 369 180 0 41892 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 179528

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 24574
/proc/meminfo: memFree=23796992/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4302.31 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45855 0 0 0 430224 7 0 0 25 0 1 0 781112718 183836672 41980 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41980 369 180 0 41892 0
Current children cumulated CPU time (s) 4302.31
Current children cumulated vsize (KiB) 179528

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 24579
/proc/meminfo: memFree=23795856/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4362.31 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45857 0 0 0 436224 7 0 0 25 0 1 0 781112718 183836672 41982 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41982 369 180 0 41892 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 179528

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 24580
/proc/meminfo: memFree=23794596/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4422.31 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45858 0 0 0 442224 7 0 0 25 0 1 0 781112718 183836672 41983 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41983 369 180 0 41892 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 179528

[startup+4482.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/573 24582
/proc/meminfo: memFree=23794552/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4482.32 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45858 0 0 0 448225 7 0 0 25 0 1 0 781112718 183836672 41983 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41983 369 180 0 41892 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 179528

[startup+4542.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/573 24583
/proc/meminfo: memFree=23794020/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179528 CPUtime=4542.32 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45858 0 0 0 454225 7 0 0 25 0 1 0 781112718 183836672 41983 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316086 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44882 41983 369 180 0 41892 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 179528

[startup+4602.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/573 24585
/proc/meminfo: memFree=23791600/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179980 CPUtime=4602.33 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45968 0 0 0 460226 7 0 0 25 0 1 0 781112718 184299520 42093 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44995 42093 369 180 0 42005 0
Current children cumulated CPU time (s) 4602.33
Current children cumulated vsize (KiB) 179980

[startup+4662.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/573 24587
/proc/meminfo: memFree=23791304/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179980 CPUtime=4662.32 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45981 0 0 0 466225 7 0 0 25 0 1 0 781112718 184299520 42106 33554432000 4194304 4929204 140736171641840 18446744073709551615 4657983 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44995 42106 369 180 0 42005 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 179980

[startup+4722.32 s]
/proc/loadavg: 2.01 2.05 2.01 3/573 24588
/proc/meminfo: memFree=23790396/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179980 CPUtime=4722.34 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45983 0 0 0 472227 7 0 0 25 0 1 0 781112718 184299520 42108 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44995 42108 369 180 0 42005 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 179980

[startup+4782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 24590
/proc/meminfo: memFree=23790972/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179980 CPUtime=4782.32 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45985 0 0 0 478225 7 0 0 25 0 1 0 781112718 184299520 42110 33554432000 4194304 4929204 140736171641840 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44995 42110 369 180 0 42005 0
Current children cumulated CPU time (s) 4782.32
Current children cumulated vsize (KiB) 179980

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 24591
/proc/meminfo: memFree=23790544/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179980 CPUtime=4842.32 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45985 0 0 0 484225 7 0 0 25 0 1 0 781112718 184299520 42110 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44995 42110 369 180 0 42005 0
Current children cumulated CPU time (s) 4842.32
Current children cumulated vsize (KiB) 179980

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 24593
/proc/meminfo: memFree=23789512/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=179980 CPUtime=4902.33 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 45997 0 0 0 490226 7 0 0 25 0 1 0 781112718 184299520 42122 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 44995 42122 369 180 0 42005 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 179980

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 24595
/proc/meminfo: memFree=23785992/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=182584 CPUtime=4962.33 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 46629 0 0 0 496226 7 0 0 25 0 1 0 781112718 186966016 42754 33554432000 4194304 4929204 140736171641840 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 45646 42754 369 180 0 42656 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 182584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 2/571 24597
/proc/meminfo: memFree=23919668/32950928 swapFree=49808508/67111528
[pid=24437] ppid=24435 vsize=182584 CPUtime=5000.04 cores=0,2,4,6
/proc/24437/stat : 24437 (clasp) R 24435 24437 24112 0 -1 4202496 46629 0 0 0 499997 7 0 0 25 0 1 0 781112718 186966016 42754 33554432000 4194304 4929204 140736171641840 18446744073709551615 4338992 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24437/statm: 45646 42754 369 180 0 42656 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 182584

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.07
CPU user time (s): 4999.98
CPU system time (s): 0.085986
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 182584

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

runsolver used 29.6155 second user time and 64.7132 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-29 20:52:19
IDJOB=3423249
IDBENCH=88228
IDSOLVER=1917
FILE ID=node122/3423249-1306695139
RUNJOBID= node122-1306695139-24417
PBS_JOBID= 13471852
Free space on /tmp= 73476 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.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-3423249-1306695139/watcher-3423249-1306695139 -o /tmp/evaluation-result-3423249-1306695139/solver-3423249-1306695139 -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-3423249-1306695139.cnf

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=1057937762

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24091724 kB
Buffers:        220924 kB
Cached:        2422592 kB
SwapCached:      60784 kB
Active:         531148 kB
Inactive:      8066772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24091724 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:            9420 kB
Writeback:           0 kB
AnonPages:     5907184 kB
Mapped:          11832 kB
Slab:            98848 kB
PageTables:      93200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180739704 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= 73476 MiB
End job on node122 at 2011-05-29 22:15:41