Trace number 3276143

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 5000.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.180971
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3276143-1303665820/watcher-3276143-1303665820 -o /tmp/evaluation-result-3276143-1303665820/solver-3276143-1303665820 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276143-1303665820.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): 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: 1.92 1.98 1.96 2/175 22842
/proc/meminfo: memFree=18657672/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=2364 CPUtime=0 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 478181681 2420736 319 33554432000 134512640 136057169 4289426944 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 591 319 145 378 0 211 0

[startup+0.0572739 s]
/proc/loadavg: 1.92 1.98 1.96 2/175 22842
/proc/meminfo: memFree=18657672/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=3416 CPUtime=0.05 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 673 0 0 0 5 0 0 0 25 0 1 0 478181681 3497984 622 33554432000 134512640 136057169 4289426944 18446744073709551615 134627705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 854 622 170 378 0 474 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3416

[startup+0.100267 s]
/proc/loadavg: 1.92 1.98 1.96 2/175 22842
/proc/meminfo: memFree=18657672/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=3416 CPUtime=0.09 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 685 0 0 0 9 0 0 0 25 0 1 0 478181681 3497984 634 33554432000 134512640 136057169 4289426944 18446744073709551615 134823758 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 854 634 182 378 0 474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3416

[startup+0.300236 s]
/proc/loadavg: 1.92 1.98 1.96 2/175 22842
/proc/meminfo: memFree=18657672/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=4868 CPUtime=0.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 1018 0 0 0 29 0 0 0 25 0 1 0 478181681 4984832 967 33554432000 134512640 136057169 4289426944 18446744073709551615 134828286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 1217 968 182 378 0 837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4868

[startup+0.701165 s]
/proc/loadavg: 1.92 1.98 1.96 2/175 22842
/proc/meminfo: memFree=18657672/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=5948 CPUtime=0.69 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 1305 0 0 0 69 0 0 0 25 0 1 0 478181681 6090752 1254 33554432000 134512640 136057169 4289426944 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 1487 1254 182 378 0 1107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5948

[startup+1.50103 s]
/proc/loadavg: 1.92 1.98 1.96 3/176 22843
/proc/meminfo: memFree=18653200/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=7268 CPUtime=1.49 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 1628 0 0 0 149 0 0 0 25 0 1 0 478181681 7442432 1577 33554432000 134512640 136057169 4289426944 18446744073709551615 134823736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 1817 1577 182 378 0 1437 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7268

[startup+3.10075 s]
/proc/loadavg: 1.92 1.98 1.96 3/176 22843
/proc/meminfo: memFree=18650348/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=10832 CPUtime=3.09 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 2530 0 0 0 309 0 0 0 25 0 1 0 478181681 11091968 2479 33554432000 134512640 136057169 4289426944 18446744073709551615 134828295 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 2708 2479 182 378 0 2328 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10832

[startup+6.30017 s]
/proc/loadavg: 1.93 1.98 1.96 3/176 22843
/proc/meminfo: memFree=18647732/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=11240 CPUtime=6.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 2610 0 0 0 629 0 0 0 25 0 1 0 478181681 11509760 2559 33554432000 134512640 136057169 4289426944 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 2810 2559 182 378 0 2430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11240

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.96 3/176 22843
/proc/meminfo: memFree=18641896/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=17528 CPUtime=12.69 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 4148 0 0 0 1269 0 0 0 25 0 1 0 478181681 17948672 4097 33554432000 134512640 136057169 4289426944 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 4382 4097 182 378 0 4002 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17528

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 1.96 3/176 22843
/proc/meminfo: memFree=18635200/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=23704 CPUtime=25.49 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 5683 0 0 0 2549 0 0 0 25 0 1 0 478181681 24272896 5632 33554432000 134512640 136057169 4289426944 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 5926 5632 182 378 0 5546 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23704

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.96 3/176 22844
/proc/meminfo: memFree=18626964/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=32004 CPUtime=51.09 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 7741 0 0 0 5108 1 0 0 25 0 1 0 478181681 32772096 7678 33554432000 134512640 136057169 4289426944 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 8001 7678 182 378 0 7621 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32004

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.96 3/176 22846
/proc/meminfo: memFree=18615548/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=43140 CPUtime=102.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 10490 0 0 0 10228 1 0 0 25 0 1 0 478181681 44175360 10419 33554432000 134512640 136057169 4289426944 18446744073709551615 134615638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 10785 10419 182 378 0 10405 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 43140

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/176 22847
/proc/meminfo: memFree=18610340/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=48488 CPUtime=162.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 11830 0 0 0 16228 1 0 0 25 0 1 0 478181681 49651712 11670 33554432000 134512640 136057169 4289426944 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 12122 11670 182 378 0 11742 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 48488

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.96 3/176 22848
/proc/meminfo: memFree=18601024/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=58132 CPUtime=222.3 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 14207 0 0 0 22228 2 0 0 25 0 1 0 478181681 59527168 14047 33554432000 134512640 136057169 4289426944 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 14533 14047 182 378 0 14153 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 58132

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/176 22850
/proc/meminfo: memFree=18594944/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=64480 CPUtime=282.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 15755 0 0 0 28227 2 0 0 25 0 1 0 478181681 66027520 15559 33554432000 134512640 136057169 4289426944 18446744073709551615 134813038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 16120 15559 182 378 0 15740 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 64480

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/176 22852
/proc/meminfo: memFree=18586876/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=72468 CPUtime=342.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 17755 0 0 0 34227 2 0 0 25 0 1 0 478181681 74207232 17518 33554432000 134512640 136057169 4289426944 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 18117 17518 182 378 0 17737 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 72468

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/176 22853
/proc/meminfo: memFree=18580040/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=79424 CPUtime=402.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 19521 0 0 0 40227 2 0 0 25 0 1 0 478181681 81330176 19257 33554432000 134512640 136057169 4289426944 18446744073709551615 134820192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 19856 19257 182 378 0 19476 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 79424

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/176 22855
/proc/meminfo: memFree=18578048/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=81292 CPUtime=462.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 19993 0 0 0 46227 2 0 0 25 0 1 0 478181681 83243008 19729 33554432000 134512640 136057169 4289426944 18446744073709551615 134615609 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 20323 19729 182 378 0 19943 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 81292

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.96 3/176 22856
/proc/meminfo: memFree=18569484/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=90236 CPUtime=522.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 22193 0 0 0 52226 3 0 0 25 0 1 0 478181681 92401664 21929 33554432000 134512640 136057169 4289426944 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 22559 21929 182 378 0 22179 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 90236

[startup+582.3 s]
/proc/loadavg: 2.04 2.00 1.97 3/176 22858
/proc/meminfo: memFree=18566996/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=92640 CPUtime=582.29 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 22738 0 0 0 58226 3 0 0 25 0 1 0 478181681 94863360 22474 33554432000 134512640 136057169 4289426944 18446744073709551615 134823736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 23160 22474 182 378 0 22780 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 92640

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/170 22981
/proc/meminfo: memFree=18500968/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=217180 CPUtime=4062.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 51159 0 0 0 406224 7 0 0 25 0 1 0 478181681 222392320 50464 33554432000 134512640 136057169 4289426944 18446744073709551615 134813028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 54295 50464 182 378 0 53915 0
Current children cumulated CPU time (s) 4062.31
Current children cumulated vsize (KiB) 217180

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/170 22982
/proc/meminfo: memFree=18498096/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=220688 CPUtime=4122.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 51978 0 0 0 412224 7 0 0 25 0 1 0 478181681 225984512 51202 33554432000 134512640 136057169 4289426944 18446744073709551615 134828299 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 55172 51202 182 378 0 54792 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 220688

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/170 22984
/proc/meminfo: memFree=18495476/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=223712 CPUtime=4182.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 52659 0 0 0 418224 7 0 0 25 0 1 0 478181681 229081088 51883 33554432000 134512640 136057169 4289426944 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 55928 51883 182 378 0 55548 0
Current children cumulated CPU time (s) 4182.31
Current children cumulated vsize (KiB) 223712

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/170 22986
/proc/meminfo: memFree=18493980/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=225452 CPUtime=4242.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 53040 0 0 0 424224 7 0 0 25 0 1 0 478181681 230862848 52264 33554432000 134512640 136057169 4289426944 18446744073709551615 134813059 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 56363 52264 182 378 0 55983 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 225452

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/170 22987
/proc/meminfo: memFree=18493344/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=226520 CPUtime=4302.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 53264 0 0 0 430224 7 0 0 25 0 1 0 478181681 231956480 52488 33554432000 134512640 136057169 4289426944 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 56630 52488 182 378 0 56250 0
Current children cumulated CPU time (s) 4302.31
Current children cumulated vsize (KiB) 226520

[startup+4362.3 s]
/proc/loadavg: 1.04 1.01 1.05 2/170 22989
/proc/meminfo: memFree=18492716/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=227372 CPUtime=4362.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 53420 0 0 0 436223 8 0 0 25 0 1 0 478181681 232828928 52644 33554432000 134512640 136057169 4289426944 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 56843 52644 182 378 0 56463 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 227372

[startup+4422.3 s]
/proc/loadavg: 1.01 1.01 1.04 2/170 22990
/proc/meminfo: memFree=18491340/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=228868 CPUtime=4422.32 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 53737 0 0 0 442224 8 0 0 25 0 1 0 478181681 234360832 52961 33554432000 134512640 136057169 4289426944 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 57217 52961 182 378 0 56837 0
Current children cumulated CPU time (s) 4422.32
Current children cumulated vsize (KiB) 228868

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/170 22992
/proc/meminfo: memFree=18489468/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=231248 CPUtime=4482.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 54227 0 0 0 448223 8 0 0 25 0 1 0 478181681 236797952 53451 33554432000 134512640 136057169 4289426944 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 57812 53451 182 378 0 57432 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 231248

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/170 22994
/proc/meminfo: memFree=18488340/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=232528 CPUtime=4542.32 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 54494 0 0 0 454224 8 0 0 25 0 1 0 478181681 238108672 53718 33554432000 134512640 136057169 4289426944 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 58132 53718 182 378 0 57752 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 232528

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/170 22995
/proc/meminfo: memFree=18486592/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=234344 CPUtime=4602.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 54872 0 0 0 460223 8 0 0 25 0 1 0 478181681 239968256 54096 33554432000 134512640 136057169 4289426944 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 58586 54096 182 378 0 58206 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 234344

[startup+4662.31 s]
/proc/loadavg: 1.00 1.00 1.02 2/170 22997
/proc/meminfo: memFree=18484968/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=236192 CPUtime=4662.32 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 55265 0 0 0 466224 8 0 0 25 0 1 0 478181681 241860608 54489 33554432000 134512640 136057169 4289426944 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 59048 54489 182 378 0 58668 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 236192

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/170 22998
/proc/meminfo: memFree=18483844/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=238004 CPUtime=4722.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 55678 0 0 0 472223 8 0 0 25 0 1 0 478181681 243716096 54902 33554432000 134512640 136057169 4289426944 18446744073709551615 134613054 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 59501 54902 182 378 0 59121 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 238004

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 23000
/proc/meminfo: memFree=18483092/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=238324 CPUtime=4782.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 55763 0 0 0 478223 8 0 0 25 0 1 0 478181681 244043776 54987 33554432000 134512640 136057169 4289426944 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 59581 54987 182 378 0 59201 0
Current children cumulated CPU time (s) 4782.31
Current children cumulated vsize (KiB) 238324

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 23002
/proc/meminfo: memFree=18481840/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=240032 CPUtime=4842.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 56118 0 0 0 484223 8 0 0 25 0 1 0 478181681 245792768 55342 33554432000 134512640 136057169 4289426944 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 60008 55342 182 378 0 59628 0
Current children cumulated CPU time (s) 4842.31
Current children cumulated vsize (KiB) 240032

[startup+4902.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/170 23004
/proc/meminfo: memFree=18481216/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=240672 CPUtime=4902.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 56270 0 0 0 490223 8 0 0 25 0 1 0 478181681 246448128 55494 33554432000 134512640 136057169 4289426944 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 60168 55494 182 378 0 59788 0
Current children cumulated CPU time (s) 4902.31
Current children cumulated vsize (KiB) 240672

[startup+4962.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/170 23005
/proc/meminfo: memFree=18480344/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=241632 CPUtime=4962.31 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 56474 0 0 0 496223 8 0 0 25 0 1 0 478181681 247431168 55698 33554432000 134512640 136057169 4289426944 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 60408 55698 182 378 0 60028 0
Current children cumulated CPU time (s) 4962.31
Current children cumulated vsize (KiB) 241632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.01 s]
/proc/loadavg: 1.01 1.00 1.00 2/170 23006
/proc/meminfo: memFree=18479720/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=242272 CPUtime=5000.02 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 56587 0 0 0 499994 8 0 0 25 0 1 0 478181681 248086528 55811 33554432000 134512640 136057169 4289426944 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 60568 55811 182 378 0 60188 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 242272

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

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

[startup+5000.01 s]
/proc/loadavg: 1.01 1.00 1.00 2/170 23006
/proc/meminfo: memFree=18479720/32951132 swapFree=67111528/67111528
[pid=22842] ppid=22840 vsize=242272 CPUtime=5000.02 cores=0,2,4,6
/proc/22842/stat : 22842 (clasp) R 22840 22842 21178 0 -1 4202496 56587 0 0 0 499994 8 0 0 25 0 1 0 478181681 248086528 55811 33554432000 134512640 136057169 4289426944 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22842/statm: 60568 55811 182 378 0 60188 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 242272

Child status: 0
Real time (s): 5000.02
CPU time (s): 5000.04
CPU user time (s): 4999.95
CPU system time (s): 0.094985
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 242272

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

runsolver used 7.30889 second user time and 15.8726 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-24 19:23:40
IDJOB=3276143
IDBENCH=85618
IDSOLVER=1677
FILE ID=node131/3276143-1303665820
RUNJOBID= node131-1303660817-22555
PBS_JOBID= 13150717
Free space on /tmp= 72140 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.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-3276143-1303665820/watcher-3276143-1303665820 -o /tmp/evaluation-result-3276143-1303665820/solver-3276143-1303665820 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276143-1303665820.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=292005256

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      18657820 kB
Buffers:        998356 kB
Cached:       12672372 kB
SwapCached:          0 kB
Active:        4303312 kB
Inactive:      9477336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18657820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2332 kB
Writeback:          32 kB
AnonPages:      109748 kB
Mapped:          16076 kB
Slab:           451052 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   254556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72140 MiB
End job on node131 at 2011-04-24 20:47:02