Trace number 3421040

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.07 4999.94

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x30.cnf
MD5SUM3a506c7557d86d0d326e3b3cdee85b69
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 variables2040
Number of clauses240210
Sum of the clauses size954720
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23060
Number of clauses of size 30
Number of clauses of size 4237150
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-3421040-1306616707/watcher-3421040-1306616707 -o /tmp/evaluation-result-3421040-1306616707/solver-3421040-1306616707 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421040-1306616707.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.03 2.01 2.00 2/400 18566
/proc/meminfo: memFree=16761820/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=20688 CPUtime=0 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1123 0 0 0 0 0 0 0 25 0 1 0 773270507 21184512 1066 33554432000 4194304 4291949 140736420658480 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 5172 1068 225 24 0 1806 0

[startup+0.094791 s]
/proc/loadavg: 2.03 2.01 2.00 2/400 18566
/proc/meminfo: memFree=16761820/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=34408 CPUtime=0.08 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 5636 0 0 0 8 0 0 0 25 0 1 0 773270507 35233792 5047 33554432000 4194304 4291949 140736420658480 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 8602 5047 231 24 0 5236 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34408

[startup+0.100791 s]
/proc/loadavg: 2.03 2.01 2.00 2/400 18566
/proc/meminfo: memFree=16761820/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=34408 CPUtime=0.09 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 5636 0 0 0 9 0 0 0 25 0 1 0 773270507 35233792 5047 33554432000 4194304 4291949 140736420658480 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 8602 5047 231 24 0 5236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34408

[startup+0.300753 s]
/proc/loadavg: 2.03 2.01 2.00 2/400 18566
/proc/meminfo: memFree=16761820/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=34408 CPUtime=0.29 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 5636 0 0 0 29 0 0 0 25 0 1 0 773270507 35233792 5047 33554432000 4194304 4291949 140736420658480 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 8602 5047 231 24 0 5236 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34408

[startup+0.70062 s]
/proc/loadavg: 2.03 2.01 2.00 2/400 18566
/proc/meminfo: memFree=16761820/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=34408 CPUtime=0.69 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 5636 0 0 0 69 0 0 0 25 0 1 0 773270507 35233792 5047 33554432000 4194304 4291949 140736420658480 18446744073709551615 4230273 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 8602 5047 231 24 0 5236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34408

[startup+1.50056 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 18567
/proc/meminfo: memFree=16741732/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=42232 CPUtime=1.49 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 6978 0 0 0 149 0 0 0 25 0 1 0 773270507 43245568 6389 33554432000 4194304 4291949 140736420658480 18446744073709551615 4229798 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 10558 6389 233 24 0 7192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42232

[startup+3.10019 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 18567
/proc/meminfo: memFree=16723816/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=51408 CPUtime=3.09 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 13460 0 0 0 308 1 0 0 25 0 1 0 773270507 52641792 8809 33554432000 4194304 4291949 140736420658480 18446744073709551615 4230302 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 12852 8809 233 24 0 9486 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51408

[startup+6.30068 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 18567
/proc/meminfo: memFree=16728776/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=49776 CPUtime=6.29 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 16323 0 0 0 627 2 0 0 25 0 1 0 773270507 50970624 8997 33554432000 4194304 4291949 140736420658480 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 12444 8997 251 24 0 9078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49776

[startup+12.7005 s]
/proc/loadavg: 2.02 2.01 2.00 3/401 18568
/proc/meminfo: memFree=16687704/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=98804 CPUtime=12.69 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 25901 0 0 0 1266 3 0 0 25 0 1 0 773270507 101175296 18490 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 24701 18490 251 24 0 21335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98804

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/401 18568
/proc/meminfo: memFree=16663060/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=148592 CPUtime=25.49 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 32062 0 0 0 2545 4 0 0 25 0 1 0 773270507 152158208 24573 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 37148 24573 251 24 0 33782 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148592

[startup+51.1007 s]
/proc/loadavg: 2.01 2.01 2.00 3/401 18569
/proc/meminfo: memFree=16627036/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=198680 CPUtime=51.1 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 41193 0 0 0 5103 7 0 0 25 0 1 0 773270507 203448320 33580 33554432000 4194304 4291949 140736420658480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 49670 33580 251 24 0 46304 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 198680

[startup+102.315 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18570
/proc/meminfo: memFree=16643768/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=164884 CPUtime=102.31 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 69687 0 0 0 10217 14 0 0 25 0 1 0 773270507 168841216 29310 33554432000 4194304 4291949 140736420658480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 41221 29310 251 24 0 37855 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 164884

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18572
/proc/meminfo: memFree=16553348/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=296360 CPUtime=162.3 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 92521 0 0 0 16209 21 0 0 25 0 1 0 773270507 303472640 51799 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 74090 51799 251 24 0 70724 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 296360

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/401 18573
/proc/meminfo: memFree=16582228/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=214972 CPUtime=222.29 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 129854 0 0 0 22202 27 0 0 25 0 1 0 773270507 220131328 44488 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 53743 44488 251 24 0 50377 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 214972

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/401 18575
/proc/meminfo: memFree=16509288/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=296360 CPUtime=282.3 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 148545 0 0 0 28196 34 0 0 25 0 1 0 773270507 303472640 62935 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 74090 62935 251 24 0 70724 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 296360

[startup+342.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/401 18576
/proc/meminfo: memFree=16596804/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=233472 CPUtime=342.3 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 182530 0 0 0 34189 41 0 0 25 0 1 0 773270507 239075328 41365 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 58368 41365 251 24 0 55002 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 233472

[startup+402.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/401 18578
/proc/meminfo: memFree=16512216/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=314860 CPUtime=402.3 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 203685 0 0 0 40182 48 0 0 25 0 1 0 773270507 322416640 62241 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 78715 62241 251 24 0 75349 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 314860

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/401 18580
/proc/meminfo: memFree=16518404/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=314860 CPUtime=462.3 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 253675 0 0 0 46170 60 0 0 25 0 1 0 773270507 322416640 60906 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 78715 60906 251 24 0 75349 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 314860

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18581
/proc/meminfo: memFree=16462076/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=447120 CPUtime=522.31 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 267548 0 0 0 52166 65 0 0 25 0 1 0 773270507 457850880 74565 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 111780 74565 251 24 0 108414 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 447120

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18583
/proc/meminfo: memFree=16395084/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=447120 CPUtime=582.31 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 284708 0 0 0 58161 70 0 0 25 0 1 0 773270507 457850880 91510 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 111780 91510 251 24 0 108414 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 447120

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18743
/proc/meminfo: memFree=16045192/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=338864 CPUtime=4062.41 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1657578 0 0 0 405813 428 0 0 25 0 1 0 773270507 346996736 71227 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 84716 71227 251 24 0 81350 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 338864

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18744
/proc/meminfo: memFree=16156160/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=470340 CPUtime=4122.4 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1683277 0 0 0 411805 435 0 0 25 0 1 0 773270507 481628160 96615 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 117585 96615 251 24 0 114219 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 470340

[startup+4182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/401 18746
/proc/meminfo: memFree=15982912/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=602600 CPUtime=4182.39 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1706461 0 0 0 417800 439 0 0 25 0 1 0 773270507 617062400 119572 33554432000 4194304 4291949 140736420658480 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 150650 119572 251 24 0 147284 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 602600

[startup+4242.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/401 18747
/proc/meminfo: memFree=15862240/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=602600 CPUtime=4242.4 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1725955 0 0 0 423795 445 0 0 25 0 1 0 773270507 617062400 138826 33554432000 4194304 4291949 140736420658480 18446744073709551615 4268835 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 150650 138826 251 24 0 147284 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 602600

[startup+4302.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/401 18749
/proc/meminfo: memFree=16045612/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=338864 CPUtime=4302.4 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1759136 0 0 0 429788 452 0 0 25 0 1 0 773270507 346996736 76925 33554432000 4194304 4291949 140736420658480 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 84716 76926 251 24 0 81350 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 338864

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/401 18751
/proc/meminfo: memFree=15901264/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=470340 CPUtime=4362.4 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1779958 0 0 0 435784 456 0 0 25 0 1 0 773270507 481628160 97466 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 117585 97466 251 24 0 114219 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 470340

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18752
/proc/meminfo: memFree=15914880/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=602600 CPUtime=4422.41 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1815176 0 0 0 441779 462 0 0 25 0 1 0 773270507 617062400 132377 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 150650 132377 251 24 0 147284 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 602600

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18754
/proc/meminfo: memFree=15678392/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=817524 CPUtime=4482.41 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1832426 0 0 0 447774 467 0 0 25 0 1 0 773270507 837144576 149386 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 204381 149386 251 24 0 201015 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 817524

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18755
/proc/meminfo: memFree=15850232/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=338864 CPUtime=4542.4 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1861760 0 0 0 453766 474 0 0 25 0 1 0 773270507 346996736 77961 33554432000 4194304 4291949 140736420658480 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 84716 77961 251 24 0 81350 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 338864

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18757
/proc/meminfo: memFree=15684676/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=470340 CPUtime=4602.42 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1881991 0 0 0 459763 479 0 0 25 0 1 0 773270507 481628160 97956 33554432000 4194304 4291949 140736420658480 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 117585 97956 251 24 0 114219 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 470340

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18759
/proc/meminfo: memFree=15566972/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=470340 CPUtime=4662.41 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1894556 0 0 0 465759 482 0 0 25 0 1 0 773270507 481628160 110347 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 117585 110347 251 24 0 114219 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 470340

[startup+4722.31 s]
/proc/loadavg: 2.08 2.02 2.01 4/401 18760
/proc/meminfo: memFree=15932880/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=602600 CPUtime=4722.43 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1916570 0 0 0 471755 488 0 0 25 0 1 0 773270507 617062400 132162 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 150650 132162 251 24 0 147284 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 602600

[startup+4782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 18762
/proc/meminfo: memFree=15825964/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=602600 CPUtime=4782.41 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1926829 0 0 0 477750 491 0 0 25 0 1 0 773270507 617062400 142277 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 150650 142277 251 24 0 147284 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 602600

[startup+4842.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/401 18763
/proc/meminfo: memFree=16059316/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=338864 CPUtime=4842.42 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1952084 0 0 0 483743 499 0 0 25 0 1 0 773270507 346996736 72866 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 84716 72866 251 24 0 81350 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 338864

[startup+4902.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 18765
/proc/meminfo: memFree=15908752/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=470340 CPUtime=4902.42 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1974651 0 0 0 489737 505 0 0 25 0 1 0 773270507 481628160 95188 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 117585 95188 251 24 0 114219 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 470340

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18767
/proc/meminfo: memFree=15812636/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=470340 CPUtime=4962.42 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 1990362 0 0 0 495732 510 0 0 25 0 1 0 773270507 481628160 110681 33554432000 4194304 4291949 140736420658480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 117585 110681 251 24 0 114219 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 470340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18768
/proc/meminfo: memFree=15718132/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=602600 CPUtime=5000.03 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 2009550 0 0 0 499489 514 0 0 25 0 1 0 773270507 617062400 129707 33554432000 4194304 4291949 140736420658480 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 150650 129707 251 24 0 147284 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 602600

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.00 2.01 2.00 3/401 18768
/proc/meminfo: memFree=15718132/32950904 swapFree=64480420/67111528
[pid=18566] ppid=18564 vsize=602600 CPUtime=5000.03 cores=1,3,5,7
/proc/18566/stat : 18566 (RestartSAT) R 18564 18566 18184 0 -1 4202496 2009550 0 0 0 499489 514 0 0 25 0 1 0 773270507 617062400 129707 33554432000 4194304 4291949 140736420658480 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18566/statm: 150650 129707 251 24 0 147284 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 602600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4994.9
CPU system time (s): 5.17021
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 817524

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

runsolver used 18.1522 second user time and 45.4981 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-28 23:05:08
IDJOB=3421040
IDBENCH=83172
IDSOLVER=1911
FILE ID=node121/3421040-1306616707
RUNJOBID= node121-1306610796-18203
PBS_JOBID= 13471606
Free space on /tmp= 73348 MiB

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

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

MD5SUM BENCH= 3a506c7557d86d0d326e3b3cdee85b69
RANDOM SEED=1413227381

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      16762100 kB
Buffers:        233448 kB
Cached:        5931804 kB
SwapCached:      66536 kB
Active:        4020784 kB
Inactive:     11918464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16762100 kB
SwapTotal:    67111528 kB
SwapFree:     64480420 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:     9713516 kB
Mapped:          27808 kB
Slab:           131072 kB
PageTables:      51912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83535712 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= 73340 MiB
End job on node121 at 2011-05-29 00:28:29