Trace number 3249828

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

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1521_s.cnf
MD5SUM4e35cb9894b1ca841d462da2d6957cc5
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 variables63882
Number of clauses123981
Sum of the clauses size369562
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 3121600
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-3249828-1303515524/watcher-3249828-1303515524 -o /tmp/evaluation-result-3249828-1303515524/solver-3249828-1303515524 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3249828-1303515524.cnf 

running on 2 cores: 1,3

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: 0.91 2.27 4.14 2/183 25575
/proc/meminfo: memFree=12100688/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=23220 CPUtime=0 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 1471 0 0 0 0 0 0 0 21 0 1 0 463150604 23777280 1412 33554432000 4194304 4291949 140737251058016 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 5805 1418 226 24 0 2439 0

[startup+0.0605781 s]
/proc/loadavg: 0.91 2.27 4.14 2/183 25575
/proc/meminfo: memFree=12100688/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=35804 CPUtime=0.05 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 5060 0 0 0 5 0 0 0 21 0 1 0 463150604 36663296 4675 33554432000 4194304 4291949 140737251058016 18446744073709551615 4260054 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 8951 4675 230 24 0 5585 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35804

[startup+0.10057 s]
/proc/loadavg: 0.91 2.27 4.14 2/183 25575
/proc/meminfo: memFree=12100688/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=37644 CPUtime=0.09 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 5701 0 0 0 9 0 0 0 22 0 1 0 463150604 38547456 5316 33554432000 4194304 4291949 140737251058016 18446744073709551615 4218113 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 9411 5317 234 24 0 6045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37644

[startup+0.300546 s]
/proc/loadavg: 0.91 2.27 4.14 2/183 25575
/proc/meminfo: memFree=12100688/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=43352 CPUtime=0.29 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 8515 0 0 0 29 0 0 0 22 0 1 0 463150604 44392448 6618 33554432000 4194304 4291949 140737251058016 18446744073709551615 4231723 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 10838 6618 234 24 0 7472 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43352

[startup+0.700457 s]
/proc/loadavg: 0.91 2.27 4.14 2/183 25575
/proc/meminfo: memFree=12100688/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=38336 CPUtime=0.69 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 9803 0 0 0 69 0 0 0 25 0 1 0 463150604 39256064 5912 33554432000 4194304 4291949 140737251058016 18446744073709551615 232339352109 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 9584 5912 252 24 0 6218 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38336

[startup+1.50032 s]
/proc/loadavg: 0.91 2.27 4.14 5/194 25596
/proc/meminfo: memFree=12070856/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=42960 CPUtime=1.49 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 10696 0 0 0 148 1 0 0 25 0 1 0 463150604 43991040 6790 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 10740 6790 252 24 0 7374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42960

[startup+3.10103 s]
/proc/loadavg: 0.91 2.27 4.14 5/194 25596
/proc/meminfo: memFree=12064532/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=42960 CPUtime=3.09 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 10966 0 0 0 308 1 0 0 25 0 1 0 463150604 43991040 7034 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 10740 7034 252 24 0 7374 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42960

[startup+6.30046 s]
/proc/loadavg: 1.16 2.30 4.14 5/194 25596
/proc/meminfo: memFree=12059320/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=50032 CPUtime=6.29 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 11676 0 0 0 628 1 0 0 25 0 1 0 463150604 51232768 7705 33554432000 4194304 4291949 140737251058016 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 12508 7705 252 24 0 9142 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50032

[startup+12.7003 s]
/proc/loadavg: 1.39 2.32 4.14 5/194 25624
/proc/meminfo: memFree=12047444/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=50984 CPUtime=12.69 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 15860 0 0 0 1267 2 0 0 25 0 1 0 463150604 52207616 8920 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 12746 8920 252 24 0 9380 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50984

[startup+25.5011 s]
/proc/loadavg: 1.97 2.41 4.14 5/194 25651
/proc/meminfo: memFree=12017676/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=76732 CPUtime=25.49 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 21521 0 0 0 2546 3 0 0 25 0 1 0 463150604 78573568 14361 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 19183 14361 252 24 0 15817 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76732

[startup+51.1005 s]
/proc/loadavg: 2.66 2.53 4.13 5/194 25679
/proc/meminfo: memFree=11989276/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=102632 CPUtime=51.09 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 28506 0 0 0 5105 4 0 0 25 0 1 0 463150604 105095168 17298 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 25658 17298 252 24 0 22292 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102632

[startup+102.306 s]
/proc/loadavg: 3.42 2.76 4.12 5/194 25707
/proc/meminfo: memFree=11969336/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=121488 CPUtime=102.29 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 35458 0 0 0 10224 5 0 0 25 0 1 0 463150604 124403712 19327 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 30372 19327 252 24 0 27006 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 121488

[startup+162.301 s]
/proc/loadavg: 3.84 3.00 4.12 5/194 25709
/proc/meminfo: memFree=11948224/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=98396 CPUtime=162.29 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 45593 0 0 0 16222 7 0 0 25 0 1 0 463150604 100757504 20671 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 24599 20671 252 24 0 21233 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98396

[startup+222.301 s]
/proc/loadavg: 3.94 3.18 4.11 5/194 25791
/proc/meminfo: memFree=11846856/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=140680 CPUtime=222.3 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 66460 0 0 0 22220 10 0 0 25 0 1 0 463150604 144056320 31515 33554432000 4194304 4291949 140737251058016 18446744073709551615 232335559611 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 35170 31515 252 24 0 31804 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 140680

[startup+282.3 s]
/proc/loadavg: 3.98 3.32 4.09 5/194 25793
/proc/meminfo: memFree=11797584/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=140680 CPUtime=282.3 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 66460 0 0 0 28220 10 0 0 25 0 1 0 463150604 144056320 31515 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 35170 31515 252 24 0 31804 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 140680

[startup+342.301 s]
/proc/loadavg: 3.99 3.44 4.09 5/194 25795
/proc/meminfo: memFree=11773004/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=159948 CPUtime=342.3 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 70324 0 0 0 34219 11 0 0 25 0 1 0 463150604 163786752 35110 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 39987 35110 252 24 0 36621 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 159948

[startup+402.301 s]
/proc/loadavg: 3.71 3.48 4.06 4/188 25813
/proc/meminfo: memFree=11712560/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=228696 CPUtime=402.3 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 103187 0 0 0 40213 17 0 0 25 0 1 0 463150604 234184704 49793 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251106 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 57174 49793 252 24 0 53808 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 228696

[startup+462.3 s]
/proc/loadavg: 3.26 3.39 3.99 4/188 25815
/proc/meminfo: memFree=11735972/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=179376 CPUtime=462.3 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 112329 0 0 0 46212 18 0 0 25 0 1 0 463150604 183681024 41192 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 44844 41192 252 24 0 41478 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179376

[startup+522.301 s]
/proc/loadavg: 3.12 3.33 3.93 4/188 25816
/proc/meminfo: memFree=11690312/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=211504 CPUtime=522.3 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 129222 0 0 0 52210 20 0 0 25 0 1 0 463150604 216580096 49214 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 52876 49214 252 24 0 49510 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 211504

[startup+582.301 s]
/proc/loadavg: 3.04 3.27 3.87 4/188 25818
/proc/meminfo: memFree=11691288/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=211504 CPUtime=582.3 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 129222 0 0 0 58210 20 0 0 25 0 1 0 463150604 216580096 49214 33554432000 4194304 4291949 140737251058016 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 52876 49214 252 24 0 49510 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 211504

[startup+642.3 s]
/proc/loadavg: 3.01 3.21 3.81 4/188 25820
/proc/meminfo: memFree=11607196/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=211504 CPUtime=642.32 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 140565 0 0 0 64209 23 0 0 25 0 1 0 463150604 216580096 49214 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 52876 49214 252 24 0 49510 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 211504

[startup+702.301 s]
/proc/loadavg: 3.04 3.19 3.76 4/188 25821
/proc/meminfo: memFree=11622924/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=211504 CPUtime=702.31 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 157050 0 0 0 70205 26 0 0 25 0 1 0 463150604 216580096 49243 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 52876 49243 252 24 0 49510 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 211504

[startup+762.307 s]
/proc/loadavg: 3.01 3.15 3.71 4/188 25823
/proc/meminfo: memFree=11583588/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=241972 CPUtime=762.32 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 174310 0 0 0 76203 29 0 0 25 0 1 0 463150604 247779328 56830 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255567 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 60493 56830 252 24 0 57127 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 241972

[startup+822.3 s]
/proc/loadavg: 3.00 3.12 3.67 4/188 25824
/proc/meminfo: memFree=11570780/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=241972 CPUtime=822.31 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 183693 0 0 0 82201 30 0 0 25 0 1 0 463150604 247779328 56830 33554432000 4194304 4291949 140737251058016 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 60493 56830 252 24 0 57127 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 241972

[startup+882.301 s]
/proc/loadavg: 3.00 3.10 3.62 4/188 25826
/proc/meminfo: memFree=11497848/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=318320 CPUtime=882.31 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 219361 0 0 0 88194 37 0 0 25 0 1 0 463150604 325959680 70677 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 79580 70677 252 24 0 76214 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 318320

[startup+942.301 s]
/proc/loadavg: 3.08 3.09 3.59 4/188 25828
/proc/meminfo: memFree=11468928/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=329864 CPUtime=942.32 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 243431 0 0 0 94189 43 0 0 25 0 1 0 463150604 337780736 77609 33554432000 4194304 4291949 140737251058016 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 82466 77609 252 24 0 79100 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 329864

[startup+1002.3 s]
/proc/loadavg: 3.07 3.09 3.55 4/188 25829
/proc/meminfo: memFree=11512048/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=280544 CPUtime=1002.31 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 252264 0 0 0 100187 44 0 0 25 0 1 0 463150604 287277056 66476 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 70136 66476 252 24 0 66770 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 280544

[startup+1062.3 s]
/proc/loadavg: 3.06 3.08 3.52 4/188 25831
/proc/meminfo: memFree=11502104/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=280544 CPUtime=1062.32 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 264255 0 0 0 106185 47 0 0 25 0 1 0 463150604 287277056 66476 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 70136 66476 252 24 0 66770 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 280544

[startup+1122.3 s]
/proc/loadavg: 3.07 3.08 3.49 4/188 25832
/proc/meminfo: memFree=11426060/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=280544 CPUtime=1122.32 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 281935 0 0 0 112183 49 0 0 25 0 1 0 463150604 287277056 66476 33554432000 4194304 4291949 140737251058016 18446744073709551615 4262000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 70136 66476 252 24 0 66770 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 280544

[startup+1182.3 s]
/proc/loadavg: 3.09 3.08 3.46 4/188 25834
/proc/meminfo: memFree=11422572/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=310824 CPUtime=1182.32 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 297068 0 0 0 118181 51 0 0 25 0 1 0 463150604 318283776 69377 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 77706 69377 252 24 0 74340 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 310824

[startup+1242.3 s]
/proc/loadavg: 3.08 3.08 3.43 4/188 25836
/proc/meminfo: memFree=11405688/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=311480 CPUtime=1242.32 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 311297 0 0 0 124178 54 0 0 25 0 1 0 463150604 318955520 73826 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 77870 73826 252 24 0 74504 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 311480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.10 3.08 3.41 4/188 25837
/proc/meminfo: memFree=11365868/32951124 swapFree=67111528/67111528
[pid=25575] ppid=25573 vsize=311480 CPUtime=1300.03 cores=1,3
/proc/25575/stat : 25575 (RestartSAT) R 25573 25575 22942 0 -1 4202496 330234 0 0 0 129946 57 0 0 25 0 1 0 463150604 318955520 74209 33554432000 4194304 4291949 140737251058016 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25575/statm: 77870 74209 252 24 0 74504 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 311480

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.46
CPU system time (s): 0.58991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 360800

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

runsolver used 2.07668 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-23 01:38:44
IDJOB=3249828
IDBENCH=83191
IDSOLVER=1581
FILE ID=node132/3249828-1303515524
RUNJOBID= node132-1303515524-25555
PBS_JOBID= 13134237
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 4e35cb9894b1ca841d462da2d6957cc5
RANDOM SEED=1049818657

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.833
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:      12100968 kB
Buffers:       1418068 kB
Cached:       18815540 kB
SwapCached:          0 kB
Active:        8460584 kB
Inactive:     11839292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12100968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3572 kB
Writeback:           0 kB
AnonPages:       65960 kB
Mapped:          15288 kB
Slab:           485616 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71672 MiB
End job on node132 at 2011-04-23 02:00:26