Trace number 3275073

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) 5000.04 4999.92

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.99 1.74 2/177 26746
/proc/meminfo: memFree=14975000/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=2624 CPUtime=0 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 426 0 0 0 0 0 0 0 25 0 1 0 475325476 2686976 380 33554432000 134512640 136057169 4291063024 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 656 380 145 378 0 276 0

[startup+0.034854 s]
/proc/loadavg: 2.01 1.99 1.74 2/177 26746
/proc/meminfo: memFree=14975000/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=5676 CPUtime=0.03 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 1398 0 0 0 3 0 0 0 25 0 1 0 475325476 5812224 1159 33554432000 134512640 136057169 4291063024 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 1419 1159 145 378 0 1039 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5676

[startup+0.100833 s]
/proc/loadavg: 2.01 1.99 1.74 2/177 26746
/proc/meminfo: memFree=14975000/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=14508 CPUtime=0.09 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 4178 0 0 0 9 0 0 0 25 0 1 0 475325476 14856192 3244 33554432000 134512640 136057169 4291063024 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 3627 3247 163 378 0 3247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14508

[startup+0.300798 s]
/proc/loadavg: 2.01 1.99 1.74 2/177 26746
/proc/meminfo: memFree=14975000/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=15168 CPUtime=0.29 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 4375 0 0 0 29 0 0 0 25 0 1 0 475325476 15532032 3441 33554432000 134512640 136057169 4291063024 18446744073709551615 134774486 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 3792 3441 166 378 0 3412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15168

[startup+0.700726 s]
/proc/loadavg: 2.01 1.99 1.74 2/177 26746
/proc/meminfo: memFree=14975000/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=15168 CPUtime=0.69 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 4375 0 0 0 69 0 0 0 25 0 1 0 475325476 15532032 3441 33554432000 134512640 136057169 4291063024 18446744073709551615 134774493 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 3792 3441 166 378 0 3412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15168

[startup+1.50059 s]
/proc/loadavg: 2.01 1.99 1.74 3/178 26747
/proc/meminfo: memFree=14961600/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=17676 CPUtime=1.49 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 5003 0 0 0 149 0 0 0 25 0 1 0 475325476 18100224 4069 33554432000 134512640 136057169 4291063024 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 4419 4069 168 378 0 4039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17676

[startup+3.10033 s]
/proc/loadavg: 2.01 1.99 1.74 3/178 26747
/proc/meminfo: memFree=14959368/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=16440 CPUtime=3.09 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 5315 0 0 0 309 0 0 0 25 0 1 0 475325476 16834560 3859 33554432000 134512640 136057169 4291063024 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 4110 3859 182 378 0 3730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16440

[startup+6.30077 s]
/proc/loadavg: 2.01 1.99 1.74 3/178 26747
/proc/meminfo: memFree=14950684/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=29932 CPUtime=6.29 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 8689 0 0 0 628 1 0 0 25 0 1 0 475325476 30650368 7233 33554432000 134512640 136057169 4291063024 18446744073709551615 134823469 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 7483 7233 182 378 0 7103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29932

[startup+12.7006 s]
/proc/loadavg: 2.01 1.99 1.74 3/178 26747
/proc/meminfo: memFree=14923976/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=54292 CPUtime=12.69 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 14805 0 0 0 1267 2 0 0 25 0 1 0 475325476 55595008 13349 33554432000 134512640 136057169 4291063024 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 13573 13349 182 378 0 13193 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54292

[startup+25.5004 s]
/proc/loadavg: 2.01 1.99 1.75 3/178 26748
/proc/meminfo: memFree=14914168/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=62104 CPUtime=25.49 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 16706 0 0 0 2547 2 0 0 25 0 1 0 475325476 63594496 15250 33554432000 134512640 136057169 4291063024 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 15526 15250 182 378 0 15146 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62104

[startup+51.1009 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 26748
/proc/meminfo: memFree=14899584/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=76824 CPUtime=51.09 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 20381 0 0 0 5106 3 0 0 25 0 1 0 475325476 78667776 18925 33554432000 134512640 136057169 4291063024 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 19206 18925 182 378 0 18826 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76824

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.76 3/178 26750
/proc/meminfo: memFree=14886548/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=89928 CPUtime=102.3 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 23726 0 0 0 10226 4 0 0 25 0 1 0 475325476 92086272 22134 33554432000 134512640 136057169 4291063024 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 22482 22134 182 378 0 22102 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89928

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/178 26751
/proc/meminfo: memFree=14866796/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=108956 CPUtime=162.29 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 28479 0 0 0 16224 5 0 0 25 0 1 0 475325476 111570944 26887 33554432000 134512640 136057169 4291063024 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 27239 26887 182 378 0 26859 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108956

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.78 3/178 26753
/proc/meminfo: memFree=14851632/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=124560 CPUtime=222.3 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 32260 0 0 0 22224 6 0 0 25 0 1 0 475325476 127549440 30668 33554432000 134512640 136057169 4291063024 18446744073709551615 134828980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 31140 30668 182 378 0 30760 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 124560

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.79 3/178 26755
/proc/meminfo: memFree=14837828/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=137960 CPUtime=282.3 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 35596 0 0 0 28223 7 0 0 25 0 1 0 475325476 141271040 34004 33554432000 134512640 136057169 4291063024 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 34490 34004 182 378 0 34110 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 137960

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 26756
/proc/meminfo: memFree=14835696/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=138764 CPUtime=342.3 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 35789 0 0 0 34223 7 0 0 25 0 1 0 475325476 142094336 34197 33554432000 134512640 136057169 4291063024 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 34691 34197 182 378 0 34311 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138764

[startup+402.301 s]
/proc/loadavg: 2.07 2.00 1.82 3/178 26758
/proc/meminfo: memFree=14832684/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=138764 CPUtime=402.3 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 35795 0 0 0 40223 7 0 0 25 0 1 0 475325476 142094336 34203 33554432000 134512640 136057169 4291063024 18446744073709551615 134618398 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 34691 34203 182 378 0 34311 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138764

[startup+462.3 s]
/proc/loadavg: 2.09 2.02 1.83 3/178 26759
/proc/meminfo: memFree=14829052/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=141148 CPUtime=462.3 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 36382 0 0 0 46223 7 0 0 25 0 1 0 475325476 144535552 34790 33554432000 134512640 136057169 4291063024 18446744073709551615 134618479 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 35287 34790 182 378 0 34907 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 141148

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 1.84 3/178 26761
/proc/meminfo: memFree=14826168/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=143172 CPUtime=522.31 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 36792 0 0 0 52224 7 0 0 25 0 1 0 475325476 146608128 35200 33554432000 134512640 136057169 4291063024 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 35793 35200 182 378 0 35413 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 143172

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/178 26763
/proc/meminfo: memFree=14823900/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=144492 CPUtime=582.31 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 37094 0 0 0 58224 7 0 0 25 0 1 0 475325476 147959808 35502 33554432000 134512640 136057169 4291063024 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 36123 35502 182 378 0 35743 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 144492

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 26895
/proc/meminfo: memFree=14759936/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=266520 CPUtime=4062.4 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 66780 0 0 0 406224 16 0 0 25 0 1 0 475325476 272916480 64727 33554432000 134512640 136057169 4291063024 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 66630 64727 182 378 0 66250 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 266520

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 26897
/proc/meminfo: memFree=14756672/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=268740 CPUtime=4122.39 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 67317 0 0 0 412223 16 0 0 25 0 1 0 475325476 275189760 65264 33554432000 134512640 136057169 4291063024 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 67185 65264 182 378 0 66805 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 268740

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 26899
/proc/meminfo: memFree=14755148/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=269700 CPUtime=4182.39 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 67508 0 0 0 418223 16 0 0 25 0 1 0 475325476 276172800 65455 33554432000 134512640 136057169 4291063024 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 67425 65455 182 378 0 67045 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 269700

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 26900
/proc/meminfo: memFree=14748552/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=271340 CPUtime=4242.39 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 67914 0 0 0 424223 16 0 0 25 0 1 0 475325476 277852160 65861 33554432000 134512640 136057169 4291063024 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 67835 65861 182 378 0 67455 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 271340

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 26902
/proc/meminfo: memFree=14747264/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=272540 CPUtime=4302.39 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 68165 0 0 0 430223 16 0 0 25 0 1 0 475325476 279080960 66112 33554432000 134512640 136057169 4291063024 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 68135 66112 182 378 0 67755 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 272540

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 26903
/proc/meminfo: memFree=14746472/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=273108 CPUtime=4362.39 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 68275 0 0 0 436223 16 0 0 25 0 1 0 475325476 279662592 66222 33554432000 134512640 136057169 4291063024 18446744073709551615 134618504 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 68277 66222 182 378 0 67897 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 273108

[startup+4422.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 26905
/proc/meminfo: memFree=14744208/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=273784 CPUtime=4422.39 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 68455 0 0 0 442223 16 0 0 25 0 1 0 475325476 280354816 66402 33554432000 134512640 136057169 4291063024 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 68446 66402 182 378 0 68066 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 273784

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 26907
/proc/meminfo: memFree=14742664/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=273784 CPUtime=4482.39 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 68456 0 0 0 448223 16 0 0 25 0 1 0 475325476 280354816 66403 33554432000 134512640 136057169 4291063024 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 68446 66403 182 378 0 68066 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 273784

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26908
/proc/meminfo: memFree=14733336/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=283728 CPUtime=4542.4 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 71129 0 0 0 454223 17 0 0 25 0 1 0 475325476 290537472 68772 33554432000 134512640 136057169 4291063024 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 70932 68772 182 378 0 70552 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 283728

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26910
/proc/meminfo: memFree=14731212/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=285616 CPUtime=4602.41 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 71528 0 0 0 460224 17 0 0 25 0 1 0 475325476 292470784 69171 33554432000 134512640 136057169 4291063024 18446744073709551615 134618126 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 71404 69171 182 378 0 71024 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 285616

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26911
/proc/meminfo: memFree=14726580/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=289676 CPUtime=4662.4 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 72483 0 0 0 466223 17 0 0 25 0 1 0 475325476 296628224 70126 33554432000 134512640 136057169 4291063024 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 72419 70126 182 378 0 72039 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 289676

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26913
/proc/meminfo: memFree=14725048/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=291596 CPUtime=4722.41 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 72904 0 0 0 472224 17 0 0 25 0 1 0 475325476 298594304 70547 33554432000 134512640 136057169 4291063024 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 72899 70547 182 378 0 72519 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 291596

[startup+4782.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 26915
/proc/meminfo: memFree=14721416/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=294848 CPUtime=4782.4 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 73727 0 0 0 478223 17 0 0 25 0 1 0 475325476 301924352 71370 33554432000 134512640 136057169 4291063024 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 73712 71370 182 378 0 73332 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 294848

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 26916
/proc/meminfo: memFree=14719772/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=296184 CPUtime=4842.41 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 74025 0 0 0 484224 17 0 0 25 0 1 0 475325476 303292416 71668 33554432000 134512640 136057169 4291063024 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 74046 71668 182 378 0 73666 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 296184

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26918
/proc/meminfo: memFree=14718880/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=297124 CPUtime=4902.41 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 74208 0 0 0 490224 17 0 0 25 0 1 0 475325476 304254976 71851 33554432000 134512640 136057169 4291063024 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 74281 71851 182 378 0 73901 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 297124

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26919
/proc/meminfo: memFree=14718212/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=297548 CPUtime=4962.41 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 74295 0 0 0 496224 17 0 0 25 0 1 0 475325476 304689152 71938 33554432000 134512640 136057169 4291063024 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 74387 71938 182 378 0 74007 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 297548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26920
/proc/meminfo: memFree=14717092/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=298564 CPUtime=5000.01 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 74525 0 0 0 499984 17 0 0 25 0 1 0 475325476 305729536 72168 33554432000 134512640 136057169 4291063024 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 74641 72168 182 378 0 74261 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 298564

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 26920
/proc/meminfo: memFree=14717092/32951124 swapFree=67111524/67111528
[pid=26746] ppid=26744 vsize=298564 CPUtime=5000.01 cores=0,2,4,6
/proc/26746/stat : 26746 (clasp) R 26744 26746 26615 0 -1 4202496 74525 0 0 0 499984 17 0 0 25 0 1 0 475325476 305729536 72168 33554432000 134512640 136057169 4291063024 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26746/statm: 74641 72168 182 378 0 74261 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 298564

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 4999.85
CPU system time (s): 0.19197
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 298564

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

runsolver used 7.81781 second user time and 15.4167 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-24 11:27:55
IDJOB=3275073
IDBENCH=71385
IDSOLVER=1677
FILE ID=node136/3275073-1303637275
RUNJOBID= node136-1303635246-26633
PBS_JOBID= 13150712
Free space on /tmp= 72248 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.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-3275073-1303637275/watcher-3275073-1303637275 -o /tmp/evaluation-result-3275073-1303637275/solver-3275073-1303637275 -C 5000 -W 5000 -M 15500  HOME/clasp --file=HOME/instance-3275073-1303637275.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=1638336166

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14975156 kB
Buffers:       1702360 kB
Cached:       15557596 kB
SwapCached:          4 kB
Active:        9203388 kB
Inactive:      8209368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14975156 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5084 kB
Writeback:           0 kB
AnonPages:      151992 kB
Mapped:          15756 kB
Slab:           500328 kB
PageTables:       4548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   303036 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= 72252 MiB
End job on node136 at 2011-04-24 12:51:17