Trace number 3249915

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
RestartSAT B95? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1520_u.cnf
MD5SUMac02a3a5c06227748ecf75dd451ebb7e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63840
Number of clauses123900
Sum of the clauses size369320
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22380
Number of clauses of size 3121520
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-3249915-1303540348/watcher-3249915-1303540348 -o /tmp/evaluation-result-3249915-1303540348/solver-3249915-1303540348 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3249915-1303540348.cnf 

running on 2 cores: 5,7

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.99 3.55 2.01 4/189 4300
/proc/meminfo: memFree=13450164/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=23224 CPUtime=0 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 1440 0 0 0 0 0 0 0 25 0 1 0 446451078 23781376 1381 33554432000 4194304 4291949 140733963108160 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 5806 1389 226 24 0 2440 0

[startup+0.0846769 s]
/proc/loadavg: 3.99 3.55 2.01 4/189 4300
/proc/meminfo: memFree=13450164/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=36492 CPUtime=0.07 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 5319 0 0 0 7 0 0 0 25 0 1 0 446451078 37367808 4934 33554432000 4194304 4291949 140733963108160 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 9123 4935 234 24 0 5757 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36492

[startup+0.100671 s]
/proc/loadavg: 3.99 3.55 2.01 4/189 4300
/proc/meminfo: memFree=13450164/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=37732 CPUtime=0.09 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 5711 0 0 0 9 0 0 0 25 0 1 0 446451078 38637568 5326 33554432000 4194304 4291949 140733963108160 18446744073709551615 4233103 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 9433 5327 234 24 0 6067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37732

[startup+0.300647 s]
/proc/loadavg: 3.99 3.55 2.01 4/189 4300
/proc/meminfo: memFree=13450164/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=42956 CPUtime=0.29 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 8417 0 0 0 28 1 0 0 25 0 1 0 446451078 43986944 6498 33554432000 4194304 4291949 140733963108160 18446744073709551615 4232443 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 10739 6498 234 24 0 7373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42956

[startup+0.700561 s]
/proc/loadavg: 3.99 3.55 2.01 4/189 4300
/proc/meminfo: memFree=13450164/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=38200 CPUtime=0.69 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 9751 0 0 0 68 1 0 0 25 0 1 0 446451078 39116800 5868 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 9550 5868 252 24 0 6184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38200

[startup+1.50042 s]
/proc/loadavg: 3.99 3.56 2.02 5/190 4301
/proc/meminfo: memFree=13424124/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=42336 CPUtime=1.49 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 10251 0 0 0 148 1 0 0 25 0 1 0 446451078 43352064 6349 33554432000 4194304 4291949 140733963108160 18446744073709551615 4251367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 10584 6349 252 24 0 7218 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42336

[startup+3.10014 s]
/proc/loadavg: 3.99 3.56 2.02 5/190 4301
/proc/meminfo: memFree=13415480/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=47192 CPUtime=3.09 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 11816 0 0 0 308 1 0 0 25 0 1 0 446451078 48324608 7893 33554432000 4194304 4291949 140733963108160 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 11798 7893 252 24 0 8432 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47192

[startup+6.30056 s]
/proc/loadavg: 3.99 3.56 2.02 5/190 4301
/proc/meminfo: memFree=13404088/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=58688 CPUtime=6.29 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 14744 0 0 0 627 2 0 0 25 0 1 0 446451078 60096512 10732 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 14672 10732 252 24 0 11306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58688

[startup+12.7004 s]
/proc/loadavg: 3.99 3.57 2.04 5/190 4301
/proc/meminfo: memFree=13462512/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=54756 CPUtime=12.69 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 17988 0 0 0 1267 2 0 0 25 0 1 0 446451078 56070144 9855 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 13689 9855 252 24 0 10323 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54756

[startup+25.5001 s]
/proc/loadavg: 3.99 3.58 2.06 5/190 4301
/proc/meminfo: memFree=13444424/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=73836 CPUtime=25.49 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 22700 0 0 0 2545 4 0 0 25 0 1 0 446451078 75608064 14278 33554432000 4194304 4291949 140733963108160 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 18459 14278 252 24 0 15093 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73836

[startup+51.1005 s]
/proc/loadavg: 3.99 3.62 2.11 5/190 4302
/proc/meminfo: memFree=13427168/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=99652 CPUtime=51.09 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 26597 0 0 0 5104 5 0 0 25 0 1 0 446451078 102043648 17982 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 24913 17982 252 24 0 21547 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99652

[startup+102.306 s]
/proc/loadavg: 3.99 3.68 2.22 5/190 4304
/proc/meminfo: memFree=13389344/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=148856 CPUtime=102.3 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 40982 0 0 0 10223 7 0 0 25 0 1 0 446451078 152428544 27164 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 37214 27164 252 24 0 33848 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 148856

[startup+162.301 s]
/proc/loadavg: 4.05 3.75 2.33 5/190 4332
/proc/meminfo: memFree=13286524/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=106348 CPUtime=162.3 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 57248 0 0 0 16220 10 0 0 25 0 1 0 446451078 108900352 21580 33554432000 4194304 4291949 140733963108160 18446744073709551615 4263422 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 26587 21580 252 24 0 23221 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 106348

[startup+222.301 s]
/proc/loadavg: 4.02 3.79 2.43 5/190 4334
/proc/meminfo: memFree=13146748/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=149224 CPUtime=222.29 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 79242 0 0 0 22216 13 0 0 25 0 1 0 446451078 152805376 33649 33554432000 4194304 4291949 140733963108160 18446744073709551615 212043184917 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 37306 33649 252 24 0 33940 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 149224

[startup+282.301 s]
/proc/loadavg: 4.00 3.83 2.53 5/190 4335
/proc/meminfo: memFree=13081260/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=150080 CPUtime=282.29 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 87403 0 0 0 28215 14 0 0 25 0 1 0 446451078 153681920 33863 33554432000 4194304 4291949 140733963108160 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 37520 33863 252 24 0 34154 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 150080

[startup+342.3 s]
/proc/loadavg: 4.00 3.86 2.62 5/190 4337
/proc/meminfo: memFree=13053584/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=154432 CPUtime=342.29 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 97775 0 0 0 34213 16 0 0 25 0 1 0 446451078 158138368 34953 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 38608 34953 252 24 0 35242 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 154432

[startup+402.301 s]
/proc/loadavg: 4.00 3.88 2.70 5/190 4338
/proc/meminfo: memFree=12915552/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=250328 CPUtime=402.3 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 122464 0 0 0 40209 21 0 0 25 0 1 0 446451078 256335872 51402 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 62582 51402 252 24 0 59216 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 250328

[startup+462.301 s]
/proc/loadavg: 4.00 3.90 2.78 5/190 4340
/proc/meminfo: memFree=13170852/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=201008 CPUtime=462.3 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 142392 0 0 0 46205 25 0 0 25 0 1 0 446451078 205832192 41929 33554432000 4194304 4291949 140733963108160 18446744073709551615 212043114922 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 50252 41929 252 24 0 46886 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 201008

[startup+522.301 s]
/proc/loadavg: 4.00 3.91 2.85 5/190 4342
/proc/meminfo: memFree=13064804/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=215264 CPUtime=522.3 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 159775 0 0 0 52201 29 0 0 25 0 1 0 446451078 220430336 50025 33554432000 4194304 4291949 140733963108160 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 53816 50025 252 24 0 50450 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 215264

[startup+582.3 s]
/proc/loadavg: 4.00 3.93 2.92 5/190 4343
/proc/meminfo: memFree=12950704/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=215264 CPUtime=582.3 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 176264 0 0 0 58199 31 0 0 25 0 1 0 446451078 220430336 50119 33554432000 4194304 4291949 140733963108160 18446744073709551615 4261801 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 53816 50119 252 24 0 50450 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 215264

[startup+642.301 s]
/proc/loadavg: 4.00 3.94 2.99 5/190 4373
/proc/meminfo: memFree=13221976/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=215264 CPUtime=642.31 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 185854 0 0 0 64198 33 0 0 25 0 1 0 446451078 220430336 50121 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 53816 50121 252 24 0 50450 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 215264

[startup+702.301 s]
/proc/loadavg: 4.08 3.96 3.05 5/190 4374
/proc/meminfo: memFree=13095812/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=215264 CPUtime=702.3 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 195822 0 0 0 70195 35 0 0 25 0 1 0 446451078 220430336 50121 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 53816 50121 252 24 0 50450 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 215264

[startup+762.307 s]
/proc/loadavg: 4.03 3.97 3.11 5/190 4376
/proc/meminfo: memFree=13018668/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=217364 CPUtime=762.32 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 216635 0 0 0 76193 39 0 0 25 0 1 0 446451078 222580736 50122 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 54341 50122 252 24 0 50975 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 217364

[startup+822.3 s]
/proc/loadavg: 4.01 3.97 3.16 5/190 4378
/proc/meminfo: memFree=12908032/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=247712 CPUtime=822.31 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 228746 0 0 0 82190 41 0 0 25 0 1 0 446451078 253657088 53565 33554432000 4194304 4291949 140733963108160 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 61928 53565 252 24 0 58562 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 247712

[startup+882.301 s]
/proc/loadavg: 4.06 3.99 3.22 4/189 4380
/proc/meminfo: memFree=12955264/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=327852 CPUtime=882.31 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 266453 0 0 0 88182 49 0 0 25 0 1 0 446451078 335720448 70106 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 81963 70106 252 24 0 78597 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 327852

[startup+942.301 s]
/proc/loadavg: 4.02 3.99 3.26 5/190 4409
/proc/meminfo: memFree=12842320/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=291556 CPUtime=942.31 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 295089 0 0 0 94175 56 0 0 25 0 1 0 446451078 298553344 64506 33554432000 4194304 4291949 140733963108160 18446744073709551615 4251301 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 72889 64506 252 24 0 69523 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 291556

[startup+1002.3 s]
/proc/loadavg: 4.01 3.99 3.31 5/190 4410
/proc/meminfo: memFree=12758724/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=305800 CPUtime=1002.32 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 311617 0 0 0 100173 59 0 0 25 0 1 0 446451078 313139200 71432 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 76450 71432 252 24 0 73084 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 305800

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.35 5/190 4412
/proc/meminfo: memFree=12718032/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=355120 CPUtime=1062.31 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 332963 0 0 0 106168 63 0 0 25 0 1 0 446451078 363642880 82287 33554432000 4194304 4291949 140733963108160 18446744073709551615 4251453 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 88780 82287 252 24 0 85414 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 355120

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.39 5/190 4414
/proc/meminfo: memFree=12634064/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=355120 CPUtime=1122.32 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 344545 0 0 0 112166 66 0 0 25 0 1 0 446451078 363642880 82934 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255763 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 88780 82934 252 24 0 85414 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 355120

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.42 5/190 4415
/proc/meminfo: memFree=12615452/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=305800 CPUtime=1182.32 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 357860 0 0 0 118164 68 0 0 25 0 1 0 446451078 313139200 72729 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 76450 72729 252 24 0 73084 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 305800

[startup+1242.3 s]
/proc/loadavg: 4.08 4.00 3.46 5/190 4417
/proc/meminfo: memFree=12792504/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=380924 CPUtime=1242.32 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 377103 0 0 0 124162 70 0 0 25 0 1 0 446451078 390066176 82434 33554432000 4194304 4291949 140733963108160 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 95231 82434 252 24 0 91865 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 380924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.00 3.49 5/190 4418
/proc/meminfo: memFree=12802908/32951124 swapFree=67111528/67111528
[pid=4300] ppid=4298 vsize=331604 CPUtime=1300.02 cores=5,7
/proc/4300/stat : 4300 (RestartSAT) R 4298 4300 4084 0 -1 4202496 388362 0 0 0 129930 72 0 0 25 0 1 0 446451078 339562496 74515 33554432000 4194304 4291949 140733963108160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4300/statm: 82901 74515 252 24 0 79535 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 331604

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.31
CPU system time (s): 0.740887
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 385940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.31
system time used= 0.740887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388362
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= 10
involuntary context switches= 1511

runsolver used 2.10868 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-23 08:32:28
IDJOB=3249915
IDBENCH=83198
IDSOLVER=1580
FILE ID=node146/3249915-1303540348
RUNJOBID= node146-1303539680-4105
PBS_JOBID= 13143092
Free space on /tmp= 72560 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1520_u.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249915-1303540348/watcher-3249915-1303540348 -o /tmp/evaluation-result-3249915-1303540348/solver-3249915-1303540348 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3249915-1303540348.cnf

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

MD5SUM BENCH= ac02a3a5c06227748ecf75dd451ebb7e
RANDOM SEED=398116008

node146.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13450444 kB
Buffers:       2065228 kB
Cached:       16464716 kB
SwapCached:          0 kB
Active:        9922636 kB
Inactive:      9048916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13450444 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3152 kB
Writeback:           0 kB
AnonPages:      440856 kB
Mapped:          15468 kB
Slab:           465200 kB
PageTables:       6152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   661116 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= 72552 MiB
End job on node146 at 2011-04-23 08:54:10