Trace number 3276403

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.12 4999.95

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 31699
/proc/meminfo: memFree=13307520/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=2636 CPUtime=0 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 1 0 557430893 2699264 371 33554432000 134512640 136057169 4291324512 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 659 372 145 378 0 279 0

[startup+0.070363 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 31699
/proc/meminfo: memFree=13307520/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=9924 CPUtime=0.06 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 2753 0 0 0 6 0 0 0 25 0 1 0 557430893 10162176 2176 33554432000 134512640 136057169 4291324512 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 2481 2177 145 378 0 2101 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9924

[startup+0.100365 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 31699
/proc/meminfo: memFree=13307520/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=13304 CPUtime=0.09 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 3885 0 0 0 9 0 0 0 25 0 1 0 557430893 13623296 3004 33554432000 134512640 136057169 4291324512 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 3326 3005 145 378 0 2946 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13304

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 31699
/proc/meminfo: memFree=13307520/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=27208 CPUtime=0.29 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 8598 0 0 0 28 1 0 0 25 0 1 0 557430893 27860992 6144 33554432000 134512640 136057169 4291324512 18446744073709551615 134774416 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 6802 6144 167 378 0 6422 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27208

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 31699
/proc/meminfo: memFree=13307520/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=27208 CPUtime=0.69 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 8598 0 0 0 68 1 0 0 25 0 1 0 557430893 27860992 6144 33554432000 134512640 136057169 4291324512 18446744073709551615 134774422 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 6802 6144 167 378 0 6422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27208

[startup+1.5011 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 31700
/proc/meminfo: memFree=13283484/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=27208 CPUtime=1.49 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 8598 0 0 0 148 1 0 0 25 0 1 0 557430893 27860992 6144 33554432000 134512640 136057169 4291324512 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 6802 6144 167 378 0 6422 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27208

[startup+3.10079 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31700
/proc/meminfo: memFree=13283112/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=27208 CPUtime=3.09 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 8598 0 0 0 308 1 0 0 25 0 1 0 557430893 27860992 6144 33554432000 134512640 136057169 4291324512 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 6802 6144 167 378 0 6422 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27208

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 31700
/proc/meminfo: memFree=13285956/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=21676 CPUtime=6.29 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 9443 0 0 0 628 1 0 0 25 0 1 0 557430893 22196224 5201 33554432000 134512640 136057169 4291324512 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 5419 5201 183 378 0 5039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21676

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31700
/proc/meminfo: memFree=13244188/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=67144 CPUtime=12.7 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 20763 0 0 0 1267 3 0 0 25 0 1 0 557430893 68755456 16521 33554432000 134512640 136057169 4291324512 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 16786 16521 183 378 0 16406 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 67144

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31701
/proc/meminfo: memFree=13166944/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=140940 CPUtime=25.49 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 39094 0 0 0 2544 5 0 0 25 0 1 0 557430893 144322560 34852 33554432000 134512640 136057169 4291324512 18446744073709551615 134618421 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 35235 34852 183 378 0 34855 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140940

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31701
/proc/meminfo: memFree=13086400/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=217364 CPUtime=51.09 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 58210 0 0 0 5101 8 0 0 25 0 1 0 557430893 222580736 53832 33554432000 134512640 136057169 4291324512 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 54341 53832 183 378 0 53961 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 217364

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31703
/proc/meminfo: memFree=13014676/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=282812 CPUtime=102.3 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 74350 0 0 0 10219 11 0 0 25 0 1 0 557430893 289599488 69972 33554432000 134512640 136057169 4291324512 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 70703 69972 183 378 0 70323 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 282812

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31704
/proc/meminfo: memFree=13002872/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=296992 CPUtime=162.29 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 77703 0 0 0 16218 11 0 0 25 0 1 0 557430893 304119808 73325 33554432000 134512640 136057169 4291324512 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 74248 73325 183 378 0 73868 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 296992

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31706
/proc/meminfo: memFree=12967500/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=328932 CPUtime=222.3 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 85631 0 0 0 22218 12 0 0 25 0 1 0 557430893 336826368 81050 33554432000 134512640 136057169 4291324512 18446744073709551615 134634715 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 82233 81050 183 378 0 81853 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 328932

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 31708
/proc/meminfo: memFree=12878560/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=383296 CPUtime=282.3 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 99125 0 0 0 28215 15 0 0 25 0 1 0 557430893 392495104 94416 33554432000 134512640 136057169 4291324512 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 95824 94416 183 378 0 95444 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 383296

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31709
/proc/meminfo: memFree=12858688/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=392768 CPUtime=342.31 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 101218 0 0 0 34215 16 0 0 25 0 1 0 557430893 402194432 96509 33554432000 134512640 136057169 4291324512 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 98192 96509 183 378 0 97812 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 392768

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31711
/proc/meminfo: memFree=12843400/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=395440 CPUtime=402.31 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 101869 0 0 0 40215 16 0 0 25 0 1 0 557430893 404930560 97160 33554432000 134512640 136057169 4291324512 18446744073709551615 134618241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 98860 97160 183 378 0 98480 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 395440

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 31712
/proc/meminfo: memFree=12840268/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=396284 CPUtime=462.31 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 102105 0 0 0 46215 16 0 0 25 0 1 0 557430893 405794816 97396 33554432000 134512640 136057169 4291324512 18446744073709551615 134615641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 99071 97396 183 378 0 98691 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 396284

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 31714
/proc/meminfo: memFree=12837272/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=398928 CPUtime=522.31 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 102839 0 0 0 52215 16 0 0 25 0 1 0 557430893 408502272 98009 33554432000 134512640 136057169 4291324512 18446744073709551615 134823821 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 99732 98009 183 378 0 99352 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 398928

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 31716
/proc/meminfo: memFree=12832032/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=404016 CPUtime=582.31 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 104083 0 0 0 58215 16 0 0 25 0 1 0 557430893 413712384 99072 33554432000 134512640 136057169 4291324512 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 101004 99072 183 378 0 100624 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 404016

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.03 2.02 2.00 4/178 31820
/proc/meminfo: memFree=12235796/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=842548 CPUtime=4062.44 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 212791 0 0 0 406202 42 0 0 25 0 1 0 557430893 862769152 203820 33554432000 134512640 136057169 4291324512 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 210637 203820 183 378 0 210257 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 842548

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 31822
/proc/meminfo: memFree=12231180/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=844084 CPUtime=4122.44 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 213181 0 0 0 412202 42 0 0 25 0 1 0 557430893 864342016 204210 33554432000 134512640 136057169 4291324512 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 211021 204210 183 378 0 210641 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 844084

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/178 31824
/proc/meminfo: memFree=12228808/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=846660 CPUtime=4182.44 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 213969 0 0 0 418202 42 0 0 25 0 1 0 557430893 866979840 204795 33554432000 134512640 136057169 4291324512 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 211665 204795 183 378 0 211285 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 846660

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31825
/proc/meminfo: memFree=12226416/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=846660 CPUtime=4242.44 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 213995 0 0 0 424202 42 0 0 25 0 1 0 557430893 866979840 204821 33554432000 134512640 136057169 4291324512 18446744073709551615 134618170 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 211665 204821 183 378 0 211285 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 846660

[startup+4302.3 s]
/proc/loadavg: 1.56 1.89 1.96 2/172 31845
/proc/meminfo: memFree=12846720/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=846660 CPUtime=4302.44 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 214010 0 0 0 430202 42 0 0 25 0 1 0 557430893 866979840 204836 33554432000 134512640 136057169 4291324512 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 211665 204836 183 378 0 211285 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 846660

[startup+4362.3 s]
/proc/loadavg: 1.20 1.72 1.90 2/172 31846
/proc/meminfo: memFree=12846680/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=846660 CPUtime=4362.45 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 214010 0 0 0 436203 42 0 0 25 0 1 0 557430893 866979840 204836 33554432000 134512640 136057169 4291324512 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 211665 204836 183 378 0 211285 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 846660

[startup+4422.3 s]
/proc/loadavg: 1.07 1.59 1.84 2/172 31848
/proc/meminfo: memFree=12844672/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=848828 CPUtime=4422.45 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 214836 0 0 0 442203 42 0 0 25 0 1 0 557430893 869199872 205300 33554432000 134512640 136057169 4291324512 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 212207 205300 183 378 0 211827 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 848828

[startup+4482.3 s]
/proc/loadavg: 1.02 1.48 1.79 2/172 31850
/proc/meminfo: memFree=12843148/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=850636 CPUtime=4482.45 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 215480 0 0 0 448203 42 0 0 25 0 1 0 557430893 871051264 205763 33554432000 134512640 136057169 4291324512 18446744073709551615 134809421 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 212659 205763 183 378 0 212279 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 850636

[startup+4542.3 s]
/proc/loadavg: 1.01 1.39 1.73 2/172 31851
/proc/meminfo: memFree=12843368/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=850636 CPUtime=4542.45 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 215487 0 0 0 454203 42 0 0 25 0 1 0 557430893 871051264 205770 33554432000 134512640 136057169 4291324512 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 212659 205770 183 378 0 212279 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 850636

[startup+4602.3 s]
/proc/loadavg: 1.00 1.32 1.68 2/172 31853
/proc/meminfo: memFree=12842584/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=851360 CPUtime=4602.46 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 215652 0 0 0 460204 42 0 0 25 0 1 0 557430893 871792640 205935 33554432000 134512640 136057169 4291324512 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 212840 205935 183 378 0 212460 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 851360

[startup+4662.3 s]
/proc/loadavg: 1.00 1.26 1.64 2/172 31854
/proc/meminfo: memFree=12842556/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=851360 CPUtime=4662.45 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 215670 0 0 0 466203 42 0 0 25 0 1 0 557430893 871792640 205953 33554432000 134512640 136057169 4291324512 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 212840 205953 183 378 0 212460 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 851360

[startup+4722.31 s]
/proc/loadavg: 1.00 1.21 1.60 2/172 31856
/proc/meminfo: memFree=12842520/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=851360 CPUtime=4722.46 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 215687 0 0 0 472204 42 0 0 25 0 1 0 557430893 871792640 205970 33554432000 134512640 136057169 4291324512 18446744073709551615 134819879 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 212840 205970 183 378 0 212460 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 851360

[startup+4782.3 s]
/proc/loadavg: 1.00 1.17 1.56 2/172 31858
/proc/meminfo: memFree=12841996/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=852084 CPUtime=4782.46 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 215864 0 0 0 478204 42 0 0 25 0 1 0 557430893 872534016 206147 33554432000 134512640 136057169 4291324512 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 213021 206147 183 378 0 212641 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 852084

[startup+4842.3 s]
/proc/loadavg: 1.00 1.13 1.52 2/172 31859
/proc/meminfo: memFree=12840592/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=853892 CPUtime=4842.46 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 216399 0 0 0 484204 42 0 0 25 0 1 0 557430893 874385408 206501 33554432000 134512640 136057169 4291324512 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 213473 206501 183 378 0 213093 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 853892

[startup+4902.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/172 31861
/proc/meminfo: memFree=12839072/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=855700 CPUtime=4902.46 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 217001 0 0 0 490204 42 0 0 25 0 1 0 557430893 876236800 206922 33554432000 134512640 136057169 4291324512 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 213925 206922 183 378 0 213545 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 855700

[startup+4962.3 s]
/proc/loadavg: 1.00 1.08 1.45 2/172 31862
/proc/meminfo: memFree=12836436/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=858596 CPUtime=4962.47 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 217645 0 0 0 496204 43 0 0 25 0 1 0 557430893 879202304 207566 33554432000 134512640 136057169 4291324512 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 214649 207566 183 378 0 214269 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 858596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.07 1.43 2/172 31863
/proc/meminfo: memFree=12835784/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=859680 CPUtime=5000.08 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 218011 0 0 0 499965 43 0 0 25 0 1 0 557430893 880312320 207751 33554432000 134512640 136057169 4291324512 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 214920 207751 183 378 0 214540 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 859680

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: 1.00 1.07 1.43 2/172 31863
/proc/meminfo: memFree=12835784/32950928 swapFree=67111528/67111528
[pid=31699] ppid=31697 vsize=859680 CPUtime=5000.08 cores=1,3,5,7
/proc/31699/stat : 31699 (clasp) R 31697 31699 31349 0 -1 4202496 218011 0 0 0 499965 43 0 0 25 0 1 0 557430893 880312320 207751 33554432000 134512640 136057169 4291324512 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31699/statm: 214920 207751 183 378 0 214540 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 859680

Child status: 0
Real time (s): 4999.95
CPU time (s): 5000.12
CPU user time (s): 4999.65
CPU system time (s): 0.470928
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 859680

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

runsolver used 7.54085 second user time and 19.0571 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-24 21:06:42
IDJOB=3276403
IDBENCH=88226
IDSOLVER=1677
FILE ID=node114/3276403-1303672002
RUNJOBID= node114-1303671269-31625
PBS_JOBID= 13150753
Free space on /tmp= 71692 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.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-3276403-1303672002/watcher-3276403-1303672002 -o /tmp/evaluation-result-3276403-1303672002/solver-3276403-1303672002 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276403-1303672002.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=2139662132

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      13307668 kB
Buffers:       2306684 kB
Cached:       16329560 kB
SwapCached:          0 kB
Active:        9659988 kB
Inactive:      9395328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13307668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8172 kB
Writeback:           0 kB
AnonPages:      418584 kB
Mapped:          15756 kB
Slab:           524108 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   570536 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= 71696 MiB
End job on node114 at 2011-04-24 22:30:04