Trace number 3264173

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) 1300.05 1300.02

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264173-1303568271/watcher-3264173-1303568271 -o /tmp/evaluation-result-3264173-1303568271/solver-3264173-1303568271 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3264173-1303568271.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.89 3.17 5.16 5/189 19706
/proc/meminfo: memFree=15990120/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=19564 CPUtime=0 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 699 0 0 0 0 0 0 0 21 0 1 0 468424855 20033536 640 33554432000 4194304 4291949 140737353516240 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 4891 641 225 24 0 1525 0

[startup+0.042763 s]
/proc/loadavg: 0.89 3.17 5.16 5/189 19706
/proc/meminfo: memFree=15990120/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=24952 CPUtime=0.03 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 2731 0 0 0 3 0 0 0 21 0 1 0 468424855 25550848 2479 33554432000 4194304 4291949 140737353516240 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 6238 2479 232 24 0 2872 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24952

[startup+0.100781 s]
/proc/loadavg: 0.89 3.17 5.16 5/189 19706
/proc/meminfo: memFree=15990120/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=24952 CPUtime=0.09 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 2732 0 0 0 9 0 0 0 21 0 1 0 468424855 25550848 2480 33554432000 4194304 4291949 140737353516240 18446744073709551615 4230016 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 6238 2480 232 24 0 2872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24952

[startup+0.300737 s]
/proc/loadavg: 0.89 3.17 5.16 5/189 19706
/proc/meminfo: memFree=15990120/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=22888 CPUtime=0.29 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 3502 0 0 0 29 0 0 0 22 0 1 0 468424855 23437312 2464 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 5722 2464 253 24 0 2356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22888

[startup+0.700666 s]
/proc/loadavg: 0.89 3.17 5.16 5/189 19706
/proc/meminfo: memFree=15990120/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=27284 CPUtime=0.68 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 4058 0 0 0 68 0 0 0 23 0 1 0 468424855 27938816 3017 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 6821 3017 253 24 0 3455 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27284

[startup+1.50053 s]
/proc/loadavg: 0.89 3.17 5.16 5/190 19707
/proc/meminfo: memFree=15970652/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=31856 CPUtime=1.48 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 4829 0 0 0 148 0 0 0 25 0 1 0 468424855 32620544 3784 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 7964 3784 253 24 0 4598 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31856

[startup+3.1002 s]
/proc/loadavg: 1.14 3.18 5.15 5/190 19707
/proc/meminfo: memFree=15961600/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=40496 CPUtime=3.08 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 6417 0 0 0 308 0 0 0 25 0 1 0 468424855 41467904 5366 33554432000 4194304 4291949 140737353516240 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 10124 5366 253 24 0 6758 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40496

[startup+6.30065 s]
/proc/loadavg: 1.14 3.18 5.15 5/190 19708
/proc/meminfo: memFree=15940316/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=42440 CPUtime=6.29 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 8476 0 0 0 628 1 0 0 25 0 1 0 468424855 43458560 7409 33554432000 4194304 4291949 140737353516240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 10610 7409 253 24 0 7244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42440

[startup+12.7005 s]
/proc/loadavg: 1.58 3.21 5.14 5/190 19708
/proc/meminfo: memFree=15909208/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=57284 CPUtime=12.69 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 11675 0 0 0 1267 2 0 0 25 0 1 0 468424855 58658816 10580 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 14321 10580 253 24 0 10955 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57284

[startup+25.5012 s]
/proc/loadavg: 1.95 3.24 5.13 5/190 19708
/proc/meminfo: memFree=15882868/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=80436 CPUtime=25.49 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 16097 0 0 0 2546 3 0 0 25 0 1 0 468424855 82366464 14972 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 20109 14972 253 24 0 16743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80436

[startup+51.1005 s]
/proc/loadavg: 2.71 3.31 5.10 5/190 19709
/proc/meminfo: memFree=15847764/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=117400 CPUtime=51.09 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 23040 0 0 0 5104 5 0 0 25 0 1 0 468424855 120217600 21869 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 29350 21869 253 24 0 25984 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117400

[startup+102.307 s]
/proc/loadavg: 3.48 3.43 5.04 5/190 19710
/proc/meminfo: memFree=15866452/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=63740 CPUtime=102.3 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 35514 0 0 0 10219 11 0 0 25 0 1 0 468424855 65269760 11520 33554432000 4194304 4291949 140737353516240 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 15935 11520 253 24 0 12569 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63740

[startup+162.3 s]
/proc/loadavg: 3.81 3.53 4.97 5/190 19712
/proc/meminfo: memFree=15804436/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=126456 CPUtime=162.29 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 50671 0 0 0 16213 16 0 0 25 0 1 0 468424855 129490944 26573 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 31614 26573 253 24 0 28248 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 126456

[startup+222.3 s]
/proc/loadavg: 3.93 3.61 4.90 5/190 19713
/proc/meminfo: memFree=15764596/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=181584 CPUtime=222.3 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 58859 0 0 0 22211 19 0 0 25 0 1 0 468424855 185942016 34733 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 45396 34733 253 24 0 42030 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 181584

[startup+282.3 s]
/proc/loadavg: 3.97 3.68 4.85 5/190 19715
/proc/meminfo: memFree=15721420/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=187356 CPUtime=282.3 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 65206 0 0 0 28208 22 0 0 25 0 1 0 468424855 191852544 41047 33554432000 4194304 4291949 140737353516240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 46839 41047 253 24 0 43473 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 187356

[startup+342.3 s]
/proc/loadavg: 3.99 3.74 4.79 5/190 19717
/proc/meminfo: memFree=15773228/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=138632 CPUtime=342.3 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 80568 0 0 0 34203 27 0 0 25 0 1 0 468424855 141959168 23471 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 34658 23471 253 24 0 31292 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138632

[startup+402.3 s]
/proc/loadavg: 4.03 3.79 4.74 5/190 19718
/proc/meminfo: memFree=15740972/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=188860 CPUtime=402.3 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 88861 0 0 0 40200 30 0 0 25 0 1 0 468424855 193392640 31724 33554432000 4194304 4291949 140737353516240 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 47215 31724 253 24 0 43849 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 188860

[startup+462.301 s]
/proc/loadavg: 4.01 3.83 4.69 5/190 19720
/proc/meminfo: memFree=15698296/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=189772 CPUtime=462.3 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 98613 0 0 0 46196 34 0 0 25 0 1 0 468424855 194326528 41427 33554432000 4194304 4291949 140737353516240 18446744073709551615 4262726 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 47443 41427 253 24 0 44077 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 189772

[startup+522.301 s]
/proc/loadavg: 4.04 3.87 4.65 5/190 19721
/proc/meminfo: memFree=15672608/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=275176 CPUtime=522.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 105136 0 0 0 52195 36 0 0 25 0 1 0 468424855 281780224 47909 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 68794 47909 253 24 0 65428 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 275176

[startup+582.301 s]
/proc/loadavg: 4.01 3.89 4.61 5/190 19723
/proc/meminfo: memFree=15767320/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=114652 CPUtime=582.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 119016 0 0 0 58191 40 0 0 25 0 1 0 468424855 117403648 23576 33554432000 4194304 4291949 140737353516240 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 28663 23576 253 24 0 25297 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 114652

[startup+642.301 s]
/proc/loadavg: 4.04 3.92 4.57 5/190 19725
/proc/meminfo: memFree=15729360/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=145472 CPUtime=642.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 127743 0 0 0 64187 44 0 0 25 0 1 0 468424855 148963328 32260 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 36368 32260 253 24 0 33002 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 145472

[startup+702.301 s]
/proc/loadavg: 4.01 3.93 4.53 5/190 19726
/proc/meminfo: memFree=15697724/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=195772 CPUtime=702.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 134199 0 0 0 70183 48 0 0 25 0 1 0 468424855 200470528 38689 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 48943 38689 253 24 0 45577 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 195772

[startup+762.307 s]
/proc/loadavg: 4.06 3.96 4.50 5/190 19728
/proc/meminfo: memFree=15678232/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=196780 CPUtime=762.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 139017 0 0 0 76182 49 0 0 25 0 1 0 468424855 201502720 43485 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 49195 43485 253 24 0 45829 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 196780

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 4.47 5/190 19729
/proc/meminfo: memFree=15657748/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=280656 CPUtime=822.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 144159 0 0 0 82180 51 0 0 25 0 1 0 468424855 287391744 48603 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 70164 48603 253 24 0 66798 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 280656

[startup+882.301 s]
/proc/loadavg: 4.01 3.97 4.44 5/190 19731
/proc/meminfo: memFree=15638136/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=284408 CPUtime=882.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 148716 0 0 0 88178 53 0 0 25 0 1 0 468424855 291233792 53145 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 71102 53145 253 24 0 67736 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 284408

[startup+942.301 s]
/proc/loadavg: 4.05 3.99 4.41 5/190 19733
/proc/meminfo: memFree=15620876/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=287376 CPUtime=942.31 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 153203 0 0 0 94176 55 0 0 25 0 1 0 468424855 294273024 57611 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 71844 57611 253 24 0 68478 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 287376

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 4.38 5/190 19734
/proc/meminfo: memFree=15738424/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=157712 CPUtime=1002.32 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 169434 0 0 0 100170 62 0 0 25 0 1 0 468424855 161497088 27803 33554432000 4194304 4291949 140737353516240 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 39428 27803 253 24 0 36062 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 157712

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 4.36 5/190 19736
/proc/meminfo: memFree=15702812/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=207800 CPUtime=1062.32 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 178268 0 0 0 106165 67 0 0 25 0 1 0 468424855 212787200 36598 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 51950 36598 253 24 0 48584 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 207800

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 4.33 5/190 19737
/proc/meminfo: memFree=15676256/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=207800 CPUtime=1122.32 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 184797 0 0 0 112162 70 0 0 25 0 1 0 468424855 212787200 43093 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 51950 43093 253 24 0 48584 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 207800

[startup+1182.3 s]
/proc/loadavg: 4.05 4.00 4.31 5/190 19739
/proc/meminfo: memFree=15638412/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=207800 CPUtime=1182.32 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 189519 0 0 0 118161 71 0 0 25 0 1 0 468424855 212787200 47787 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 51950 47787 253 24 0 48584 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 207800

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 4.29 5/190 19741
/proc/meminfo: memFree=15614588/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=289188 CPUtime=1242.32 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 193732 0 0 0 124159 73 0 0 25 0 1 0 468424855 296128512 51981 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 72297 51981 253 24 0 68931 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 289188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.27 2/184 19745
/proc/meminfo: memFree=15771224/32951124 swapFree=67111528/67111528
[pid=19706] ppid=19704 vsize=290176 CPUtime=1300.02 cores=4,6
/proc/19706/stat : 19706 (RestartSAT) R 19704 19706 19646 0 -1 4202496 197851 0 0 0 129927 75 0 0 25 0 1 0 468424855 297140224 56070 33554432000 4194304 4291949 140737353516240 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19706/statm: 72544 56070 253 24 0 69178 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 290176

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.28
CPU system time (s): 0.769882
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 290176

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

runsolver used 2.32765 second user time and 4.77627 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-23 16:17:51
IDJOB=3264173
IDBENCH=84560
IDSOLVER=1580
FILE ID=node139/3264173-1303568271
RUNJOBID= node139-1303568266-19665
PBS_JOBID= 13150294
Free space on /tmp= 72380 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264173-1303568271/watcher-3264173-1303568271 -o /tmp/evaluation-result-3264173-1303568271/solver-3264173-1303568271 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3264173-1303568271.cnf

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1249717105

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15990400 kB
Buffers:       2141404 kB
Cached:       14223292 kB
SwapCached:          0 kB
Active:        9840380 kB
Inactive:      6599668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15990400 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4340 kB
Writeback:           0 kB
AnonPages:       73800 kB
Mapped:          14820 kB
Slab:           457016 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   263172 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= 72384 MiB
End job on node139 at 2011-04-23 16:39:33