Trace number 3300515

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

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.04/
connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
MD5SUM41d80cc808c021a52e21ee9950bc91e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...828893/instance-3300515-1303828893.cnf
0.00/0.02	c Solving...
1300.02/1300.00	
1300.02/1300.00	*** INTERRUPTED! ***
1300.02/1300.00	s UNKNOWN
1300.02/1300.00	
1300.02/1300.00	c INTERRUPTED   : 1
1300.02/1300.00	c Models        : 0+    
1300.02/1300.00	c Time          : 1300.005s (Solving: 1299.98s 1st Model: 0.00s Unsat: 0.00s)
1300.02/1300.00	c CPU Time      : 1300.020s

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

running on 2 cores: 0,2

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: 0.92 1.06 1.86 1/172 29321
/proc/meminfo: memFree=23698816/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=13176 CPUtime=0 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 655 0 0 0 0 0 0 0 24 0 1 0 494487936 13492224 582 33554432000 4194304 4929204 140734024910800 18446744073709551615 4590041 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3294 582 336 180 0 304 0

[startup+0.103867 s]
/proc/loadavg: 0.92 1.06 1.86 1/172 29321
/proc/meminfo: memFree=23698816/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=13972 CPUtime=0.1 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 887 0 0 0 10 0 0 0 25 0 1 0 494487936 14307328 814 33554432000 4194304 4929204 140734024910800 18446744073709551615 4627948 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3493 814 367 180 0 503 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13972

[startup+0.200884 s]
/proc/loadavg: 0.92 1.06 1.86 1/172 29321
/proc/meminfo: memFree=23698816/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=13972 CPUtime=0.19 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 887 0 0 0 19 0 0 0 25 0 1 0 494487936 14307328 814 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3493 814 367 180 0 503 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13972

[startup+0.30083 s]
/proc/loadavg: 0.92 1.06 1.86 1/172 29321
/proc/meminfo: memFree=23698816/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=13972 CPUtime=0.29 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 889 0 0 0 29 0 0 0 25 0 1 0 494487936 14307328 816 33554432000 4194304 4929204 140734024910800 18446744073709551615 4632843 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3493 816 367 180 0 503 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13972

[startup+0.700776 s]
/proc/loadavg: 0.92 1.06 1.86 1/172 29321
/proc/meminfo: memFree=23698816/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=14104 CPUtime=0.69 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 925 0 0 0 69 0 0 0 25 0 1 0 494487936 14442496 852 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3526 852 367 180 0 536 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14104

[startup+1.50064 s]
/proc/loadavg: 0.92 1.06 1.86 5/188 29350
/proc/meminfo: memFree=23685520/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=14376 CPUtime=1.49 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 1017 0 0 0 149 0 0 0 25 0 1 0 494487936 14721024 944 33554432000 4194304 4929204 140734024910800 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3594 944 367 180 0 604 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14376

[startup+3.10036 s]
/proc/loadavg: 0.92 1.06 1.86 5/188 29350
/proc/meminfo: memFree=23683164/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=14796 CPUtime=3.09 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 1099 0 0 0 309 0 0 0 25 0 1 0 494487936 15151104 1026 33554432000 4194304 4929204 140734024910800 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3699 1026 367 180 0 709 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14796

[startup+6.30079 s]
/proc/loadavg: 1.17 1.11 1.87 6/188 29350
/proc/meminfo: memFree=23680476/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=15360 CPUtime=6.29 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 1224 0 0 0 629 0 0 0 25 0 1 0 494487936 15728640 1151 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633042 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 3840 1151 367 180 0 850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15360

[startup+12.7007 s]
/proc/loadavg: 1.39 1.15 1.88 5/188 29350
/proc/meminfo: memFree=23676288/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=16068 CPUtime=12.69 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 1395 0 0 0 1269 0 0 0 25 0 1 0 494487936 16453632 1322 33554432000 4194304 4929204 140734024910800 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 4017 1322 367 180 0 1027 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16068

[startup+25.5005 s]
/proc/loadavg: 1.97 1.29 1.91 5/188 29351
/proc/meminfo: memFree=23672944/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=16764 CPUtime=25.49 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 1586 0 0 0 2549 0 0 0 25 0 1 0 494487936 17166336 1513 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633053 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 4191 1513 368 180 0 1201 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16764

[startup+51.1011 s]
/proc/loadavg: 2.66 1.51 1.97 5/188 29351
/proc/meminfo: memFree=23668784/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=17968 CPUtime=51.09 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 1859 0 0 0 5109 0 0 0 25 0 1 0 494487936 18399232 1786 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 4492 1786 368 180 0 1502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17968

[startup+102.3 s]
/proc/loadavg: 3.47 1.91 2.08 5/188 29353
/proc/meminfo: memFree=23661808/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=19428 CPUtime=102.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 2196 0 0 0 10230 0 0 0 25 0 1 0 494487936 19894272 2123 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633004 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 4857 2123 368 180 0 1867 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 19428

[startup+162.301 s]
/proc/loadavg: 3.80 2.29 2.19 5/188 29381
/proc/meminfo: memFree=23658204/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=20820 CPUtime=162.29 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 2511 0 0 0 16229 0 0 0 25 0 1 0 494487936 21319680 2438 33554432000 4194304 4929204 140734024910800 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 5205 2438 368 180 0 2215 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 20820

[startup+222.307 s]
/proc/loadavg: 4.00 2.61 2.31 5/188 29383
/proc/meminfo: memFree=23648968/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=21552 CPUtime=222.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 2710 0 0 0 22230 0 0 0 25 0 1 0 494487936 22069248 2637 33554432000 4194304 4929204 140734024910800 18446744073709551615 4638630 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 5388 2637 368 180 0 2398 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 21552

[startup+282.3 s]
/proc/loadavg: 4.00 2.86 2.41 5/188 29385
/proc/meminfo: memFree=23640140/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=22464 CPUtime=282.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 2890 0 0 0 28229 1 0 0 25 0 1 0 494487936 23003136 2817 33554432000 4194304 4929204 140734024910800 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 5616 2817 368 180 0 2626 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 22464

[startup+342.301 s]
/proc/loadavg: 4.05 3.08 2.51 5/188 29386
/proc/meminfo: memFree=23636648/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=23400 CPUtime=342.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3142 0 0 0 34229 1 0 0 25 0 1 0 494487936 23961600 3033 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633155 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 5850 3033 368 180 0 2860 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 23400

[startup+402.301 s]
/proc/loadavg: 4.02 3.25 2.60 5/188 29388
/proc/meminfo: memFree=23631912/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=24072 CPUtime=402.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3293 0 0 0 40229 1 0 0 25 0 1 0 494487936 24649728 3184 33554432000 4194304 4929204 140734024910800 18446744073709551615 4337392 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6018 3184 368 180 0 3028 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 24072

[startup+462.3 s]
/proc/loadavg: 4.00 3.38 2.69 5/188 29389
/proc/meminfo: memFree=23629768/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=24284 CPUtime=462.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3333 0 0 0 46228 2 0 0 25 0 1 0 494487936 24866816 3224 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6071 3224 368 180 0 3081 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 24284

[startup+522.301 s]
/proc/loadavg: 4.00 3.49 2.77 5/188 29391
/proc/meminfo: memFree=23627504/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=24904 CPUtime=522.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3459 0 0 0 52228 2 0 0 25 0 1 0 494487936 25501696 3350 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633007 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6226 3350 368 180 0 3236 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 24904

[startup+582.301 s]
/proc/loadavg: 4.00 3.58 2.84 5/188 29393
/proc/meminfo: memFree=23624388/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=25380 CPUtime=582.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3574 0 0 0 58227 3 0 0 25 0 1 0 494487936 25989120 3465 33554432000 4194304 4929204 140734024910800 18446744073709551615 4316137 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6345 3465 368 180 0 3355 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 25380

[startup+642.3 s]
/proc/loadavg: 4.00 3.65 2.91 5/188 29394
/proc/meminfo: memFree=23622516/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=26000 CPUtime=642.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3729 0 0 0 64227 3 0 0 25 0 1 0 494487936 26624000 3620 33554432000 4194304 4929204 140734024910800 18446744073709551615 4357427 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6500 3620 368 180 0 3510 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 26000

[startup+702.301 s]
/proc/loadavg: 4.00 3.71 2.98 5/188 29396
/proc/meminfo: memFree=23621256/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=26616 CPUtime=702.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3861 0 0 0 70227 3 0 0 25 0 1 0 494487936 27254784 3752 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633649 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6654 3752 368 180 0 3664 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 26616

[startup+762.301 s]
/proc/loadavg: 4.00 3.76 3.04 5/188 29397
/proc/meminfo: memFree=23619752/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=26788 CPUtime=762.31 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3911 0 0 0 76228 3 0 0 25 0 1 0 494487936 27430912 3802 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6697 3802 368 180 0 3707 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 26788

[startup+822.3 s]
/proc/loadavg: 4.00 3.80 3.10 5/188 29399
/proc/meminfo: memFree=23615388/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=27096 CPUtime=822.3 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 3990 0 0 0 82227 3 0 0 25 0 1 0 494487936 27746304 3881 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633077 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6774 3881 368 180 0 3784 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 27096

[startup+882.307 s]
/proc/loadavg: 4.07 3.85 3.15 5/188 29401
/proc/meminfo: memFree=23612392/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=27308 CPUtime=882.32 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4059 0 0 0 88228 4 0 0 25 0 1 0 494487936 27963392 3950 33554432000 4194304 4929204 140734024910800 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6827 3950 368 180 0 3837 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 27308

[startup+942.301 s]
/proc/loadavg: 4.10 3.89 3.21 5/188 29402
/proc/meminfo: memFree=23611256/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=27476 CPUtime=942.31 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4102 0 0 0 94227 4 0 0 25 0 1 0 494487936 28135424 3993 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6869 3993 368 180 0 3879 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 27476

[startup+1002.3 s]
/proc/loadavg: 4.04 3.91 3.26 5/188 29404
/proc/meminfo: memFree=23610004/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=27812 CPUtime=1002.31 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4177 0 0 0 100227 4 0 0 25 0 1 0 494487936 28479488 4068 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 6953 4068 368 180 0 3963 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 27812

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 3.30 5/188 29405
/proc/meminfo: memFree=23608996/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=28192 CPUtime=1062.32 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4267 0 0 0 106227 5 0 0 25 0 1 0 494487936 28868608 4158 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 7048 4158 368 180 0 4058 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 28192

[startup+1122.3 s]
/proc/loadavg: 4.08 3.95 3.35 5/188 29407
/proc/meminfo: memFree=23607236/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=28824 CPUtime=1122.31 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4401 0 0 0 112226 5 0 0 25 0 1 0 494487936 29515776 4292 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 7206 4292 368 180 0 4216 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 28824

[startup+1182.3 s]
/proc/loadavg: 4.03 3.96 3.38 5/188 29418
/proc/meminfo: memFree=23603332/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=29036 CPUtime=1182.31 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4447 0 0 0 118226 5 0 0 25 0 1 0 494487936 29732864 4338 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633920 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 7259 4338 368 180 0 4269 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 29036

[startup+1242.3 s]
/proc/loadavg: 4.01 3.96 3.42 5/188 29419
/proc/meminfo: memFree=23602272/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=29412 CPUtime=1242.31 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4557 0 0 0 124226 5 0 0 25 0 1 0 494487936 30117888 4448 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633011 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 7353 4448 368 180 0 4363 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 29412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.45 5/188 29421
/proc/meminfo: memFree=23600880/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=29792 CPUtime=1300.02 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4642 0 0 0 129997 5 0 0 25 0 1 0 494487936 30507008 4533 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 7448 4533 368 180 0 4458 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 29792

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.45 5/188 29421
/proc/meminfo: memFree=23600880/32951132 swapFree=67111364/67111528
[pid=29321] ppid=29319 vsize=29792 CPUtime=1300.02 cores=0,2
/proc/29321/stat : 29321 (clasp) R 29319 29321 28553 0 -1 4202496 4642 0 0 0 129997 5 0 0 25 0 1 0 494487936 30507008 4533 33554432000 4194304 4929204 140734024910800 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29321/statm: 7448 4533 368 180 0 4458 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 29792

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.97
CPU system time (s): 0.06099
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 29792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4653
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 3775

runsolver used 2.33764 second user time and 4.50631 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 16:41:33
IDJOB=3300515
IDBENCH=84634
IDSOLVER=1685
FILE ID=node128/3300515-1303828893
RUNJOBID= node128-1303828893-29307
PBS_JOBID= 13160767
Free space on /tmp= 67016 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT04/handmade/connamacher/connm-d0.04/connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.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-3300515-1303828893/watcher-3300515-1303828893 -o /tmp/evaluation-result-3300515-1303828893/solver-3300515-1303828893 -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-3300515-1303828893.cnf

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

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=1236809130

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23699080 kB
Buffers:       1331500 kB
Cached:        7232584 kB
SwapCached:        160 kB
Active:        1756064 kB
Inactive:      6872716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23699080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             844 kB
Writeback:           0 kB
AnonPages:       64812 kB
Mapped:          14784 kB
Slab:           559048 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   194068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67012 MiB
End job on node128 at 2011-04-26 17:03:15