Trace number 3420149

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

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications 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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
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: 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-3420149-1306586105/watcher-3420149-1306586105 -o /tmp/evaluation-result-3420149-1306586105/solver-3420149-1306586105 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420149-1306586105.cnf 

running on 4 cores: 0,2,4,6

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: 1.92 1.99 1.99 2/514 31572
/proc/meminfo: memFree=11848796/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=20564 CPUtime=0.01 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 846 0 0 0 1 0 0 0 25 0 1 0 751026132 21057536 770 33554432000 4194304 4291949 140735594435952 18446744073709551615 4232281 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 5141 770 233 24 0 1775 0

[startup+0.0571629 s]
/proc/loadavg: 1.92 1.99 1.99 2/514 31572
/proc/meminfo: memFree=11848796/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=16672 CPUtime=0.05 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 1041 0 0 0 5 0 0 0 25 0 1 0 751026132 17072128 805 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 4168 805 251 24 0 802 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16672

[startup+0.101183 s]
/proc/loadavg: 1.92 1.99 1.99 2/514 31572
/proc/meminfo: memFree=11848796/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=16672 CPUtime=0.09 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 1059 0 0 0 9 0 0 0 25 0 1 0 751026132 17072128 823 33554432000 4194304 4291949 140735594435952 18446744073709551615 4270206 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 4168 823 251 24 0 802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16672

[startup+0.301119 s]
/proc/loadavg: 1.92 1.99 1.99 2/514 31572
/proc/meminfo: memFree=11848796/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=18164 CPUtime=0.29 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 1177 0 0 0 29 0 0 0 25 0 1 0 751026132 18599936 934 33554432000 4194304 4291949 140735594435952 18446744073709551615 4251683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 4541 934 251 24 0 1175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18164

[startup+0.701083 s]
/proc/loadavg: 1.92 1.99 1.99 2/514 31572
/proc/meminfo: memFree=11848796/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=18296 CPUtime=0.69 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 1474 0 0 0 69 0 0 0 25 0 1 0 751026132 18735104 1223 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 4574 1223 251 24 0 1208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18296

[startup+1.50093 s]
/proc/loadavg: 1.92 1.99 1.99 3/515 31573
/proc/meminfo: memFree=11842472/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=21128 CPUtime=1.49 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 1996 0 0 0 149 0 0 0 25 0 1 0 751026132 21635072 1743 33554432000 4194304 4291949 140735594435952 18446744073709551615 4270107 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 5282 1743 251 24 0 1916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21128

[startup+3.10062 s]
/proc/loadavg: 1.92 1.99 1.99 3/515 31573
/proc/meminfo: memFree=11840736/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=22776 CPUtime=3.09 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 2490 0 0 0 309 0 0 0 25 0 1 0 751026132 23322624 2220 33554432000 4194304 4291949 140735594435952 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 5694 2220 251 24 0 2328 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22776

[startup+6.30099 s]
/proc/loadavg: 2.01 2.01 2.00 3/515 31573
/proc/meminfo: memFree=11837780/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=22776 CPUtime=6.29 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 2601 0 0 0 629 0 0 0 25 0 1 0 751026132 23322624 2327 33554432000 4194304 4291949 140735594435952 18446744073709551615 4261897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 5694 2327 251 24 0 2328 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22776

[startup+12.7007 s]
/proc/loadavg: 2.01 2.01 2.00 3/515 31573
/proc/meminfo: memFree=11836696/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=25500 CPUtime=12.69 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 4413 0 0 0 1269 0 0 0 25 0 1 0 751026132 26112000 2696 33554432000 4194304 4291949 140735594435952 18446744073709551615 4248360 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/31572/statm: 6375 2696 251 24 0 3009 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25500

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31574
/proc/meminfo: memFree=11833308/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=28204 CPUtime=25.43 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 5296 0 0 0 2543 0 0 0 25 0 1 0 751026132 28880896 3560 33554432000 4194304 4291949 140735594435952 18446744073709551615 4248112 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31572/statm: 7051 3560 251 24 0 3685 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 28204

[startup+51.1006 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31574
/proc/meminfo: memFree=11831412/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=32676 CPUtime=51.03 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 5754 0 0 0 5103 0 0 0 25 0 1 0 751026132 33460224 3998 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 8169 3998 251 24 0 4803 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 32676

[startup+102.319 s]
/proc/loadavg: 2.12 2.03 2.01 3/515 31576
/proc/meminfo: memFree=11824472/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=35396 CPUtime=102.26 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 15667 0 0 0 10224 2 0 0 25 0 1 0 751026132 36245504 5480 33554432000 4194304 4291949 140735594435952 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 8849 5480 251 24 0 5483 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35396

[startup+162.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/515 31577
/proc/meminfo: memFree=11768768/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=41424 CPUtime=162.24 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 16568 0 0 0 16222 2 0 0 25 0 1 0 751026132 42418176 6354 33554432000 4194304 4291949 140735594435952 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 10356 6354 251 24 0 6990 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41424

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 31579
/proc/meminfo: memFree=11733644/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=48732 CPUtime=222.24 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 20622 0 0 0 22222 2 0 0 25 0 1 0 751026132 49901568 7961 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 12183 7961 251 24 0 8817 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 48732

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 31580
/proc/meminfo: memFree=11800448/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=48732 CPUtime=282.24 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 21509 0 0 0 28222 2 0 0 25 0 1 0 751026132 49901568 8829 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 12183 8829 251 24 0 8817 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 48732

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 31582
/proc/meminfo: memFree=11800544/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=56012 CPUtime=342.24 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 21511 0 0 0 34222 2 0 0 25 0 1 0 751026132 57356288 8831 33554432000 4194304 4291949 140735594435952 18446744073709551615 4256342 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 14003 8831 251 24 0 10637 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 56012

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31584
/proc/meminfo: memFree=11802244/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=47196 CPUtime=402.25 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 26903 0 0 0 40221 4 0 0 25 0 1 0 751026132 48328704 8391 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 11799 8391 251 24 0 8433 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 47196

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31585
/proc/meminfo: memFree=11792912/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=56012 CPUtime=462.25 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 29220 0 0 0 46221 4 0 0 25 0 1 0 751026132 57356288 10649 33554432000 4194304 4291949 140735594435952 18446744073709551615 4262410 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 14003 10649 251 24 0 10637 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 56012

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/515 31587
/proc/meminfo: memFree=11788416/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=56012 CPUtime=522.25 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 29220 0 0 0 52221 4 0 0 25 0 1 0 751026132 57356288 10649 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 14003 10649 251 24 0 10637 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 56012

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/515 31588
/proc/meminfo: memFree=11783300/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=56012 CPUtime=582.25 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 29220 0 0 0 58221 4 0 0 25 0 1 0 751026132 57356288 10649 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 14003 10649 251 24 0 10637 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 56012

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 31721
/proc/meminfo: memFree=11765108/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=118608 CPUtime=4062.4 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 56268 0 0 0 406230 10 0 0 25 0 1 0 751026132 121454592 23498 33554432000 4194304 4291949 140735594435952 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 29652 23498 251 24 0 26286 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 118608

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 31723
/proc/meminfo: memFree=11706420/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=118608 CPUtime=4122.38 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 56332 0 0 0 412228 10 0 0 25 0 1 0 751026132 121454592 23562 33554432000 4194304 4291949 140735594435952 18446744073709551615 4248402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 29652 23562 251 24 0 26286 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 118608

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 31724
/proc/meminfo: memFree=11658020/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=118608 CPUtime=4182.39 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 56523 0 0 0 418229 10 0 0 25 0 1 0 751026132 121454592 23748 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 29652 23748 251 24 0 26286 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 118608

[startup+4242.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 31726
/proc/meminfo: memFree=11630212/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=118608 CPUtime=4242.39 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 56523 0 0 0 424229 10 0 0 25 0 1 0 751026132 121454592 23748 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 29652 23748 251 24 0 26286 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 118608

[startup+4302.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 31728
/proc/meminfo: memFree=11595564/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=118608 CPUtime=4302.39 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 59076 0 0 0 430229 10 0 0 25 0 1 0 751026132 121454592 26255 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 29652 26255 251 24 0 26286 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 118608

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 31729
/proc/meminfo: memFree=11560188/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4362.39 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60186 0 0 0 436229 10 0 0 25 0 1 0 751026132 125911040 27343 33554432000 4194304 4291949 140735594435952 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27343 251 24 0 27374 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 122960

[startup+4422.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/515 31731
/proc/meminfo: memFree=11537220/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4422.39 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60186 0 0 0 442229 10 0 0 25 0 1 0 751026132 125911040 27343 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27343 251 24 0 27374 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 122960

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 31732
/proc/meminfo: memFree=11516976/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4482.39 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60186 0 0 0 448229 10 0 0 25 0 1 0 751026132 125911040 27343 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27343 251 24 0 27374 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 122960

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 31734
/proc/meminfo: memFree=11495252/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4542.4 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60186 0 0 0 454230 10 0 0 25 0 1 0 751026132 125911040 27343 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27343 251 24 0 27374 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 122960

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31736
/proc/meminfo: memFree=11476496/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4602.42 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60186 0 0 0 460232 10 0 0 25 0 1 0 751026132 125911040 27343 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27343 251 24 0 27374 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 122960

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31737
/proc/meminfo: memFree=11458848/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4662.4 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60187 0 0 0 466230 10 0 0 25 0 1 0 751026132 125911040 27344 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27344 251 24 0 27374 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 122960

[startup+4722.32 s]
/proc/loadavg: 2.15 2.04 2.01 3/515 31739
/proc/meminfo: memFree=11745128/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4722.43 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60187 0 0 0 472232 11 0 0 25 0 1 0 751026132 125911040 27344 33554432000 4194304 4291949 140735594435952 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27344 251 24 0 27374 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 122960

[startup+4782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/515 31740
/proc/meminfo: memFree=11678384/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4782.41 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60187 0 0 0 478230 11 0 0 25 0 1 0 751026132 125911040 27344 33554432000 4194304 4291949 140735594435952 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27344 251 24 0 27374 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 122960

[startup+4842.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 31742
/proc/meminfo: memFree=11635200/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4842.41 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60187 0 0 0 484230 11 0 0 25 0 1 0 751026132 125911040 27344 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27344 251 24 0 27374 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 122960

[startup+4902.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/515 31744
/proc/meminfo: memFree=11608492/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=122960 CPUtime=4902.42 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60187 0 0 0 490231 11 0 0 25 0 1 0 751026132 125911040 27344 33554432000 4194304 4291949 140735594435952 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 30740 27344 251 24 0 27374 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 122960

[startup+4962.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/515 31745
/proc/meminfo: memFree=11583284/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=137104 CPUtime=4962.42 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60234 0 0 0 496231 11 0 0 25 0 1 0 751026132 140394496 27390 33554432000 4194304 4291949 140735594435952 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 34276 27390 251 24 0 30910 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 137104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/515 31746
/proc/meminfo: memFree=11569384/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=137104 CPUtime=5000.04 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60234 0 0 0 499993 11 0 0 25 0 1 0 751026132 140394496 27390 33554432000 4194304 4291949 140735594435952 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 34276 27390 251 24 0 30910 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 137104

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: 2.08 2.06 2.01 3/515 31746
/proc/meminfo: memFree=11569384/32951124 swapFree=63083240/67111528
[pid=31572] ppid=31570 vsize=137104 CPUtime=5000.04 cores=0,2,4,6
/proc/31572/stat : 31572 (RestartSAT) R 31570 31572 31221 0 -1 4202496 60234 0 0 0 499993 11 0 0 25 0 1 0 751026132 140394496 27390 33554432000 4194304 4291949 140735594435952 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31572/statm: 34276 27390 251 24 0 30910 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 137104

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

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

runsolver used 26.233 second user time and 55.7195 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-28 14:35:05
IDJOB=3420149
IDBENCH=84237
IDSOLVER=1911
FILE ID=node141/3420149-1306586105
RUNJOBID= node141-1306579391-31239
PBS_JOBID= 13471539
Free space on /tmp= 73672 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420149-1306586105/watcher-3420149-1306586105 -o /tmp/evaluation-result-3420149-1306586105/solver-3420149-1306586105 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420149-1306586105.cnf

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=39418264

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      11848952 kB
Buffers:        352856 kB
Cached:       10244140 kB
SwapCached:      15808 kB
Active:       12989408 kB
Inactive:      7812068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11848952 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:    10196240 kB
Mapped:          26476 kB
Slab:           160024 kB
PageTables:      69796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150797488 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= 73668 MiB
End job on node141 at 2011-05-28 15:58:27