Trace number 3423004

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.1 5000.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3144.24
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...684328/instance-3423004-1306684328.cnf
0.49/0.52	c Solving...
5000.09/5000.01	
5000.09/5000.01	*** INTERRUPTED! ***
5000.09/5000.01	s UNKNOWN
5000.09/5000.01	
5000.09/5000.01	c INTERRUPTED   : 1
5000.09/5000.01	c Models        : 0+    
5000.09/5000.01	c Time          : 5000.017s (Solving: 4999.50s 1st Model: 0.00s Unsat: 0.00s)
5000.09/5000.01	c CPU Time      : 5000.090s

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-3423004-1306684328/watcher-3423004-1306684328 -o /tmp/evaluation-result-3423004-1306684328/solver-3423004-1306684328 -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-3423004-1306684328.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: 0.92 0.99 1.12 2/489 25240
/proc/meminfo: memFree=19491436/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=14880 CPUtime=0.01 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 1244 0 0 0 1 0 0 0 21 0 1 0 780031334 15237120 1002 33554432000 4194304 4929204 140736318341744 18446744073709551615 4574143 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 3720 1003 327 180 0 730 0

[startup+0.071994 s]
/proc/loadavg: 0.92 0.99 1.12 2/489 25240
/proc/meminfo: memFree=19491436/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=20700 CPUtime=0.06 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 3019 0 0 0 6 0 0 0 21 0 1 0 780031334 21196800 2461 33554432000 4194304 4929204 140736318341744 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 5175 2461 337 180 0 2185 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20700

[startup+0.100989 s]
/proc/loadavg: 0.92 0.99 1.12 2/489 25240
/proc/meminfo: memFree=19491436/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=20700 CPUtime=0.09 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 3019 0 0 0 9 0 0 0 21 0 1 0 780031334 21196800 2461 33554432000 4194304 4929204 140736318341744 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 5175 2461 337 180 0 2185 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20700

[startup+0.300955 s]
/proc/loadavg: 0.92 0.99 1.12 2/489 25240
/proc/meminfo: memFree=19491436/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=21228 CPUtime=0.29 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 3161 0 0 0 29 0 0 0 22 0 1 0 780031334 21737472 2603 33554432000 4194304 4929204 140736318341744 18446744073709551615 4574904 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 5307 2603 339 180 0 2317 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21228

[startup+0.700912 s]
/proc/loadavg: 0.92 0.99 1.12 2/489 25240
/proc/meminfo: memFree=19491436/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=21652 CPUtime=0.69 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 3557 0 0 0 69 0 0 0 23 0 1 0 780031334 22171648 2737 33554432000 4194304 4929204 140736318341744 18446744073709551615 4638397 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 5413 2737 367 180 0 2423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21652

[startup+1.50078 s]
/proc/loadavg: 0.92 0.99 1.12 3/490 25241
/proc/meminfo: memFree=19478416/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=21652 CPUtime=1.49 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 3557 0 0 0 149 0 0 0 25 0 1 0 780031334 22171648 2737 33554432000 4194304 4929204 140736318341744 18446744073709551615 4660780 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 5413 2737 367 180 0 2423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21652

[startup+3.1005 s]
/proc/loadavg: 0.92 0.99 1.12 3/490 25241
/proc/meminfo: memFree=19476472/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=21652 CPUtime=3.09 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 3560 0 0 0 309 0 0 0 25 0 1 0 780031334 22171648 2740 33554432000 4194304 4929204 140736318341744 18446744073709551615 4320522 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 5413 2740 367 180 0 2423 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21652

[startup+6.30095 s]
/proc/loadavg: 1.01 1.00 1.13 3/490 25241
/proc/meminfo: memFree=19475168/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=22596 CPUtime=6.29 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 3794 0 0 0 629 0 0 0 25 0 1 0 780031334 23138304 2974 33554432000 4194304 4929204 140736318341744 18446744073709551615 4627746 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 5649 2974 367 180 0 2659 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22596

[startup+12.7009 s]
/proc/loadavg: 1.09 1.02 1.13 3/490 25241
/proc/meminfo: memFree=19466900/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=24972 CPUtime=12.69 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 4398 0 0 0 1269 0 0 0 25 0 1 0 780031334 25571328 3578 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316048 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 6243 3578 367 180 0 3253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24972

[startup+25.5007 s]
/proc/loadavg: 1.29 1.07 1.15 3/490 25242
/proc/meminfo: memFree=19462676/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=27688 CPUtime=25.49 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 5067 0 0 0 2549 0 0 0 25 0 1 0 780031334 28352512 4247 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 6922 4247 367 180 0 3932 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27688

[startup+51.1004 s]
/proc/loadavg: 1.53 1.14 1.17 3/490 25242
/proc/meminfo: memFree=19456076/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=30656 CPUtime=51.09 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 5820 0 0 0 5109 0 0 0 25 0 1 0 780031334 31391744 5000 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316089 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 7664 5000 367 180 0 4674 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30656

[startup+102.318 s]
/proc/loadavg: 1.79 1.27 1.21 3/490 25244
/proc/meminfo: memFree=19445524/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=36372 CPUtime=102.31 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 7212 0 0 0 10231 0 0 0 25 0 1 0 780031334 37244928 6392 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 9093 6392 367 180 0 6103 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 36372

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.26 3/490 25245
/proc/meminfo: memFree=19438900/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=39644 CPUtime=162.3 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 8004 0 0 0 16229 1 0 0 25 0 1 0 780031334 40595456 7184 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 9911 7184 369 180 0 6921 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 39644

[startup+222.301 s]
/proc/loadavg: 2.03 1.52 1.30 3/490 25247
/proc/meminfo: memFree=19435748/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=40648 CPUtime=222.3 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 8274 0 0 0 22229 1 0 0 25 0 1 0 780031334 41623552 7454 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633861 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 10162 7454 369 180 0 7172 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 40648

[startup+282.301 s]
/proc/loadavg: 2.12 1.64 1.36 3/490 25248
/proc/meminfo: memFree=19430248/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=42680 CPUtime=282.3 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 8721 0 0 0 28229 1 0 0 25 0 1 0 780031334 43704320 7901 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 10670 7901 369 180 0 7680 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 42680

[startup+342.301 s]
/proc/loadavg: 2.04 1.70 1.39 3/490 25250
/proc/meminfo: memFree=19426976/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=46972 CPUtime=342.3 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 9797 0 0 0 34229 1 0 0 25 0 1 0 780031334 48099328 8977 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 11743 8977 369 180 0 8753 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 46972

[startup+402.3 s]
/proc/loadavg: 2.11 1.78 1.44 3/490 25252
/proc/meminfo: memFree=19422208/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=49464 CPUtime=402.3 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 10391 0 0 0 40229 1 0 0 25 0 1 0 780031334 50651136 9571 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316349 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 12366 9571 369 180 0 9376 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49464

[startup+462.3 s]
/proc/loadavg: 2.08 1.83 1.48 3/490 25253
/proc/meminfo: memFree=19419304/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=51204 CPUtime=462.3 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 10797 0 0 0 46229 1 0 0 25 0 1 0 780031334 52432896 9977 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 12801 9977 369 180 0 9811 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 51204

[startup+522.3 s]
/proc/loadavg: 2.03 1.86 1.51 3/490 25255
/proc/meminfo: memFree=19415792/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=53772 CPUtime=522.29 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 11395 0 0 0 52228 1 0 0 25 0 1 0 780031334 55062528 10575 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 13443 10575 369 180 0 10453 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 53772

[startup+582.3 s]
/proc/loadavg: 2.01 1.88 1.53 3/490 25265
/proc/meminfo: memFree=19412212/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=55564 CPUtime=582.29 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 11851 0 0 0 58228 1 0 0 25 0 1 0 780031334 56897536 11031 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316145 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 13891 11031 369 180 0 10901 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 55564

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/490 25360
/proc/meminfo: memFree=19334948/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=102672 CPUtime=4002.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 22961 0 0 0 400231 5 0 0 25 0 1 0 780031334 105136128 22141 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 25668 22141 369 180 0 22678 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 102672

[startup+4062.32 s]
/proc/loadavg: 2.06 2.05 2.00 3/490 25361
/proc/meminfo: memFree=19333788/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=103256 CPUtime=4062.38 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 23097 0 0 0 406233 5 0 0 25 0 1 0 780031334 105734144 22277 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 25814 22277 369 180 0 22824 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 103256

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 25363
/proc/meminfo: memFree=19332880/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=104172 CPUtime=4122.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 23335 0 0 0 412231 5 0 0 25 0 1 0 780031334 106672128 22515 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 26043 22515 369 180 0 23053 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 104172

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/490 25373
/proc/meminfo: memFree=19332688/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=104692 CPUtime=4182.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 23426 0 0 0 418231 5 0 0 25 0 1 0 780031334 107204608 22606 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 26173 22606 369 180 0 23183 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 104692

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25375
/proc/meminfo: memFree=19330528/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=105896 CPUtime=4242.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 23725 0 0 0 424231 5 0 0 25 0 1 0 780031334 108437504 22905 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 26474 22905 369 180 0 23484 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 105896

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25377
/proc/meminfo: memFree=19330236/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=106052 CPUtime=4302.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 23786 0 0 0 430231 5 0 0 25 0 1 0 780031334 108597248 22966 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316306 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 26513 22966 369 180 0 23523 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 106052

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 25381
/proc/meminfo: memFree=19328380/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=107456 CPUtime=4362.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 24111 0 0 0 436231 5 0 0 25 0 1 0 780031334 110034944 23291 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 26864 23291 369 180 0 23874 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 107456

[startup+4422.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/490 25383
/proc/meminfo: memFree=19327224/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=107644 CPUtime=4422.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 24174 0 0 0 442231 5 0 0 25 0 1 0 780031334 110227456 23354 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316226 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 26911 23354 369 180 0 23921 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 107644

[startup+4482.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/490 25384
/proc/meminfo: memFree=19326436/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=108568 CPUtime=4482.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 24387 0 0 0 448231 5 0 0 25 0 1 0 780031334 111173632 23567 33554432000 4194304 4929204 140736318341744 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 27142 23567 369 180 0 24152 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 108568

[startup+4542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/490 25386
/proc/meminfo: memFree=19325524/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=109152 CPUtime=4542.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 24496 0 0 0 454231 5 0 0 25 0 1 0 780031334 111771648 23676 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 27288 23676 369 180 0 24298 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 109152

[startup+4602.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/490 25388
/proc/meminfo: memFree=19325100/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=109852 CPUtime=4602.37 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 24623 0 0 0 460232 5 0 0 25 0 1 0 780031334 112488448 23803 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 27463 23803 369 180 0 24473 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 109852

[startup+4662.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/490 25389
/proc/meminfo: memFree=19323560/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=109984 CPUtime=4662.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 24676 0 0 0 466231 5 0 0 25 0 1 0 780031334 112623616 23856 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 27496 23856 369 180 0 24506 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 109984

[startup+4722.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/490 25391
/proc/meminfo: memFree=19322900/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=111072 CPUtime=4722.38 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 24906 0 0 0 472233 5 0 0 25 0 1 0 780031334 113737728 24086 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 27768 24086 369 180 0 24778 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 111072

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 25392
/proc/meminfo: memFree=19323228/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=111516 CPUtime=4782.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 25006 0 0 0 478231 5 0 0 25 0 1 0 780031334 114192384 24186 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 27879 24186 369 180 0 24889 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 111516

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25394
/proc/meminfo: memFree=19321940/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=111904 CPUtime=4842.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 25112 0 0 0 484231 5 0 0 25 0 1 0 780031334 114589696 24292 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316283 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 27976 24292 369 180 0 24986 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 111904

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 25396
/proc/meminfo: memFree=19322140/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=112536 CPUtime=4902.36 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 25224 0 0 0 490231 5 0 0 25 0 1 0 780031334 115236864 24404 33554432000 4194304 4929204 140736318341744 18446744073709551615 4329485 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 28134 24404 369 180 0 25144 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 112536

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 25397
/proc/meminfo: memFree=19321580/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=112936 CPUtime=4962.37 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 25313 0 0 0 496231 6 0 0 25 0 1 0 780031334 115646464 24493 33554432000 4194304 4929204 140736318341744 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 28234 24493 369 180 0 25244 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 112936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 2/489 25399
/proc/meminfo: memFree=19393076/32951124 swapFree=63649292/67111528
[pid=25240] ppid=25238 vsize=113068 CPUtime=5000.09 cores=0,2,4,6
/proc/25240/stat : 25240 (clasp) R 25238 25240 23862 0 -1 4202496 25354 0 0 0 500003 6 0 0 25 0 1 0 780031334 115781632 24534 33554432000 4194304 4929204 140736318341744 18446744073709551615 4316123 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25240/statm: 28267 24534 369 180 0 25277 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 113068

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.02
CPU time (s): 5000.1
CPU user time (s): 5000.04
CPU system time (s): 0.065989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 113068

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

runsolver used 24.9992 second user time and 52.328 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-29 17:52:08
IDJOB=3423004
IDBENCH=71593
IDSOLVER=1917
FILE ID=node130/3423004-1306684328
RUNJOBID= node130-1306684328-25220
PBS_JOBID= 13471767
Free space on /tmp= 73376 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.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-3423004-1306684328/watcher-3423004-1306684328 -o /tmp/evaluation-result-3423004-1306684328/solver-3423004-1306684328 -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-3423004-1306684328.cnf

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=107379802

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19491724 kB
Buffers:        369192 kB
Cached:        7986384 kB
SwapCached:      10260 kB
Active:        7549044 kB
Inactive:      5592260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19491724 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            3920 kB
Writeback:           0 kB
AnonPages:     4783332 kB
Mapped:          30692 kB
Slab:           195504 kB
PageTables:      53764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145098780 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= 73376 MiB
End job on node130 at 2011-05-29 19:15:30