Trace number 3300425

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) 1299.99 1300.01

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829518/instance-3300425-1303829518.cnf
0.00/0.00	c Solving...
1299.98/1300.00	
1299.98/1300.00	*** INTERRUPTED! ***
1299.98/1300.00	s UNKNOWN
1299.98/1300.00	
1299.98/1300.00	c INTERRUPTED   : 1
1299.98/1300.00	c Models        : 0+    
1299.98/1300.00	c Time          : 1300.004s (Solving: 1300.00s 1st Model: 0.00s Unsat: 0.00s)
1299.98/1300.00	c CPU Time      : 1299.980s

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: 935)

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-3300425-1303829518/watcher-3300425-1303829518 -o /tmp/evaluation-result-3300425-1303829518/solver-3300425-1303829518 -C 2400 -W 1300 -M 7680 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-3300425-1303829518.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.59 3.93 4.15 3/184 17070
/proc/meminfo: memFree=16628768/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=12724 CPUtime=0 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 539 0 0 0 0 0 0 0 18 0 1 0 573182480 13029376 477 33554432000 4194304 4929204 140735031806672 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 3181 477 339 180 0 191 0

[startup+0.0409559 s]
/proc/loadavg: 3.59 3.93 4.15 3/184 17070
/proc/meminfo: memFree=16628768/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=12988 CPUtime=0.03 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 663 0 0 0 3 0 0 0 18 0 1 0 573182480 13299712 601 33554432000 4194304 4929204 140735031806672 18446744073709551615 4632717 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 3247 601 367 180 0 257 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12988

[startup+0.100942 s]
/proc/loadavg: 3.59 3.93 4.15 3/184 17070
/proc/meminfo: memFree=16628768/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=13384 CPUtime=0.09 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 736 0 0 0 9 0 0 0 18 0 1 0 573182480 13705216 674 33554432000 4194304 4929204 140735031806672 18446744073709551615 4320522 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 3346 674 367 180 0 356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13384

[startup+0.300908 s]
/proc/loadavg: 3.59 3.93 4.15 3/184 17070
/proc/meminfo: memFree=16628768/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=13912 CPUtime=0.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 884 0 0 0 29 0 0 0 18 0 1 0 573182480 14245888 822 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 3478 822 367 180 0 488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13912

[startup+0.700834 s]
/proc/loadavg: 3.59 3.93 4.15 3/184 17070
/proc/meminfo: memFree=16628768/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=14464 CPUtime=0.69 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 1013 0 0 0 69 0 0 0 18 0 1 0 573182480 14811136 951 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 3616 951 367 180 0 626 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14464

[startup+1.50068 s]
/proc/loadavg: 3.54 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16603936/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=15124 CPUtime=1.49 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 1180 0 0 0 149 0 0 0 20 0 1 0 573182480 15486976 1118 33554432000 4194304 4929204 140735031806672 18446744073709551615 4327338 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 3781 1118 367 180 0 791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15124

[startup+3.10038 s]
/proc/loadavg: 3.54 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16593520/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=15916 CPUtime=3.09 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 1387 0 0 0 309 0 0 0 25 0 1 0 573182480 16297984 1325 33554432000 4194304 4929204 140735031806672 18446744073709551615 4327405 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 3979 1325 367 180 0 989 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15916

[startup+6.30078 s]
/proc/loadavg: 3.58 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16579648/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=16580 CPUtime=6.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 1541 0 0 0 629 0 0 0 25 0 1 0 573182480 16977920 1479 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 4145 1479 368 180 0 1155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16580

[startup+12.7006 s]
/proc/loadavg: 3.61 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16565128/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=17908 CPUtime=12.69 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 1868 0 0 0 1269 0 0 0 25 0 1 0 573182480 18337792 1806 33554432000 4194304 4929204 140735031806672 18446744073709551615 4638379 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 4477 1806 368 180 0 1487 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17908

[startup+25.5002 s]
/proc/loadavg: 3.70 3.92 4.14 5/190 17108
/proc/meminfo: memFree=16545384/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=19060 CPUtime=25.49 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 2161 0 0 0 2549 0 0 0 25 0 1 0 573182480 19517440 2099 33554432000 4194304 4929204 140735031806672 18446744073709551615 4327535 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 4765 2099 368 180 0 1775 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19060

[startup+51.1003 s]
/proc/loadavg: 3.80 3.92 4.14 5/190 17109
/proc/meminfo: memFree=16521148/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=20448 CPUtime=51.09 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 2497 0 0 0 5109 0 0 0 25 0 1 0 573182480 20938752 2435 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 5112 2435 368 180 0 2122 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20448

[startup+102.307 s]
/proc/loadavg: 3.91 3.93 4.13 5/190 17110
/proc/meminfo: memFree=16500432/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=23480 CPUtime=102.3 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 3256 0 0 0 10230 0 0 0 25 0 1 0 573182480 24043520 3192 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 5870 3192 368 180 0 2880 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23480

[startup+162.3 s]
/proc/loadavg: 3.97 3.94 4.11 5/190 17112
/proc/meminfo: memFree=16483516/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=25032 CPUtime=162.28 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 3706 0 0 0 16228 0 0 0 25 0 1 0 573182480 25632768 3597 33554432000 4194304 4929204 140735031806672 18446744073709551615 4327330 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 6258 3597 368 180 0 3268 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 25032

[startup+222.301 s]
/proc/loadavg: 3.98 3.95 4.10 5/190 17113
/proc/meminfo: memFree=16452704/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=26140 CPUtime=222.28 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 4087 0 0 0 22228 0 0 0 25 0 1 0 573182480 26767360 3876 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316147 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 6535 3876 368 180 0 3545 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 26140

[startup+282.301 s]
/proc/loadavg: 4.04 3.97 4.10 5/190 17115
/proc/meminfo: memFree=16446460/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=27888 CPUtime=282.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 4551 0 0 0 28228 1 0 0 25 0 1 0 573182480 28557312 4313 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 6972 4313 368 180 0 3982 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 27888

[startup+342.301 s]
/proc/loadavg: 4.01 3.97 4.09 5/190 17117
/proc/meminfo: memFree=16434008/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=28312 CPUtime=342.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 4710 0 0 0 34228 1 0 0 25 0 1 0 573182480 28991488 4417 33554432000 4194304 4929204 140735031806672 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 7078 4417 368 180 0 4088 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 28312

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 4.08 5/190 17118
/proc/meminfo: memFree=16424788/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=29104 CPUtime=402.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 4905 0 0 0 40228 1 0 0 25 0 1 0 573182480 29802496 4609 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 7276 4609 368 180 0 4286 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 29104

[startup+462.301 s]
/proc/loadavg: 4.04 3.99 4.08 5/190 17120
/proc/meminfo: memFree=16422012/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=29236 CPUtime=462.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 4927 0 0 0 46228 1 0 0 25 0 1 0 573182480 29937664 4631 33554432000 4194304 4929204 140735031806672 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 7309 4631 368 180 0 4319 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 29236

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 4.08 5/190 17121
/proc/meminfo: memFree=16418252/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=29768 CPUtime=522.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 5057 0 0 0 52228 1 0 0 25 0 1 0 573182480 30482432 4761 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 7442 4761 368 180 0 4452 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 29768

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 4.07 5/190 17132
/proc/meminfo: memFree=16410008/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=31056 CPUtime=582.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 5419 0 0 0 58228 1 0 0 25 0 1 0 573182480 31801344 5087 33554432000 4194304 4929204 140735031806672 18446744073709551615 4632656 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 7764 5087 368 180 0 4774 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 31056

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 4.06 5/190 17134
/proc/meminfo: memFree=16404128/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=31856 CPUtime=642.3 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 5748 0 0 0 64229 1 0 0 25 0 1 0 573182480 32620544 5292 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 7964 5292 368 180 0 4974 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 31856

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 4.06 5/190 17135
/proc/meminfo: memFree=16400360/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=32168 CPUtime=702.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 5867 0 0 0 70228 1 0 0 25 0 1 0 573182480 32940032 5370 33554432000 4194304 4929204 140735031806672 18446744073709551615 4637470 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8042 5370 368 180 0 5052 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 32168

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 4.05 5/190 17137
/proc/meminfo: memFree=16382456/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=32532 CPUtime=762.3 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 5976 0 0 0 76229 1 0 0 25 0 1 0 573182480 33312768 5451 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8133 5451 368 180 0 5143 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 32532

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 4.05 5/190 17138
/proc/meminfo: memFree=16379808/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=32936 CPUtime=822.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 6091 0 0 0 82228 1 0 0 25 0 1 0 573182480 33726464 5564 33554432000 4194304 4929204 140735031806672 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8234 5564 368 180 0 5244 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 32936

[startup+882.301 s]
/proc/loadavg: 4.12 4.02 4.05 5/190 17140
/proc/meminfo: memFree=16377160/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=32936 CPUtime=882.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 6246 0 0 0 88228 1 0 0 25 0 1 0 573182480 33726464 5566 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8234 5566 368 180 0 5244 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 32936

[startup+942.301 s]
/proc/loadavg: 4.04 4.01 4.04 5/190 17142
/proc/meminfo: memFree=16366948/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=34156 CPUtime=942.28 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 6634 0 0 0 94227 1 0 0 25 0 1 0 573182480 34975744 5869 33554432000 4194304 4929204 140735031806672 18446744073709551615 4629115 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8539 5869 368 180 0 5549 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 34156

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 4.04 5/190 17143
/proc/meminfo: memFree=16364432/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=34136 CPUtime=1002.28 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 6679 0 0 0 100227 1 0 0 25 0 1 0 573182480 34955264 5865 33554432000 4194304 4929204 140735031806672 18446744073709551615 4329968 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8534 5865 368 180 0 5544 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 34136

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.03 5/190 17145
/proc/meminfo: memFree=16362032/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=34700 CPUtime=1062.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 6898 0 0 0 106228 1 0 0 25 0 1 0 573182480 35532800 6001 33554432000 4194304 4929204 140735031806672 18446744073709551615 4327508 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8675 6001 368 180 0 5685 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 34700

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.03 5/190 17146
/proc/meminfo: memFree=16359872/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=34716 CPUtime=1122.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 6966 0 0 0 112228 1 0 0 25 0 1 0 573182480 35549184 6008 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316260 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8679 6008 368 180 0 5689 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 34716

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 17148
/proc/meminfo: memFree=16344704/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=34996 CPUtime=1182.29 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 7081 0 0 0 118228 1 0 0 25 0 1 0 573182480 35835904 6078 33554432000 4194304 4929204 140735031806672 18446744073709551615 4359744 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8749 6078 368 180 0 5759 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 34996

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 17150
/proc/meminfo: memFree=16342176/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=35276 CPUtime=1242.28 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 7193 0 0 0 124227 1 0 0 25 0 1 0 573182480 36122624 6147 33554432000 4194304 4929204 140735031806672 18446744073709551615 4355024 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8819 6147 368 180 0 5829 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 35276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 4.02 4/188 17152
/proc/meminfo: memFree=16487232/32950928 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=35276 CPUtime=1299.98 cores=1,3
/proc/17070/stat : 17070 (clasp) R 17068 17070 16692 0 -1 4202496 7193 0 0 0 129997 1 0 0 25 0 1 0 573182480 36122624 6147 33554432000 4194304 4929204 140735031806672 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17070/statm: 8819 6147 368 180 0 5829 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 35276

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): 1300.01
CPU time (s): 1299.99
CPU user time (s): 1299.98
CPU system time (s): 0.013997
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 35480

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

runsolver used 2.08068 second user time and 5.02424 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-26 16:51:58
IDJOB=3300425
IDBENCH=85459
IDSOLVER=1685
FILE ID=node114/3300425-1303829518
RUNJOBID= node114-1303829518-17039
PBS_JOBID= 13160798
Free space on /tmp= 71820 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.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-3300425-1303829518/watcher-3300425-1303829518 -o /tmp/evaluation-result-3300425-1303829518/solver-3300425-1303829518 -C 2400 -W 1300 -M 7680  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-3300425-1303829518.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=1218541897

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16629032 kB
Buffers:       2319312 kB
Cached:       13345208 kB
SwapCached:          0 kB
Active:        7029632 kB
Inactive:      8704368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16629032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2928 kB
Writeback:           0 kB
AnonPages:       69292 kB
Mapped:          15656 kB
Slab:           524148 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   234208 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= 71820 MiB
End job on node114 at 2011-04-26 17:13:40