Trace number 3421014

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
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 variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
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-3421014-1306615235/watcher-3421014-1306615235 -o /tmp/evaluation-result-3421014-1306615235/solver-3421014-1306615235 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421014-1306615235.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: 1.96 2.02 2.00 2/481 4524
/proc/meminfo: memFree=11781976/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=20640 CPUtime=0 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1088 0 0 0 0 0 0 0 25 0 1 0 773123218 21135360 1031 33554432000 4194304 4291949 140733754461616 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 5160 1032 226 24 0 1794 0

[startup+0.0667311 s]
/proc/loadavg: 1.96 2.02 2.00 2/481 4524
/proc/meminfo: memFree=11781976/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=26924 CPUtime=0.05 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 3746 0 0 0 5 0 0 0 25 0 1 0 773123218 27570176 3360 33554432000 4194304 4291949 140733754461616 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 6731 3360 232 24 0 3365 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26924

[startup+0.100719 s]
/proc/loadavg: 1.96 2.02 2.00 2/481 4524
/proc/meminfo: memFree=11781976/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=26924 CPUtime=0.09 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 3746 0 0 0 9 0 0 0 25 0 1 0 773123218 27570176 3360 33554432000 4194304 4291949 140733754461616 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 6731 3360 232 24 0 3365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26924

[startup+0.300756 s]
/proc/loadavg: 1.96 2.02 2.00 2/481 4524
/proc/meminfo: memFree=11781976/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=26924 CPUtime=0.29 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 3746 0 0 0 29 0 0 0 25 0 1 0 773123218 27570176 3360 33554432000 4194304 4291949 140733754461616 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 6731 3360 232 24 0 3365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26924

[startup+0.700667 s]
/proc/loadavg: 1.96 2.02 2.00 2/481 4524
/proc/meminfo: memFree=11781976/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=31020 CPUtime=0.68 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 4296 0 0 0 68 0 0 0 25 0 1 0 773123218 31764480 3910 33554432000 4194304 4291949 140733754461616 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 7755 3910 234 24 0 4389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31020

[startup+1.50052 s]
/proc/loadavg: 1.96 2.02 2.00 3/482 4525
/proc/meminfo: memFree=11747736/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=38896 CPUtime=1.48 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 9169 0 0 0 147 1 0 0 25 0 1 0 773123218 39829504 6087 33554432000 4194304 4291949 140733754461616 18446744073709551615 4230147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 9724 6087 234 24 0 6358 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38896

[startup+3.10021 s]
/proc/loadavg: 1.96 2.02 2.00 3/482 4525
/proc/meminfo: memFree=11742308/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=37728 CPUtime=3.09 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 10650 0 0 0 307 2 0 0 25 0 1 0 773123218 38633472 5827 33554432000 4194304 4291949 140733754461616 18446744073709551615 4250544 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 9432 5827 253 24 0 6066 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37728

[startup+6.3006 s]
/proc/loadavg: 1.96 2.02 2.00 3/482 4525
/proc/meminfo: memFree=11719620/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=49220 CPUtime=6.29 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 13797 0 0 0 627 2 0 0 25 0 1 0 773123218 50401280 8914 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 12305 8914 253 24 0 8939 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49220

[startup+12.7003 s]
/proc/loadavg: 1.96 2.01 2.00 3/482 4525
/proc/meminfo: memFree=11670404/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=98540 CPUtime=12.68 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 22858 0 0 0 1265 3 0 0 25 0 1 0 773123218 100904960 17900 33554432000 4194304 4291949 140733754461616 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 24635 17900 253 24 0 21269 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98540

[startup+25.5009 s]
/proc/loadavg: 1.97 2.01 2.00 3/482 4526
/proc/meminfo: memFree=11618704/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=129360 CPUtime=25.49 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 27397 0 0 0 2545 4 0 0 25 0 1 0 773123218 132464640 22339 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 32340 22339 253 24 0 28974 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129360

[startup+51.101 s]
/proc/loadavg: 1.98 2.01 2.00 3/482 4526
/proc/meminfo: memFree=11617824/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=130616 CPUtime=51.09 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 45147 0 0 0 5100 9 0 0 25 0 1 0 773123218 133750784 21949 33554432000 4194304 4291949 140733754461616 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 32654 21949 253 24 0 29288 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 130616

[startup+102.318 s]
/proc/loadavg: 1.99 2.01 2.00 3/482 4528
/proc/meminfo: memFree=11605160/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=139012 CPUtime=102.31 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 74931 0 0 0 10217 14 0 0 25 0 1 0 773123218 142348288 26426 33554432000 4194304 4291949 140733754461616 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 34753 26426 253 24 0 31387 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 139012

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/482 4529
/proc/meminfo: memFree=11538676/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=192444 CPUtime=162.29 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 113894 0 0 0 16207 22 0 0 25 0 1 0 773123218 197062656 41023 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 48111 41023 253 24 0 44745 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 192444

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/482 4531
/proc/meminfo: memFree=11558608/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=152800 CPUtime=222.29 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 140873 0 0 0 22201 28 0 0 25 0 1 0 773123218 156467200 33569 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 38200 33569 253 24 0 34834 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152800

[startup+282.301 s]
/proc/loadavg: 2.09 2.03 2.01 3/482 4532
/proc/meminfo: memFree=11545560/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=157656 CPUtime=282.27 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 170689 0 0 0 28192 35 0 0 25 0 1 0 773123218 161439744 32359 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 39414 32359 253 24 0 36048 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 157656

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/482 4534
/proc/meminfo: memFree=11478696/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=289132 CPUtime=342.27 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 187253 0 0 0 34187 40 0 0 25 0 1 0 773123218 296071168 48697 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 72283 48697 253 24 0 68917 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 289132

[startup+402.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/482 4536
/proc/meminfo: memFree=11412572/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=294144 CPUtime=402.28 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 231579 0 0 0 40178 50 0 0 25 0 1 0 773123218 301203456 58198 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 73536 58198 253 24 0 70170 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 294144

[startup+462.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/482 4537
/proc/meminfo: memFree=11537656/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=150760 CPUtime=462.28 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 263830 0 0 0 46171 57 0 0 25 0 1 0 773123218 154378240 34048 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 37690 34048 253 24 0 34324 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 150760

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 4539
/proc/meminfo: memFree=11462240/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=231668 CPUtime=522.27 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 283060 0 0 0 52165 62 0 0 25 0 1 0 773123218 237228032 53030 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 57917 53030 253 24 0 54551 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 231668

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 4540
/proc/meminfo: memFree=11394880/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=231668 CPUtime=582.28 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 316189 0 0 0 58158 70 0 0 25 0 1 0 773123218 237228032 51251 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4524/statm: 57917 51251 253 24 0 54551 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 231668

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 4650
/proc/meminfo: memFree=11112892/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=420196 CPUtime=4062.41 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1837082 0 0 0 405792 449 0 0 25 0 1 0 773123218 430280704 84628 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 105049 84628 253 24 0 101683 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 420196

[startup+4122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 4652
/proc/meminfo: memFree=11042668/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=420196 CPUtime=4122.4 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1847922 0 0 0 411787 453 0 0 25 0 1 0 773123218 430280704 95335 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 105049 95335 253 24 0 101683 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 420196

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 4653
/proc/meminfo: memFree=11042256/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=552456 CPUtime=4182.4 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1857363 0 0 0 417784 456 0 0 25 0 1 0 773123218 565714944 104658 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 138114 104658 253 24 0 134748 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 552456

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4655
/proc/meminfo: memFree=11111660/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=420648 CPUtime=4242.4 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1892231 0 0 0 423775 465 0 0 25 0 1 0 773123218 430743552 81925 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 105162 81925 253 24 0 101796 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 420648

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 4657
/proc/meminfo: memFree=11071588/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=420648 CPUtime=4302.4 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1907944 0 0 0 429771 469 0 0 25 0 1 0 773123218 430743552 97422 33554432000 4194304 4291949 140733754461616 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 105162 97422 253 24 0 101796 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 420648

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 4658
/proc/meminfo: memFree=11296988/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=229132 CPUtime=4362.41 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1926799 0 0 0 435765 476 0 0 25 0 1 0 773123218 234631168 52594 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 57283 52594 253 24 0 53917 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 229132

[startup+4422.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/482 4660
/proc/meminfo: memFree=11147548/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=340684 CPUtime=4422.4 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1951143 0 0 0 441759 481 0 0 25 0 1 0 773123218 348860416 76643 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 85171 76643 253 24 0 81805 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 340684

[startup+4482.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/482 4661
/proc/meminfo: memFree=11065308/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=422072 CPUtime=4482.41 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 1975766 0 0 0 447755 486 0 0 25 0 1 0 773123218 432201728 101047 33554432000 4194304 4291949 140733754461616 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 105518 101047 253 24 0 102152 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 422072

[startup+4542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 4663
/proc/meminfo: memFree=11151580/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=340684 CPUtime=4542.41 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2022023 0 0 0 453747 494 0 0 25 0 1 0 773123218 348860416 74062 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 85171 74062 253 24 0 81805 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 340684

[startup+4602.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/482 4665
/proc/meminfo: memFree=10971376/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=554332 CPUtime=4602.42 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2069373 0 0 0 459738 504 0 0 25 0 1 0 773123218 567635968 121080 33554432000 4194304 4291949 140733754461616 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 138583 121080 253 24 0 135217 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 554332

[startup+4662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/482 4666
/proc/meminfo: memFree=10807168/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=770828 CPUtime=4662.42 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2095791 0 0 0 465730 512 0 0 25 0 1 0 773123218 789327872 147345 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 192707 147345 253 24 0 189341 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 770828

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 4668
/proc/meminfo: memFree=11174932/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=345816 CPUtime=4722.44 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2135754 0 0 0 471720 524 0 0 25 0 1 0 773123218 354115584 71929 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 86454 71929 253 24 0 83088 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 345816

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4669
/proc/meminfo: memFree=10987172/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=564548 CPUtime=4782.42 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2183572 0 0 0 477709 533 0 0 25 0 1 0 773123218 578097152 119445 33554432000 4194304 4291949 140733754461616 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 141137 119445 253 24 0 137771 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 564548

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4680
/proc/meminfo: memFree=10807180/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=785048 CPUtime=4842.42 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2215857 0 0 0 483701 541 0 0 25 0 1 0 773123218 803889152 151544 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 196262 151544 253 24 0 192896 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 785048

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 4682
/proc/meminfo: memFree=11206788/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=358372 CPUtime=4902.43 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2256810 0 0 0 489691 552 0 0 25 0 1 0 773123218 366972928 74712 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 89593 74712 253 24 0 86227 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 358372

[startup+4962.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/482 4683
/proc/meminfo: memFree=10998428/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=575612 CPUtime=4962.43 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2300912 0 0 0 495679 564 0 0 25 0 1 0 773123218 589426688 118541 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 143903 118541 253 24 0 140537 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 575612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.03 2.01 2/480 4685
/proc/meminfo: memFree=11270492/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=587336 CPUtime=5000.03 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2310664 0 0 0 499436 567 0 0 25 0 1 0 773123218 601432064 128205 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 146834 128205 253 24 0 143468 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 587336

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.03 2.01 2/480 4685
/proc/meminfo: memFree=11270492/32950928 swapFree=51884240/67111528
[pid=4524] ppid=4522 vsize=587336 CPUtime=5000.03 cores=1,3,5,7
/proc/4524/stat : 4524 (RestartSAT) R 4522 4524 4258 0 -1 4202496 2310664 0 0 0 499436 567 0 0 25 0 1 0 773123218 601432064 128205 33554432000 4194304 4291949 140733754461616 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4524/statm: 146834 128205 253 24 0 143468 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 587336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4994.38
CPU system time (s): 5.70013
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 805432

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

runsolver used 22.1526 second user time and 55.1416 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-28 22:40:36
IDJOB=3421014
IDBENCH=83159
IDSOLVER=1911
FILE ID=node127/3421014-1306615235
RUNJOBID= node127-1306610233-4277
PBS_JOBID= 13471594
Free space on /tmp= 73708 MiB

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

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=1686352183

node127.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.823
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.64
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.823
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.74
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11782256 kB
Buffers:        268440 kB
Cached:        4346100 kB
SwapCached:      55132 kB
Active:        3967184 kB
Inactive:     16924356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11782256 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:            5076 kB
Writeback:          96 kB
AnonPages:    16228388 kB
Mapped:          29024 kB
Slab:           113124 kB
PageTables:      95108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119752196 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= 73708 MiB
End job on node127 at 2011-05-29 00:03:57