Trace number 3421030

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) 5000.05 4999.93

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
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 variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
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: 961)

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-3421030-1306616053/watcher-3421030-1306616053 -o /tmp/evaluation-result-3421030-1306616053/solver-3421030-1306616053 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421030-1306616053.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.07 2.01 2/446 3681
/proc/meminfo: memFree=30796876/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=19960 CPUtime=0 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 870 0 0 0 0 0 0 0 25 0 1 0 773204043 20439040 813 33554432000 4194304 4291949 140733614415952 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 4990 813 225 24 0 1624 0

[startup+0.0550939 s]
/proc/loadavg: 2.18 2.07 2.01 2/446 3681
/proc/meminfo: memFree=30796876/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=22828 CPUtime=0.05 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2071 0 0 0 5 0 0 0 25 0 1 0 773204043 23375872 1912 33554432000 4194304 4291949 140733614415952 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 5707 1912 231 24 0 2341 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22828

[startup+0.101082 s]
/proc/loadavg: 2.18 2.07 2.01 2/446 3681
/proc/meminfo: memFree=30796876/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=22828 CPUtime=0.09 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2071 0 0 0 9 0 0 0 25 0 1 0 773204043 23375872 1912 33554432000 4194304 4291949 140733614415952 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 5707 1912 231 24 0 2341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22828

[startup+0.300049 s]
/proc/loadavg: 2.18 2.07 2.01 2/446 3681
/proc/meminfo: memFree=30796876/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=24596 CPUtime=0.29 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2745 0 0 0 29 0 0 0 25 0 1 0 773204043 25186304 2586 33554432000 4194304 4291949 140733614415952 18446744073709551615 4230173 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 6149 2586 233 24 0 2783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24596

[startup+0.700977 s]
/proc/loadavg: 2.18 2.07 2.01 2/446 3681
/proc/meminfo: memFree=30796876/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=27552 CPUtime=0.69 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 4761 0 0 0 69 0 0 0 25 0 1 0 773204043 28213248 3284 33554432000 4194304 4291949 140733614415952 18446744073709551615 4230096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 6888 3284 233 24 0 3522 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27552

[startup+1.50084 s]
/proc/loadavg: 2.18 2.07 2.01 3/447 3682
/proc/meminfo: memFree=30783856/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=29520 CPUtime=1.49 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 5827 0 0 0 149 0 0 0 25 0 1 0 773204043 30228480 3494 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 7380 3494 252 24 0 4014 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29520

[startup+3.10062 s]
/proc/loadavg: 2.17 2.07 2.01 3/447 3682
/proc/meminfo: memFree=30779400/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=41016 CPUtime=3.09 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 9381 0 0 0 308 1 0 0 25 0 1 0 773204043 42000384 7021 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 10254 7021 252 24 0 6888 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41016

[startup+6.301 s]
/proc/loadavg: 2.17 2.07 2.01 3/447 3682
/proc/meminfo: memFree=30759580/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=59872 CPUtime=6.29 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 11927 0 0 0 628 1 0 0 25 0 1 0 773204043 61308928 9525 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 14968 9525 252 24 0 11602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59872

[startup+12.7009 s]
/proc/loadavg: 2.14 2.07 2.01 3/447 3682
/proc/meminfo: memFree=30754252/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=56980 CPUtime=12.69 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 20856 0 0 0 1266 3 0 0 25 0 1 0 773204043 58347520 11008 33554432000 4194304 4291949 140733614415952 18446744073709551615 4261883 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 14245 11008 252 24 0 10879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56980

[startup+25.5006 s]
/proc/loadavg: 2.28 2.10 2.02 3/447 3683
/proc/meminfo: memFree=30708492/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=87328 CPUtime=25.49 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 33601 0 0 0 2544 5 0 0 25 0 1 0 773204043 89423872 13977 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 21832 13977 252 24 0 18466 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87328

[startup+51.1011 s]
/proc/loadavg: 2.18 2.09 2.02 3/447 3683
/proc/meminfo: memFree=30626308/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=136648 CPUtime=51.09 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 57342 0 0 0 5100 9 0 0 25 0 1 0 773204043 139927552 25807 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 34162 25807 252 24 0 30796 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 136648

[startup+102.316 s]
/proc/loadavg: 2.22 2.10 2.03 3/447 3685
/proc/meminfo: memFree=30625340/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=87328 CPUtime=102.31 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 99671 0 0 0 10216 15 0 0 25 0 1 0 773204043 89423872 13978 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 21832 13978 252 24 0 18466 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 87328

[startup+162.301 s]
/proc/loadavg: 2.16 2.10 2.03 3/447 3686
/proc/meminfo: memFree=30464472/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=180300 CPUtime=162.29 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 160949 0 0 0 16204 25 0 0 25 0 1 0 773204043 184627200 38267 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 45075 38267 252 24 0 41709 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 180300

[startup+222.301 s]
/proc/loadavg: 2.05 2.08 2.02 3/447 3688
/proc/meminfo: memFree=30422888/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=149480 CPUtime=222.29 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 207848 0 0 0 22196 33 0 0 25 0 1 0 773204043 153067520 33683 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 37370 33683 252 24 0 34004 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 149480

[startup+282.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/447 3690
/proc/meminfo: memFree=30298364/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=230388 CPUtime=282.3 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 265709 0 0 0 28187 43 0 0 25 0 1 0 773204043 235917312 52059 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 57597 52059 252 24 0 54231 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 230388

[startup+342.301 s]
/proc/loadavg: 2.00 2.05 2.01 3/447 3691
/proc/meminfo: memFree=30254440/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=180300 CPUtime=342.3 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 301441 0 0 0 34180 50 0 0 25 0 1 0 773204043 184627200 37634 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 45075 37634 252 24 0 41709 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 180300

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/447 3693
/proc/meminfo: memFree=30183852/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=180300 CPUtime=402.3 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 338853 0 0 0 40173 57 0 0 25 0 1 0 773204043 184627200 38662 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 45075 38662 252 24 0 41709 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 180300

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 3703
/proc/meminfo: memFree=30137608/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=180300 CPUtime=462.3 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 385014 0 0 0 46164 66 0 0 25 0 1 0 773204043 184627200 38501 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 45075 38501 252 24 0 41709 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 180300

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3705
/proc/meminfo: memFree=30549492/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=180300 CPUtime=522.3 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 426137 0 0 0 52157 73 0 0 25 0 1 0 773204043 184627200 40764 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 45075 40764 252 24 0 41709 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 180300

[startup+582.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/447 3707
/proc/meminfo: memFree=30465000/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=180300 CPUtime=582.31 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 466291 0 0 0 58149 82 0 0 25 0 1 0 773204043 184627200 38992 33554432000 4194304 4291949 140733614415952 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 45075 38992 252 24 0 41709 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 180300

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/447 3811
/proc/meminfo: memFree=29308756/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=309636 CPUtime=4062.41 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2620421 0 0 0 405743 498 0 0 25 0 1 0 773204043 317067264 67391 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 77409 67391 252 24 0 74043 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 309636

[startup+4122.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/447 3813
/proc/meminfo: memFree=29208764/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=441112 CPUtime=4122.39 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2643210 0 0 0 411737 502 0 0 25 0 1 0 773204043 451698688 89947 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 110278 89947 252 24 0 106912 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 441112

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/447 3815
/proc/meminfo: memFree=29254844/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=359724 CPUtime=4182.39 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2671919 0 0 0 417730 509 0 0 25 0 1 0 773204043 368357376 75109 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 89931 75109 252 24 0 86565 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 359724

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 3819
/proc/meminfo: memFree=29259908/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=359724 CPUtime=4242.39 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2701391 0 0 0 423724 515 0 0 25 0 1 0 773204043 368357376 71048 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 89931 71048 252 24 0 86565 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 359724

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3821
/proc/meminfo: memFree=29223744/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=359724 CPUtime=4302.39 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2735990 0 0 0 429717 522 0 0 25 0 1 0 773204043 368357376 75220 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 89931 75220 252 24 0 86565 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 359724

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3822
/proc/meminfo: memFree=29255332/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=278816 CPUtime=4362.39 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2759889 0 0 0 435711 528 0 0 25 0 1 0 773204043 285507584 62596 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 69704 62596 252 24 0 66338 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 278816

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3824
/proc/meminfo: memFree=29290376/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=229496 CPUtime=4422.4 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2781498 0 0 0 441705 535 0 0 25 0 1 0 773204043 235003904 50556 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 57374 50556 252 24 0 54008 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 229496

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3826
/proc/meminfo: memFree=29162616/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=359724 CPUtime=4482.4 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2809382 0 0 0 447699 541 0 0 25 0 1 0 773204043 368357376 78162 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 89931 78162 252 24 0 86565 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 359724

[startup+4542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/447 3827
/proc/meminfo: memFree=29040436/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=441112 CPUtime=4542.39 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2859865 0 0 0 453690 549 0 0 25 0 1 0 773204043 451698688 97264 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 110278 97264 252 24 0 106912 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 441112

[startup+4602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/447 3829
/proc/meminfo: memFree=28997352/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=457000 CPUtime=4602.41 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2916959 0 0 0 459681 560 0 0 25 0 1 0 773204043 467968000 99375 33554432000 4194304 4291949 140733614415952 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 114250 99375 252 24 0 110884 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 457000

[startup+4662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/447 3830
/proc/meminfo: memFree=30150644/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=375612 CPUtime=4662.4 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2942067 0 0 0 465675 565 0 0 25 0 1 0 773204043 384626688 78800 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 93903 78800 252 24 0 90537 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 375612

[startup+4722.32 s]
/proc/loadavg: 2.07 2.04 2.00 3/447 3832
/proc/meminfo: memFree=30051396/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=325524 CPUtime=4722.42 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 2973449 0 0 0 471670 572 0 0 25 0 1 0 773204043 333336576 77331 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 81381 77332 252 24 0 78015 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 325524

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 3834
/proc/meminfo: memFree=30003376/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=375612 CPUtime=4782.4 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 3006312 0 0 0 477663 577 0 0 25 0 1 0 773204043 384626688 79502 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 93903 79502 252 24 0 90537 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 375612

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 3835
/proc/meminfo: memFree=30002096/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=294704 CPUtime=4842.41 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 3031181 0 0 0 483658 583 0 0 25 0 1 0 773204043 301776896 67795 33554432000 4194304 4291949 140733614415952 18446744073709551615 4263363 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 73676 67795 252 24 0 70310 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 294704

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3837
/proc/meminfo: memFree=29875452/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=375612 CPUtime=4902.41 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 3053225 0 0 0 489653 588 0 0 25 0 1 0 773204043 384626688 89568 33554432000 4194304 4291949 140733614415952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 93903 89568 252 24 0 90537 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 375612

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3838
/proc/meminfo: memFree=29841320/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=375612 CPUtime=4962.41 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 3078385 0 0 0 495647 594 0 0 25 0 1 0 773204043 384626688 81170 33554432000 4194304 4291949 140733614415952 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 93903 81170 252 24 0 90537 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 375612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.93 1.99 1.99 3/447 3867
/proc/meminfo: memFree=30631632/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=294704 CPUtime=5000.01 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 3094196 0 0 0 499403 598 0 0 25 0 1 0 773204043 301776896 66525 33554432000 4194304 4291949 140733614415952 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 73676 66525 252 24 0 70310 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 294704

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

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

[startup+4999.9 s]
/proc/loadavg: 1.93 1.99 1.99 3/447 3867
/proc/meminfo: memFree=30631632/32950928 swapFree=34365936/67111528
[pid=3681] ppid=3679 vsize=294704 CPUtime=5000.01 cores=1,3,5,7
/proc/3681/stat : 3681 (RestartSAT) R 3679 3681 3370 0 -1 4202496 3094196 0 0 0 499403 598 0 0 25 0 1 0 773204043 301776896 66525 33554432000 4194304 4291949 140733614415952 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3681/statm: 73676 66525 252 24 0 70310 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 294704

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4994.05
CPU system time (s): 5.99709
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 573372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4994.05
system time used= 5.99709
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3094212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 53315

runsolver used 21.7967 second user time and 50.8593 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-28 22:54:13
IDJOB=3421030
IDBENCH=83167
IDSOLVER=1911
FILE ID=node120/3421030-1306616053
RUNJOBID= node120-1306611036-3399
PBS_JOBID= 13471610
Free space on /tmp= 73452 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x14.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421030-1306616053/watcher-3421030-1306616053 -o /tmp/evaluation-result-3421030-1306616053/solver-3421030-1306616053 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421030-1306616053.cnf

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=678532647

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      30797156 kB
Buffers:        225216 kB
Cached:        1558272 kB
SwapCached:      15016 kB
Active:         464956 kB
Inactive:      1432560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30797156 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:           18580 kB
Writeback:           0 kB
AnonPages:      108880 kB
Mapped:           9260 kB
Slab:            97424 kB
PageTables:      91524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105488888 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= 73468 MiB
End job on node120 at 2011-05-29 00:17:35