Trace number 3274581

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
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 variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3274581-1303604986/watcher-3274581-1303604986 -o /tmp/evaluation-result-3274581-1303604986/solver-3274581-1303604986 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274581-1303604986.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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: 1.57 3.07 3.43 2/174 2442
/proc/meminfo: memFree=13934404/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=2044 CPUtime=0 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 277 0 0 0 0 0 0 0 22 0 1 0 472097256 2093056 232 33554432000 134512640 136057169 4287059520 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 511 232 145 378 0 131 0

[startup+0.103198 s]
/proc/loadavg: 1.57 3.07 3.43 2/174 2442
/proc/meminfo: memFree=13934404/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=5360 CPUtime=0.1 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 1182 0 0 0 10 0 0 0 22 0 1 0 472097256 5488640 1030 33554432000 134512640 136057169 4287059520 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 1340 1030 166 378 0 960 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5360

[startup+0.201193 s]
/proc/loadavg: 1.57 3.07 3.43 2/174 2442
/proc/meminfo: memFree=13934404/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=5360 CPUtime=0.19 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 1182 0 0 0 19 0 0 0 23 0 1 0 472097256 5488640 1030 33554432000 134512640 136057169 4287059520 18446744073709551615 134774493 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 1340 1030 166 378 0 960 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5360

[startup+0.301161 s]
/proc/loadavg: 1.57 3.07 3.43 2/174 2442
/proc/meminfo: memFree=13934404/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=5360 CPUtime=0.29 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 1184 0 0 0 29 0 0 0 23 0 1 0 472097256 5488640 1032 33554432000 134512640 136057169 4287059520 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 1340 1032 168 378 0 960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5360

[startup+0.701104 s]
/proc/loadavg: 1.57 3.07 3.43 2/174 2442
/proc/meminfo: memFree=13934404/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=5820 CPUtime=0.69 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 1488 0 0 0 69 0 0 0 25 0 1 0 472097256 5959680 1204 33554432000 134512640 136057169 4287059520 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 1455 1204 183 378 0 1075 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5820

[startup+1.50097 s]
/proc/loadavg: 1.57 3.07 3.43 2/175 2443
/proc/meminfo: memFree=13927204/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=11684 CPUtime=1.49 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 2948 0 0 0 149 0 0 0 25 0 1 0 472097256 11964416 2664 33554432000 134512640 136057169 4287059520 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 2921 2664 183 378 0 2541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11684

[startup+3.10062 s]
/proc/loadavg: 1.57 3.07 3.43 3/180 2453
/proc/meminfo: memFree=13911044/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=14856 CPUtime=3.08 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 3747 0 0 0 308 0 0 0 25 0 1 0 472097256 15212544 3463 33554432000 134512640 136057169 4287059520 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 3714 3463 183 378 0 3334 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14856

[startup+6.3011 s]
/proc/loadavg: 1.68 3.06 3.43 5/190 2473
/proc/meminfo: memFree=13872140/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=19976 CPUtime=6.29 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 5029 0 0 0 628 1 0 0 25 0 1 0 472097256 20455424 4745 33554432000 134512640 136057169 4287059520 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 4994 4745 183 378 0 4614 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19976

[startup+12.701 s]
/proc/loadavg: 1.87 3.08 3.43 5/190 2474
/proc/meminfo: memFree=13849712/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=26364 CPUtime=12.69 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 6616 0 0 0 1268 1 0 0 25 0 1 0 472097256 26996736 6332 33554432000 134512640 136057169 4287059520 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 6591 6332 183 378 0 6211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26364

[startup+25.5009 s]
/proc/loadavg: 2.34 3.12 3.44 5/190 2474
/proc/meminfo: memFree=13832316/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=31288 CPUtime=25.49 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 7825 0 0 0 2548 1 0 0 25 0 1 0 472097256 32038912 7541 33554432000 134512640 136057169 4287059520 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 7822 7541 183 378 0 7442 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31288

[startup+51.1005 s]
/proc/loadavg: 2.97 3.21 3.46 5/190 2474
/proc/meminfo: memFree=13809796/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=38632 CPUtime=51.09 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 9588 0 0 0 5108 1 0 0 25 0 1 0 472097256 39559168 9304 33554432000 134512640 136057169 4287059520 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 9658 9304 183 378 0 9278 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38632

[startup+102.301 s]
/proc/loadavg: 3.55 3.33 3.49 5/190 2476
/proc/meminfo: memFree=13771228/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=49320 CPUtime=102.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 12159 0 0 0 10228 2 0 0 25 0 1 0 472097256 50503680 11875 33554432000 134512640 136057169 4287059520 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 12330 11875 183 378 0 11950 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 49320

[startup+162.301 s]
/proc/loadavg: 3.83 3.45 3.52 5/190 2478
/proc/meminfo: memFree=13755972/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=53744 CPUtime=162.29 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 13209 0 0 0 16227 2 0 0 25 0 1 0 472097256 55033856 12925 33554432000 134512640 136057169 4287059520 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 13436 12925 183 378 0 13056 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 53744

[startup+222.307 s]
/proc/loadavg: 4.00 3.56 3.55 5/190 2479
/proc/meminfo: memFree=13732272/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=57540 CPUtime=222.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 14063 0 0 0 22228 2 0 0 25 0 1 0 472097256 58920960 13779 33554432000 134512640 136057169 4287059520 18446744073709551615 134618479 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 14385 13779 183 378 0 14005 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 57540

[startup+282.301 s]
/proc/loadavg: 4.00 3.64 3.57 5/190 2480
/proc/meminfo: memFree=13713656/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=63528 CPUtime=282.29 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 15507 0 0 0 28227 2 0 0 25 0 1 0 472097256 65052672 15223 33554432000 134512640 136057169 4287059520 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 15882 15223 183 378 0 15502 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 63528

[startup+342.301 s]
/proc/loadavg: 4.00 3.70 3.60 5/190 2482
/proc/meminfo: memFree=13707196/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=67308 CPUtime=342.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 16403 0 0 0 34227 3 0 0 25 0 1 0 472097256 68923392 16119 33554432000 134512640 136057169 4287059520 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 16827 16119 183 378 0 16447 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67308

[startup+402.301 s]
/proc/loadavg: 4.00 3.75 3.62 5/190 2484
/proc/meminfo: memFree=13704080/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=67884 CPUtime=402.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 16527 0 0 0 40227 3 0 0 25 0 1 0 472097256 69513216 16243 33554432000 134512640 136057169 4287059520 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 16971 16243 183 378 0 16591 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 67884

[startup+462.3 s]
/proc/loadavg: 4.04 3.81 3.65 5/190 2486
/proc/meminfo: memFree=13695880/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=74408 CPUtime=462.29 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 18157 0 0 0 46226 3 0 0 25 0 1 0 472097256 76193792 17873 33554432000 134512640 136057169 4287059520 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 18602 17873 183 378 0 18222 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 74408

[startup+522.3 s]
/proc/loadavg: 4.01 3.84 3.66 5/190 2487
/proc/meminfo: memFree=13670692/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=75216 CPUtime=522.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 18335 0 0 0 52226 4 0 0 25 0 1 0 472097256 77021184 18051 33554432000 134512640 136057169 4287059520 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 18804 18051 183 378 0 18424 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 75216

[startup+582.3 s]
/proc/loadavg: 4.00 3.87 3.68 5/190 2488
/proc/meminfo: memFree=13667580/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=75856 CPUtime=582.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 18491 0 0 0 58226 4 0 0 25 0 1 0 472097256 77676544 18207 33554432000 134512640 136057169 4287059520 18446744073709551615 134618437 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 18964 18207 183 378 0 18584 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 75856

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.70 5/190 2490
/proc/meminfo: memFree=13664216/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=76520 CPUtime=642.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 18648 0 0 0 64226 4 0 0 25 0 1 0 472097256 78356480 18364 33554432000 134512640 136057169 4287059520 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 19130 18364 183 378 0 18750 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 76520

[startup+702.301 s]
/proc/loadavg: 4.00 3.91 3.72 5/190 2492
/proc/meminfo: memFree=13655016/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=79444 CPUtime=702.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 19306 0 0 0 70226 4 0 0 25 0 1 0 472097256 81350656 19022 33554432000 134512640 136057169 4287059520 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 19861 19022 183 378 0 19481 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 79444

[startup+762.301 s]
/proc/loadavg: 4.00 3.92 3.73 5/190 2494
/proc/meminfo: memFree=13643468/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=82504 CPUtime=762.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 20032 0 0 0 76226 4 0 0 25 0 1 0 472097256 84484096 19748 33554432000 134512640 136057169 4287059520 18446744073709551615 134819827 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 20626 19748 183 378 0 20246 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 82504

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.74 5/190 2495
/proc/meminfo: memFree=13636136/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=83216 CPUtime=822.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 20176 0 0 0 82226 4 0 0 25 0 1 0 472097256 85213184 19892 33554432000 134512640 136057169 4287059520 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 20804 19892 183 378 0 20424 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 83216

[startup+882.307 s]
/proc/loadavg: 4.00 3.94 3.76 5/190 2496
/proc/meminfo: memFree=13630416/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=83640 CPUtime=882.31 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 20282 0 0 0 88227 4 0 0 25 0 1 0 472097256 85647360 19998 33554432000 134512640 136057169 4287059520 18446744073709551615 134618132 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 20910 19998 183 378 0 20530 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 83640

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.77 5/190 2498
/proc/meminfo: memFree=13628796/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=83640 CPUtime=942.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 20297 0 0 0 94226 4 0 0 25 0 1 0 472097256 85647360 20013 33554432000 134512640 136057169 4287059520 18446744073709551615 134756853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 20910 20013 183 378 0 20530 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 83640

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.78 5/190 2500
/proc/meminfo: memFree=13627292/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=84280 CPUtime=1002.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 20431 0 0 0 100226 4 0 0 25 0 1 0 472097256 86302720 20147 33554432000 134512640 136057169 4287059520 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 21070 20147 183 378 0 20690 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 84280

[startup+1062.3 s]
/proc/loadavg: 4.05 3.97 3.80 5/190 2502
/proc/meminfo: memFree=13620328/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=87688 CPUtime=1062.3 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 21337 0 0 0 106226 4 0 0 25 0 1 0 472097256 89792512 21053 33554432000 134512640 136057169 4287059520 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 21922 21053 183 378 0 21542 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 87688

[startup+1122.3 s]
/proc/loadavg: 4.02 3.97 3.81 5/190 2503
/proc/meminfo: memFree=13616080/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=88984 CPUtime=1122.31 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 21647 0 0 0 112226 5 0 0 25 0 1 0 472097256 91119616 21363 33554432000 134512640 136057169 4287059520 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 22246 21363 183 378 0 21866 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 88984

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 2504
/proc/meminfo: memFree=13614200/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=89696 CPUtime=1182.31 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 21800 0 0 0 118226 5 0 0 25 0 1 0 472097256 91848704 21516 33554432000 134512640 136057169 4287059520 18446744073709551615 134618476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 22424 21516 183 378 0 22044 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 89696

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.83 5/190 2506
/proc/meminfo: memFree=13611460/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=90124 CPUtime=1242.31 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 21894 0 0 0 124226 5 0 0 25 0 1 0 472097256 92286976 21610 33554432000 134512640 136057169 4287059520 18446744073709551615 134615638 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 22531 21610 183 378 0 22151 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 90124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.84 5/190 2508
/proc/meminfo: memFree=13610204/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=90512 CPUtime=1300.01 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 21989 0 0 0 129996 5 0 0 25 0 1 0 472097256 92684288 21705 33554432000 134512640 136057169 4287059520 18446744073709551615 134615609 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 22628 21705 183 378 0 22248 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 90512

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.02 3.99 3.84 5/190 2508
/proc/meminfo: memFree=13610204/32950928 swapFree=67111528/67111528
[pid=2442] ppid=2440 vsize=90512 CPUtime=1300.01 cores=0,2
/proc/2442/stat : 2442 (clasp) R 2440 2442 1669 0 -1 4202496 21989 0 0 0 129996 5 0 0 25 0 1 0 472097256 92684288 21705 33554432000 134512640 136057169 4287059520 18446744073709551615 134615609 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/2442/statm: 22628 21705 183 378 0 22248 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 90512

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.001
Max. virtual memory (cumulated for all children) (KiB): 90512

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= 21991
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= 15612

runsolver used 2.13967 second user time and 4.95525 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 02:29:46
IDJOB=3274581
IDBENCH=83903
IDSOLVER=1674
FILE ID=node126/3274581-1303604986
RUNJOBID= node126-1303604985-2430
PBS_JOBID= 13150616
Free space on /tmp= 71388 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274581-1303604986/watcher-3274581-1303604986 -o /tmp/evaluation-result-3274581-1303604986/solver-3274581-1303604986 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274581-1303604986.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=2130255887

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13934560 kB
Buffers:       1986140 kB
Cached:       16393272 kB
SwapCached:          0 kB
Active:        7655472 kB
Inactive:     10788276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13934560 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2832 kB
Writeback:           0 kB
AnonPages:       63900 kB
Mapped:          14500 kB
Slab:           507316 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191172 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= 71376 MiB
End job on node126 at 2011-04-24 02:51:28