Trace number 3274368

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

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_361_s.cnf
MD5SUM6e5ac2b9425e98989eedf4cf638bde54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark170.249
Satisfiable
(Un)Satisfiability was proved
Number of variables7942
Number of clauses14991
Sum of the clauses size44382
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2591
Number of clauses of size 314400
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-3274368-1303602270/watcher-3274368-1303602270 -o /tmp/evaluation-result-3274368-1303602270/solver-3274368-1303602270 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274368-1303602270.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.50 3.83 3.04 6/189 1983
/proc/meminfo: memFree=13804628/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=2544 CPUtime=0 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 416 0 0 0 0 0 0 0 24 0 1 0 471825713 2605056 370 33554432000 134512640 136057169 4290944640 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 636 371 145 378 0 256 0

[startup+0.0723701 s]
/proc/loadavg: 3.50 3.83 3.04 6/189 1983
/proc/meminfo: memFree=13804628/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=5280 CPUtime=0.06 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 1257 0 0 0 6 0 0 0 24 0 1 0 471825713 5406720 1086 33554432000 134512640 136057169 4290944640 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 1320 1086 181 378 0 940 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5280

[startup+0.10036 s]
/proc/loadavg: 3.50 3.83 3.04 6/189 1983
/proc/meminfo: memFree=13804628/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=5280 CPUtime=0.09 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 1259 0 0 0 9 0 0 0 24 0 1 0 471825713 5406720 1088 33554432000 134512640 136057169 4290944640 18446744073709551615 135442174 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 1320 1088 182 378 0 940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5280

[startup+0.300283 s]
/proc/loadavg: 3.50 3.83 3.04 6/189 1983
/proc/meminfo: memFree=13804628/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=5412 CPUtime=0.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 1272 0 0 0 29 0 0 0 25 0 1 0 471825713 5541888 1101 33554432000 134512640 136057169 4290944640 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 1353 1101 182 378 0 973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5412

[startup+0.700214 s]
/proc/loadavg: 3.50 3.83 3.04 6/189 1983
/proc/meminfo: memFree=13804628/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=6072 CPUtime=0.69 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 1444 0 0 0 69 0 0 0 25 0 1 0 471825713 6217728 1273 33554432000 134512640 136057169 4290944640 18446744073709551615 134618321 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 1518 1273 182 378 0 1138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6072

[startup+1.50107 s]
/proc/loadavg: 3.50 3.83 3.04 5/190 1984
/proc/meminfo: memFree=13797188/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=7144 CPUtime=1.49 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 1727 0 0 0 149 0 0 0 25 0 1 0 471825713 7315456 1556 33554432000 134512640 136057169 4290944640 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 1786 1556 182 378 0 1406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7144

[startup+3.10075 s]
/proc/loadavg: 3.50 3.83 3.04 5/190 1984
/proc/meminfo: memFree=13792848/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=9328 CPUtime=3.09 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 2270 0 0 0 309 0 0 0 25 0 1 0 471825713 9551872 2099 33554432000 134512640 136057169 4290944640 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 2332 2099 182 378 0 1952 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9328

[startup+6.30028 s]
/proc/loadavg: 3.54 3.83 3.04 5/190 1985
/proc/meminfo: memFree=13780100/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=12568 CPUtime=6.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 3045 0 0 0 629 0 0 0 25 0 1 0 471825713 12869632 2874 33554432000 134512640 136057169 4290944640 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 3142 2874 182 378 0 2762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12568

[startup+12.7001 s]
/proc/loadavg: 3.57 3.84 3.05 5/190 1985
/proc/meminfo: memFree=13759632/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=13872 CPUtime=12.69 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 3381 0 0 0 1269 0 0 0 25 0 1 0 471825713 14204928 3210 33554432000 134512640 136057169 4290944640 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 3468 3210 182 378 0 3088 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13872

[startup+25.501 s]
/proc/loadavg: 3.67 3.84 3.06 5/190 2012
/proc/meminfo: memFree=13725092/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=19108 CPUtime=25.49 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 4613 0 0 0 2548 1 0 0 25 0 1 0 471825713 19566592 4442 33554432000 134512640 136057169 4290944640 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 4777 4442 182 378 0 4397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19108

[startup+51.1007 s]
/proc/loadavg: 3.78 3.85 3.09 5/190 2013
/proc/meminfo: memFree=13695188/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=25736 CPUtime=51.09 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 6234 0 0 0 5108 1 0 0 25 0 1 0 471825713 26353664 6063 33554432000 134512640 136057169 4290944640 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 6434 6063 182 378 0 6054 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25736

[startup+102.307 s]
/proc/loadavg: 3.90 3.87 3.13 5/190 2015
/proc/meminfo: memFree=13494724/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=30552 CPUtime=102.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 7420 0 0 0 10228 1 0 0 25 0 1 0 471825713 31285248 7249 33554432000 134512640 136057169 4290944640 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 7638 7249 182 378 0 7258 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 30552

[startup+162.301 s]
/proc/loadavg: 3.96 3.89 3.19 5/190 2016
/proc/meminfo: memFree=13423156/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=36180 CPUtime=162.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 8749 0 0 0 16227 2 0 0 25 0 1 0 471825713 37048320 8578 33554432000 134512640 136057169 4290944640 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 9045 8578 182 378 0 8665 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36180

[startup+222.301 s]
/proc/loadavg: 4.02 3.92 3.24 5/190 2017
/proc/meminfo: memFree=13378752/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=40492 CPUtime=222.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 9802 0 0 0 22227 2 0 0 25 0 1 0 471825713 41463808 9631 33554432000 134512640 136057169 4290944640 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 10123 9631 182 378 0 9743 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 40492

[startup+282.301 s]
/proc/loadavg: 4.00 3.94 3.28 5/190 2019
/proc/meminfo: memFree=13321932/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=42648 CPUtime=282.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 10323 0 0 0 28227 2 0 0 25 0 1 0 471825713 43671552 10152 33554432000 134512640 136057169 4290944640 18446744073709551615 134630512 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 10662 10152 182 378 0 10282 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 42648

[startup+342.301 s]
/proc/loadavg: 4.03 3.96 3.33 5/190 2048
/proc/meminfo: memFree=13300732/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=44572 CPUtime=342.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 10740 0 0 0 34227 3 0 0 25 0 1 0 471825713 45641728 10569 33554432000 134512640 136057169 4290944640 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 11143 10569 182 378 0 10763 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 44572

[startup+402.301 s]
/proc/loadavg: 4.12 3.99 3.38 5/190 2049
/proc/meminfo: memFree=13248436/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=53632 CPUtime=402.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 12902 0 0 0 40226 3 0 0 25 0 1 0 471825713 54919168 12731 33554432000 134512640 136057169 4290944640 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 13408 12731 182 378 0 13028 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 53632

[startup+462.301 s]
/proc/loadavg: 3.51 3.85 3.37 4/184 2068
/proc/meminfo: memFree=13236964/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=55472 CPUtime=462.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 13310 0 0 0 46226 3 0 0 25 0 1 0 471825713 56803328 13139 33554432000 134512640 136057169 4290944640 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 13868 13139 182 378 0 13488 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 55472

[startup+522.301 s]
/proc/loadavg: 3.19 3.69 3.34 4/184 2069
/proc/meminfo: memFree=13222936/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=55684 CPUtime=522.29 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 13360 0 0 0 52226 3 0 0 25 0 1 0 471825713 57020416 13189 33554432000 134512640 136057169 4290944640 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 13921 13189 182 378 0 13541 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 55684

[startup+582.3 s]
/proc/loadavg: 3.07 3.57 3.32 4/184 2071
/proc/meminfo: memFree=13189928/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=61840 CPUtime=582.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 14843 0 0 0 58226 4 0 0 25 0 1 0 471825713 63324160 14672 33554432000 134512640 136057169 4290944640 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 15460 14672 182 378 0 15080 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 61840

[startup+642.3 s]
/proc/loadavg: 3.02 3.46 3.30 4/184 2073
/proc/meminfo: memFree=13169328/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=66504 CPUtime=642.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 15926 0 0 0 64226 4 0 0 25 0 1 0 471825713 68100096 15755 33554432000 134512640 136057169 4290944640 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 16626 15755 182 378 0 16246 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 66504

[startup+702.3 s]
/proc/loadavg: 3.01 3.37 3.27 4/184 2075
/proc/meminfo: memFree=13159764/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=68748 CPUtime=702.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 16469 0 0 0 70226 4 0 0 25 0 1 0 471825713 70397952 16298 33554432000 134512640 136057169 4290944640 18446744073709551615 134828464 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 17187 16298 182 378 0 16807 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 68748

[startup+762.307 s]
/proc/loadavg: 3.00 3.30 3.25 4/184 2076
/proc/meminfo: memFree=13152312/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=71152 CPUtime=762.31 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 17068 0 0 0 76227 4 0 0 25 0 1 0 471825713 72859648 16897 33554432000 134512640 136057169 4290944640 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 17788 16897 182 378 0 17408 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 71152

[startup+822.301 s]
/proc/loadavg: 3.00 3.25 3.24 4/184 2077
/proc/meminfo: memFree=13112868/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=71484 CPUtime=822.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 17268 0 0 0 82226 4 0 0 25 0 1 0 471825713 73199616 16996 33554432000 134512640 136057169 4290944640 18446744073709551615 134618437 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 17871 16996 182 378 0 17491 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 71484

[startup+882.301 s]
/proc/loadavg: 3.00 3.20 3.22 4/184 2079
/proc/meminfo: memFree=13097096/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=72176 CPUtime=882.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 17413 0 0 0 88226 4 0 0 25 0 1 0 471825713 73908224 17141 33554432000 134512640 136057169 4290944640 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 18044 17141 182 378 0 17664 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 72176

[startup+942.301 s]
/proc/loadavg: 3.00 3.16 3.20 4/184 2081
/proc/meminfo: memFree=13072156/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=74404 CPUtime=942.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 17927 0 0 0 94226 4 0 0 25 0 1 0 471825713 76189696 17655 33554432000 134512640 136057169 4290944640 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 18601 17655 182 378 0 18221 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 74404

[startup+1002.3 s]
/proc/loadavg: 3.07 3.14 3.19 5/184 2092
/proc/meminfo: memFree=13064724/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=76380 CPUtime=1002.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 18419 0 0 0 100226 4 0 0 25 0 1 0 471825713 78213120 18147 33554432000 134512640 136057169 4290944640 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 19095 18147 182 378 0 18715 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 76380

[startup+1062.3 s]
/proc/loadavg: 3.02 3.12 3.17 4/184 2093
/proc/meminfo: memFree=13055780/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=77296 CPUtime=1062.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 18588 0 0 0 106226 4 0 0 25 0 1 0 471825713 79151104 18316 33554432000 134512640 136057169 4290944640 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 19324 18316 182 378 0 18944 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 77296

[startup+1122.3 s]
/proc/loadavg: 3.01 3.09 3.16 4/184 2094
/proc/meminfo: memFree=13048568/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=78360 CPUtime=1122.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 18820 0 0 0 112226 4 0 0 25 0 1 0 471825713 80240640 18548 33554432000 134512640 136057169 4290944640 18446744073709551615 134828314 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 19590 18548 182 378 0 19210 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 78360

[startup+1182.3 s]
/proc/loadavg: 3.00 3.07 3.15 4/184 2098
/proc/meminfo: memFree=13038880/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=79264 CPUtime=1182.31 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 19022 0 0 0 118227 4 0 0 25 0 1 0 471825713 81166336 18750 33554432000 134512640 136057169 4290944640 18446744073709551615 134813050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 19816 18750 182 378 0 19436 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 79264

[startup+1242.3 s]
/proc/loadavg: 3.00 3.06 3.14 4/184 2101
/proc/meminfo: memFree=13028704/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=81020 CPUtime=1242.3 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 19418 0 0 0 124226 4 0 0 25 0 1 0 471825713 82964480 19146 33554432000 134512640 136057169 4290944640 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 20255 19146 182 378 0 19875 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 81020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.77 3.00 3.11 2/173 2138
/proc/meminfo: memFree=13857508/32950928 swapFree=67111528/67111528
[pid=1983] ppid=1981 vsize=82856 CPUtime=1300.02 cores=4,6
/proc/1983/stat : 1983 (clasp) R 1981 1983 1669 0 -1 4202496 19805 0 0 0 129997 5 0 0 25 0 1 0 471825713 84844544 19533 33554432000 134512640 136057169 4290944640 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1983/statm: 20714 19533 182 378 0 20334 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 82856

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.03
CPU user time (s): 1299.97
CPU system time (s): 0.054991
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 82856

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

runsolver used 2.22766 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 01:44:30
IDJOB=3274368
IDBENCH=83194
IDSOLVER=1674
FILE ID=node126/3274368-1303602270
RUNJOBID= node126-1303600950-1688
PBS_JOBID= 13150616
Free space on /tmp= 71352 MiB

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

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

MD5SUM BENCH= 6e5ac2b9425e98989eedf4cf638bde54
RANDOM SEED=1173862334

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13804660 kB
Buffers:       1985952 kB
Cached:       16428424 kB
SwapCached:          0 kB
Active:        7783916 kB
Inactive:     10789968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13804660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           39048 kB
Writeback:           0 kB
AnonPages:      158748 kB
Mapped:          17168 kB
Slab:           508668 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   342492 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= 71388 MiB
End job on node126 at 2011-04-24 02:06:12