Trace number 3274353

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.06 1300.01

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_360_u.cnf
MD5SUM4b70d66c676eba3660e2a5eff473f8e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.103
Satisfiable
(Un)Satisfiability was proved
Number of variables7920
Number of clauses14950
Sum of the clauses size44260
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590
Number of clauses of size 314360
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274353-1303602267/watcher-3274353-1303602267 -o /tmp/evaluation-result-3274353-1303602267/solver-3274353-1303602267 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274353-1303602267.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.42 3.84 3.03 4/189 4872
/proc/meminfo: memFree=20179808/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=3012 CPUtime=0 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 512 0 0 0 0 0 0 0 21 0 1 0 471826419 3084288 466 33554432000 134512640 136057169 4291171296 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 753 467 145 378 0 373 0

[startup+0.062291 s]
/proc/loadavg: 3.42 3.84 3.03 4/189 4872
/proc/meminfo: memFree=20179808/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=5392 CPUtime=0.05 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 1199 0 0 0 5 0 0 0 21 0 1 0 471826419 5521408 1092 33554432000 134512640 136057169 4291171296 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 1348 1093 171 378 0 968 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5392

[startup+0.100283 s]
/proc/loadavg: 3.42 3.84 3.03 4/189 4872
/proc/meminfo: memFree=20179808/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=5276 CPUtime=0.09 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 1251 0 0 0 9 0 0 0 21 0 1 0 471826419 5402624 1082 33554432000 134512640 136057169 4291171296 18446744073709551615 134613087 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 1319 1082 182 378 0 939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5276

[startup+0.300245 s]
/proc/loadavg: 3.42 3.84 3.03 4/189 4872
/proc/meminfo: memFree=20179808/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=5276 CPUtime=0.29 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 1266 0 0 0 29 0 0 0 22 0 1 0 471826419 5402624 1097 33554432000 134512640 136057169 4291171296 18446744073709551615 134823297 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 1319 1097 182 378 0 939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5276

[startup+0.700227 s]
/proc/loadavg: 3.42 3.84 3.03 4/189 4872
/proc/meminfo: memFree=20179808/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=6464 CPUtime=0.69 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 1552 0 0 0 69 0 0 0 24 0 1 0 471826419 6619136 1383 33554432000 134512640 136057169 4291171296 18446744073709551615 134612936 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 1616 1383 182 378 0 1236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6464

[startup+1.50102 s]
/proc/loadavg: 3.47 3.84 3.03 5/190 4873
/proc/meminfo: memFree=20170012/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=7288 CPUtime=1.49 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 1745 0 0 0 149 0 0 0 25 0 1 0 471826419 7462912 1576 33554432000 134512640 136057169 4291171296 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 1822 1576 182 378 0 1442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7288

[startup+3.10071 s]
/proc/loadavg: 3.47 3.84 3.03 5/190 4873
/proc/meminfo: memFree=20167036/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=8928 CPUtime=3.09 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 2162 0 0 0 309 0 0 0 25 0 1 0 471826419 9142272 1993 33554432000 134512640 136057169 4291171296 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 2232 1993 182 378 0 1852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8928

[startup+6.3001 s]
/proc/loadavg: 3.47 3.84 3.03 5/190 4873
/proc/meminfo: memFree=20158744/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=11024 CPUtime=6.29 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 2675 0 0 0 629 0 0 0 25 0 1 0 471826419 11288576 2506 33554432000 134512640 136057169 4291171296 18446744073709551615 134823944 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 2756 2506 182 378 0 2376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11024

[startup+12.7009 s]
/proc/loadavg: 3.55 3.84 3.04 6/190 4873
/proc/meminfo: memFree=20146796/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=13568 CPUtime=12.69 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 3283 0 0 0 1269 0 0 0 25 0 1 0 471826419 13893632 3114 33554432000 134512640 136057169 4291171296 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 3392 3114 182 378 0 3012 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13568

[startup+25.5005 s]
/proc/loadavg: 3.62 3.85 3.05 5/190 4874
/proc/meminfo: memFree=20133124/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=17860 CPUtime=25.49 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 4287 0 0 0 2549 0 0 0 25 0 1 0 471826419 18288640 4118 33554432000 134512640 136057169 4291171296 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 4465 4118 182 378 0 4085 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17860

[startup+51.1006 s]
/proc/loadavg: 3.75 3.86 3.08 5/190 4874
/proc/meminfo: memFree=20111020/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=22028 CPUtime=51.09 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 5264 0 0 0 5109 0 0 0 25 0 1 0 471826419 22556672 5095 33554432000 134512640 136057169 4291171296 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 5507 5095 182 378 0 5127 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22028

[startup+102.307 s]
/proc/loadavg: 3.90 3.88 3.13 5/190 4903
/proc/meminfo: memFree=20043588/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=29176 CPUtime=102.3 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 6975 0 0 0 10229 1 0 0 25 0 1 0 471826419 29876224 6806 33554432000 134512640 136057169 4291171296 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 7294 6806 182 378 0 6914 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 29176

[startup+162.3 s]
/proc/loadavg: 3.96 3.90 3.18 5/190 4904
/proc/meminfo: memFree=19989000/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=40388 CPUtime=162.29 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 9730 0 0 0 16228 1 0 0 25 0 1 0 471826419 41357312 9561 33554432000 134512640 136057169 4291171296 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 10097 9561 182 378 0 9717 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40388

[startup+222.301 s]
/proc/loadavg: 4.03 3.93 3.23 6/190 4906
/proc/meminfo: memFree=19964812/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=44380 CPUtime=222.3 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 10644 0 0 0 22229 1 0 0 25 0 1 0 471826419 45445120 10475 33554432000 134512640 136057169 4291171296 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 11095 10475 182 378 0 10715 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 44380

[startup+282.301 s]
/proc/loadavg: 4.09 3.96 3.29 5/190 4907
/proc/meminfo: memFree=19930700/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=46180 CPUtime=282.3 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 11179 0 0 0 28229 1 0 0 25 0 1 0 471826419 47288320 10943 33554432000 134512640 136057169 4291171296 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 11545 10943 182 378 0 11165 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 46180

[startup+342.301 s]
/proc/loadavg: 4.03 3.96 3.33 5/190 4909
/proc/meminfo: memFree=19917540/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=46832 CPUtime=342.3 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 11300 0 0 0 34229 1 0 0 25 0 1 0 471826419 47955968 11064 33554432000 134512640 136057169 4291171296 18446744073709551615 134618117 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 11708 11064 182 378 0 11328 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 46832

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.37 5/190 4911
/proc/meminfo: memFree=19902632/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=49864 CPUtime=402.3 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 11991 0 0 0 40229 1 0 0 25 0 1 0 471826419 51060736 11755 33554432000 134512640 136057169 4291171296 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 12466 11755 182 378 0 12086 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49864

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.40 5/190 4912
/proc/meminfo: memFree=19890216/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=51360 CPUtime=462.3 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 12357 0 0 0 46229 1 0 0 25 0 1 0 471826419 52592640 12121 33554432000 134512640 136057169 4291171296 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 12840 12121 182 378 0 12460 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 51360

[startup+522.301 s]
/proc/loadavg: 4.04 3.99 3.44 5/190 4914
/proc/meminfo: memFree=19880392/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=53608 CPUtime=522.3 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 12888 0 0 0 52229 1 0 0 25 0 1 0 471826419 54894592 12652 33554432000 134512640 136057169 4291171296 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 13402 12652 182 378 0 13022 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 53608

[startup+582.3 s]
/proc/loadavg: 4.01 3.99 3.47 5/190 4915
/proc/meminfo: memFree=19866244/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=63596 CPUtime=582.31 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 15221 0 0 0 58229 2 0 0 25 0 1 0 471826419 65122304 14985 33554432000 134512640 136057169 4291171296 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 15899 14985 182 378 0 15519 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 63596

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.50 5/190 4917
/proc/meminfo: memFree=19852572/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=72424 CPUtime=642.31 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 17308 0 0 0 64229 2 0 0 25 0 1 0 471826419 74162176 17072 33554432000 134512640 136057169 4291171296 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 18106 17072 182 378 0 17726 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 72424

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.53 5/190 4919
/proc/meminfo: memFree=19830112/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=75104 CPUtime=702.31 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 17992 0 0 0 70229 2 0 0 25 0 1 0 471826419 76906496 17756 33554432000 134512640 136057169 4291171296 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 18776 17756 182 378 0 18396 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 75104

[startup+762.307 s]
/proc/loadavg: 4.04 4.00 3.56 5/190 4920
/proc/meminfo: memFree=19814584/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=79860 CPUtime=762.32 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 19083 0 0 0 76230 2 0 0 25 0 1 0 471826419 81776640 18847 33554432000 134512640 136057169 4291171296 18446744073709551615 134613098 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 19965 18847 182 378 0 19585 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 79860

[startup+822.3 s]
/proc/loadavg: 4.06 4.01 3.59 5/190 4922
/proc/meminfo: memFree=19802288/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=82096 CPUtime=822.31 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 19594 0 0 0 82229 2 0 0 25 0 1 0 471826419 84066304 19358 33554432000 134512640 136057169 4291171296 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 20524 19358 182 378 0 20144 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 82096

[startup+882.301 s]
/proc/loadavg: 4.02 4.01 3.62 5/190 4923
/proc/meminfo: memFree=19793216/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=83536 CPUtime=882.32 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 19955 0 0 0 88230 2 0 0 25 0 1 0 471826419 85540864 19719 33554432000 134512640 136057169 4291171296 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 20884 19719 182 378 0 20504 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 83536

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.64 5/190 4925
/proc/meminfo: memFree=19782284/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=83776 CPUtime=942.33 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 20007 0 0 0 94230 3 0 0 25 0 1 0 471826419 85786624 19771 33554432000 134512640 136057169 4291171296 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 20944 19771 182 378 0 20564 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 83776

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.66 5/190 4936
/proc/meminfo: memFree=19769188/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=84152 CPUtime=1002.33 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 20090 0 0 0 100230 3 0 0 25 0 1 0 471826419 86171648 19854 33554432000 134512640 136057169 4291171296 18446744073709551615 134819601 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 21038 19854 182 378 0 20658 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 84152

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.68 5/190 4937
/proc/meminfo: memFree=19761600/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=84580 CPUtime=1062.33 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 20198 0 0 0 106230 3 0 0 25 0 1 0 471826419 86609920 19962 33554432000 134512640 136057169 4291171296 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 21145 19962 182 378 0 20765 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 84580

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.70 5/190 4939
/proc/meminfo: memFree=19739368/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=85632 CPUtime=1122.33 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 20424 0 0 0 112230 3 0 0 25 0 1 0 471826419 87687168 20188 33554432000 134512640 136057169 4291171296 18446744073709551615 134820186 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 21408 20188 182 378 0 21028 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 85632

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.71 6/190 4943
/proc/meminfo: memFree=19734028/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=85632 CPUtime=1182.34 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 20444 0 0 0 118231 3 0 0 25 0 1 0 471826419 87687168 20208 33554432000 134512640 136057169 4291171296 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 21408 20208 182 378 0 21028 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 85632

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.74 5/190 4945
/proc/meminfo: memFree=19713600/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=85788 CPUtime=1242.34 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 20469 0 0 0 124231 3 0 0 25 0 1 0 471826419 87846912 20233 33554432000 134512640 136057169 4291171296 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 21447 20233 182 378 0 21067 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 85788



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.96 3.73 3/178 4983
/proc/meminfo: memFree=19977172/32950928 swapFree=67111524/67111528
[pid=4872] ppid=4870 vsize=86328 CPUtime=1300.04 cores=4,6
/proc/4872/stat : 4872 (clasp) R 4870 4872 4557 0 -1 4202496 20564 0 0 0 130001 3 0 0 25 0 1 0 471826419 88399872 20328 33554432000 134512640 136057169 4291171296 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4872/statm: 21582 20328 182 378 0 21202 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 86328

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1300.02
CPU system time (s): 0.035994
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 86328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3169

runsolver used 2.05569 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-24 01:44:28
IDJOB=3274353
IDBENCH=83189
IDSOLVER=1674
FILE ID=node127/3274353-1303602267
RUNJOBID= node127-1303600950-4576
PBS_JOBID= 13150615
Free space on /tmp= 71232 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_360_u.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-3274353-1303602267/watcher-3274353-1303602267 -o /tmp/evaluation-result-3274353-1303602267/solver-3274353-1303602267 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274353-1303602267.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=1642561927

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20180088 kB
Buffers:       2386492 kB
Cached:        9702324 kB
SwapCached:          4 kB
Active:        8277896 kB
Inactive:      3945316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20180088 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12524 kB
Writeback:           0 kB
AnonPages:      134448 kB
Mapped:          17328 kB
Slab:           484148 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   314428 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= 71236 MiB
End job on node127 at 2011-04-24 02:06:10