Trace number 3274287

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.05 1300.01

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
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 variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.94 4.00 3.13 3/188 22193
/proc/meminfo: memFree=18329948/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=2380 CPUtime=0 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 380 0 0 0 0 0 0 0 22 0 1 0 471823785 2437120 334 33554432000 134512640 136057169 4291149968 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 595 335 145 378 0 215 0

[startup+0.0759109 s]
/proc/loadavg: 3.94 4.00 3.13 3/188 22193
/proc/meminfo: memFree=18329948/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=6976 CPUtime=0.07 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 1613 0 0 0 7 0 0 0 22 0 1 0 471823785 7143424 1457 33554432000 134512640 136057169 4291149968 18446744073709551615 134774414 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 1744 1457 166 378 0 1364 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6976

[startup+0.100904 s]
/proc/loadavg: 3.94 4.00 3.13 3/188 22193
/proc/meminfo: memFree=18329948/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=6976 CPUtime=0.09 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 1613 0 0 0 9 0 0 0 22 0 1 0 471823785 7143424 1457 33554432000 134512640 136057169 4291149968 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 1744 1457 166 378 0 1364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6976

[startup+0.30088 s]
/proc/loadavg: 3.94 4.00 3.13 3/188 22193
/proc/meminfo: memFree=18329948/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=6976 CPUtime=0.29 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 1613 0 0 0 29 0 0 0 23 0 1 0 471823785 7143424 1457 33554432000 134512640 136057169 4291149968 18446744073709551615 134774640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 1744 1457 166 378 0 1364 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6976

[startup+0.700808 s]
/proc/loadavg: 3.94 4.00 3.13 3/188 22193
/proc/meminfo: memFree=18329948/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=8956 CPUtime=0.69 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 2107 0 0 0 69 0 0 0 25 0 1 0 471823785 9170944 1951 33554432000 134512640 136057169 4291149968 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 2239 1951 168 378 0 1859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8956

[startup+1.50066 s]
/proc/loadavg: 3.94 4.00 3.13 4/189 22194
/proc/meminfo: memFree=18319032/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=12256 CPUtime=1.49 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 2954 0 0 0 149 0 0 0 25 0 1 0 471823785 12550144 2798 33554432000 134512640 136057169 4291149968 18446744073709551615 134765699 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 3064 2798 168 378 0 2684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12256

[startup+3.10036 s]
/proc/loadavg: 3.94 4.00 3.13 4/189 22194
/proc/meminfo: memFree=18315064/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=20044 CPUtime=3.09 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 5070 0 0 0 309 0 0 0 25 0 1 0 471823785 20525056 4760 33554432000 134512640 136057169 4291149968 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 5011 4760 182 378 0 4631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20044

[startup+6.30078 s]
/proc/loadavg: 3.95 4.00 3.14 5/194 22204
/proc/meminfo: memFree=18280464/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=26796 CPUtime=6.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 6736 0 0 0 629 1 0 0 25 0 1 0 471823785 27439104 6426 33554432000 134512640 136057169 4291149968 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 6699 6426 182 378 0 6319 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 26796

[startup+12.7006 s]
/proc/loadavg: 3.95 4.00 3.14 5/194 22205
/proc/meminfo: memFree=18261100/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=33272 CPUtime=12.69 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 8340 0 0 0 1268 1 0 0 25 0 1 0 471823785 34070528 8030 33554432000 134512640 136057169 4291149968 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 8318 8030 182 378 0 7938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33272

[startup+25.5003 s]
/proc/loadavg: 3.96 4.00 3.15 5/194 22205
/proc/meminfo: memFree=18245856/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=39220 CPUtime=25.49 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 9804 0 0 0 2548 1 0 0 25 0 1 0 471823785 40161280 9494 33554432000 134512640 136057169 4291149968 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 9805 9494 182 378 0 9425 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39220

[startup+51.1006 s]
/proc/loadavg: 3.97 4.00 3.18 5/194 22206
/proc/meminfo: memFree=18222588/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=47424 CPUtime=51.09 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 11861 0 0 0 5108 1 0 0 25 0 1 0 471823785 48562176 11551 33554432000 134512640 136057169 4291149968 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 11856 11551 182 378 0 11476 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47424

[startup+102.306 s]
/proc/loadavg: 3.99 4.00 3.22 5/194 22207
/proc/meminfo: memFree=18186984/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=60856 CPUtime=102.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 15110 0 0 0 10227 3 0 0 25 0 1 0 471823785 62316544 14800 33554432000 134512640 136057169 4291149968 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 15214 14800 182 378 0 14834 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60856

[startup+162.3 s]
/proc/loadavg: 4.12 4.03 3.27 5/194 22209
/proc/meminfo: memFree=18168252/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=65920 CPUtime=162.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 16316 0 0 0 16227 3 0 0 25 0 1 0 471823785 67502080 16006 33554432000 134512640 136057169 4291149968 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 16480 16006 182 378 0 16100 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 65920

[startup+222.3 s]
/proc/loadavg: 4.04 4.02 3.31 5/194 22210
/proc/meminfo: memFree=18152232/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=71024 CPUtime=222.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 17522 0 0 0 22227 3 0 0 25 0 1 0 471823785 72728576 17212 33554432000 134512640 136057169 4291149968 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 17756 17212 182 378 0 17376 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 71024

[startup+282.301 s]
/proc/loadavg: 4.07 4.03 3.36 5/194 22212
/proc/meminfo: memFree=18129528/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=85880 CPUtime=282.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 21175 0 0 0 28226 4 0 0 25 0 1 0 471823785 87941120 20865 33554432000 134512640 136057169 4291149968 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 21470 20865 182 378 0 21090 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 85880

[startup+342.301 s]
/proc/loadavg: 4.02 4.02 3.40 5/194 22213
/proc/meminfo: memFree=18116368/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=85880 CPUtime=342.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 21192 0 0 0 34226 4 0 0 25 0 1 0 471823785 87941120 20882 33554432000 134512640 136057169 4291149968 18446744073709551615 134834180 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 21470 20882 182 378 0 21090 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 85880

[startup+402.301 s]
/proc/loadavg: 4.06 4.03 3.44 5/194 22215
/proc/meminfo: memFree=18099600/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=93376 CPUtime=402.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 22960 0 0 0 40226 4 0 0 25 0 1 0 471823785 95617024 22650 33554432000 134512640 136057169 4291149968 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 23344 22650 182 378 0 22964 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 93376

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.47 5/194 22217
/proc/meminfo: memFree=18089052/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=97120 CPUtime=462.3 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 23834 0 0 0 46226 4 0 0 25 0 1 0 471823785 99450880 23524 33554432000 134512640 136057169 4291149968 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 24280 23524 182 378 0 23900 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 97120

[startup+522.301 s]
/proc/loadavg: 4.04 4.03 3.50 5/194 22218
/proc/meminfo: memFree=18080108/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=101040 CPUtime=522.31 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 24753 0 0 0 52226 5 0 0 25 0 1 0 471823785 103464960 24443 33554432000 134512640 136057169 4291149968 18446744073709551615 134630512 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 25260 24443 182 378 0 24880 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 101040

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.53 5/194 22220
/proc/meminfo: memFree=18073528/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=103968 CPUtime=582.31 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 25420 0 0 0 58226 5 0 0 25 0 1 0 471823785 106463232 25110 33554432000 134512640 136057169 4291149968 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 25992 25110 182 378 0 25612 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 103968

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 3.56 5/194 22221
/proc/meminfo: memFree=18067688/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=105484 CPUtime=642.32 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 25723 0 0 0 64227 5 0 0 25 0 1 0 471823785 108015616 25413 33554432000 134512640 136057169 4291149968 18446744073709551615 134823828 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 26371 25413 182 378 0 25991 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 105484

[startup+702.3 s]
/proc/loadavg: 4.00 4.01 3.58 5/194 22223
/proc/meminfo: memFree=18059096/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=111084 CPUtime=702.31 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 27027 0 0 0 70226 5 0 0 25 0 1 0 471823785 113750016 26717 33554432000 134512640 136057169 4291149968 18446744073709551615 134618212 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 27771 26717 182 378 0 27391 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 111084

[startup+762.307 s]
/proc/loadavg: 4.04 4.02 3.61 5/194 22225
/proc/meminfo: memFree=18054124/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=111084 CPUtime=762.32 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 27035 0 0 0 76227 5 0 0 25 0 1 0 471823785 113750016 26725 33554432000 134512640 136057169 4291149968 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 27771 26725 182 378 0 27391 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 111084

[startup+822.3 s]
/proc/loadavg: 4.08 4.03 3.64 5/194 22226
/proc/meminfo: memFree=18043808/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=114500 CPUtime=822.31 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 27835 0 0 0 82226 5 0 0 25 0 1 0 471823785 117248000 27525 33554432000 134512640 136057169 4291149968 18446744073709551615 134831661 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 28625 27525 182 378 0 28245 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 114500

[startup+882.3 s]
/proc/loadavg: 4.03 4.03 3.66 5/194 22228
/proc/meminfo: memFree=18033880/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=118452 CPUtime=882.31 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 28806 0 0 0 88226 5 0 0 25 0 1 0 471823785 121294848 28496 33554432000 134512640 136057169 4291149968 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 29613 28496 182 378 0 29233 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 118452

[startup+942.301 s]
/proc/loadavg: 4.12 4.05 3.69 5/194 22229
/proc/meminfo: memFree=18027540/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=123016 CPUtime=942.31 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 29847 0 0 0 94226 5 0 0 25 0 1 0 471823785 125968384 29537 33554432000 134512640 136057169 4291149968 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 30754 29537 182 378 0 30374 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 123016

[startup+1002.3 s]
/proc/loadavg: 4.04 4.04 3.70 5/194 22240
/proc/meminfo: memFree=18016484/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=125608 CPUtime=1002.32 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 30416 0 0 0 100227 5 0 0 25 0 1 0 471823785 128622592 30106 33554432000 134512640 136057169 4291149968 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 31402 30106 182 378 0 31022 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 125608

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.72 5/194 22242
/proc/meminfo: memFree=18014000/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=126744 CPUtime=1062.33 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 30676 0 0 0 106227 6 0 0 25 0 1 0 471823785 129785856 30366 33554432000 134512640 136057169 4291149968 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 31686 30366 182 378 0 31306 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 126744

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/194 22243
/proc/meminfo: memFree=18008756/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=127956 CPUtime=1122.33 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 30955 0 0 0 112227 6 0 0 25 0 1 0 471823785 131026944 30645 33554432000 134512640 136057169 4291149968 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 31989 30645 182 378 0 31609 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 127956

[startup+1182.3 s]
/proc/loadavg: 3.43 3.86 3.70 4/188 22263
/proc/meminfo: memFree=18013184/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=128380 CPUtime=1182.33 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 31071 0 0 0 118227 6 0 0 25 0 1 0 471823785 131461120 30761 33554432000 134512640 136057169 4291149968 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 32095 30761 182 378 0 31715 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 128380

[startup+1242.3 s]
/proc/loadavg: 3.16 3.70 3.65 4/188 22267
/proc/meminfo: memFree=18003856/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=129256 CPUtime=1242.33 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 31294 0 0 0 124227 6 0 0 25 0 1 0 471823785 132358144 30984 33554432000 134512640 136057169 4291149968 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 32314 30984 182 378 0 31934 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 129256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.11 3.59 3.61 3/186 22270
/proc/meminfo: memFree=18095908/32951124 swapFree=67111528/67111528
[pid=22193] ppid=22191 vsize=130036 CPUtime=1300.04 cores=1,3
/proc/22193/stat : 22193 (clasp) R 22191 22193 21970 0 -1 4202496 31443 0 0 0 129998 6 0 0 25 0 1 0 471823785 133156864 31133 33554432000 134512640 136057169 4291149968 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22193/statm: 32509 31133 182 378 0 32129 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 130036

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.98
CPU system time (s): 0.068989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 130036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31446
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= 3
involuntary context switches= 2201

runsolver used 2.05769 second user time and 5.04923 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-24 01:44:19
IDJOB=3274287
IDBENCH=83167
IDSOLVER=1674
FILE ID=node133/3274287-1303602259
RUNJOBID= node133-1303600950-21990
PBS_JOBID= 13150609
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x14.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-3274287-1303602259/watcher-3274287-1303602259 -o /tmp/evaluation-result-3274287-1303602259/solver-3274287-1303602259 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274287-1303602259.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=158189955

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18330220 kB
Buffers:       2163552 kB
Cached:       11819252 kB
SwapCached:          0 kB
Active:        8388500 kB
Inactive:      5674180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18330220 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5956 kB
Writeback:           0 kB
AnonPages:       79340 kB
Mapped:          16608 kB
Slab:           495932 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   245712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71620 MiB
End job on node133 at 2011-04-24 02:06:01