Trace number 3265229

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.06 1300.01

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3265229-1303569573/watcher-3265229-1303569573 -o /tmp/evaluation-result-3265229-1303569573/solver-3265229-1303569573 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265229-1303569573.cnf 

running on 2 cores: 0,2

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: 3.92 3.98 4.48 3/182 1100
/proc/meminfo: memFree=20285916/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=19392 CPUtime=0 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 419 0 0 0 0 0 0 0 25 0 1 0 468556926 19857408 357 33554432000 4194304 4291949 140737052342944 18446744073709551615 4229104 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 4848 357 229 24 0 1482 0

[startup+0.026512 s]
/proc/loadavg: 3.92 3.98 4.48 3/182 1100
/proc/meminfo: memFree=20285916/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=15636 CPUtime=0.02 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 511 0 0 0 2 0 0 0 25 0 1 0 468556926 16011264 422 33554432000 4194304 4291949 140737052342944 18446744073709551615 208083776209 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 3909 422 251 24 0 543 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15636

[startup+0.100553 s]
/proc/loadavg: 3.92 3.98 4.48 3/182 1100
/proc/meminfo: memFree=20285916/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=16440 CPUtime=0.09 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 799 0 0 0 9 0 0 0 25 0 1 0 468556926 16834560 700 33554432000 4194304 4291949 140737052342944 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 4110 700 252 24 0 744 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16440

[startup+0.300515 s]
/proc/loadavg: 3.92 3.98 4.48 3/182 1100
/proc/meminfo: memFree=20285916/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=17072 CPUtime=0.29 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 983 0 0 0 29 0 0 0 25 0 1 0 468556926 17481728 874 33554432000 4194304 4291949 140737052342944 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 4268 874 252 24 0 902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17072

[startup+0.700439 s]
/proc/loadavg: 3.92 3.98 4.48 3/182 1100
/proc/meminfo: memFree=20285916/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=18732 CPUtime=0.69 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 1408 0 0 0 69 0 0 0 25 0 1 0 468556926 19181568 1290 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 4683 1290 252 24 0 1317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18732

[startup+1.50023 s]
/proc/loadavg: 3.92 3.98 4.48 3/180 1118
/proc/meminfo: memFree=20284552/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=20380 CPUtime=1.49 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 1473 0 0 0 149 0 0 0 25 0 1 0 468556926 20869120 1355 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 5095 1355 252 24 0 1729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20380

[startup+3.10092 s]
/proc/loadavg: 3.93 3.98 4.48 5/187 1132
/proc/meminfo: memFree=20263420/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=20380 CPUtime=3.09 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 1833 0 0 0 309 0 0 0 25 0 1 0 468556926 20869120 1703 33554432000 4194304 4291949 140737052342944 18446744073709551615 4251382 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 5095 1703 252 24 0 1729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20380

[startup+6.30032 s]
/proc/loadavg: 3.93 3.98 4.48 5/190 1138
/proc/meminfo: memFree=20186896/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=24768 CPUtime=6.29 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 2763 0 0 0 629 0 0 0 25 0 1 0 468556926 25362432 2618 33554432000 4194304 4291949 140737052342944 18446744073709551615 208083669779 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 6192 2618 252 24 0 2826 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24768

[startup+12.7011 s]
/proc/loadavg: 3.94 3.98 4.47 5/190 1138
/proc/meminfo: memFree=20175284/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=24768 CPUtime=12.69 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 2873 0 0 0 1269 0 0 0 25 0 1 0 468556926 25362432 2727 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 6192 2727 252 24 0 2826 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24768

[startup+25.5007 s]
/proc/loadavg: 4.02 4.00 4.47 5/190 1139
/proc/meminfo: memFree=20121408/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=29168 CPUtime=25.49 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 3751 0 0 0 2549 0 0 0 25 0 1 0 468556926 29868032 3591 33554432000 4194304 4291949 140737052342944 18446744073709551615 4251301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 7292 3591 252 24 0 3926 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29168

[startup+51.1008 s]
/proc/loadavg: 4.01 4.00 4.45 5/190 1139
/proc/meminfo: memFree=20053628/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=34528 CPUtime=51.09 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 5460 0 0 0 5109 0 0 0 25 0 1 0 468556926 35356672 5264 33554432000 4194304 4291949 140737052342944 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 8632 5264 252 24 0 5266 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34528

[startup+102.307 s]
/proc/loadavg: 4.04 4.01 4.43 5/190 1141
/proc/meminfo: memFree=19932556/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=41860 CPUtime=102.3 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 11076 0 0 0 10228 2 0 0 25 0 1 0 468556926 42864640 7072 33554432000 4194304 4291949 140737052342944 18446744073709551615 208083669739 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 10465 7072 252 24 0 7099 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 41860

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 4.41 5/190 1142
/proc/meminfo: memFree=19814988/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=49268 CPUtime=162.3 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 12953 0 0 0 16228 2 0 0 25 0 1 0 468556926 50450432 8924 33554432000 4194304 4291949 140737052342944 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 12317 8924 252 24 0 8951 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 49268

[startup+222.3 s]
/proc/loadavg: 4.03 4.02 4.38 5/190 1144
/proc/meminfo: memFree=19712672/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=49268 CPUtime=222.29 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 12953 0 0 0 22227 2 0 0 25 0 1 0 468556926 50450432 8924 33554432000 4194304 4291949 140737052342944 18446744073709551615 4248309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 12317 8924 252 24 0 8951 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 49268

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 4.35 5/190 1145
/proc/meminfo: memFree=19624740/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=53736 CPUtime=282.3 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 16298 0 0 0 28227 3 0 0 25 0 1 0 468556926 55025664 10041 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 13434 10041 252 24 0 10068 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 53736

[startup+342.3 s]
/proc/loadavg: 4.00 4.01 4.33 5/190 1147
/proc/meminfo: memFree=19515496/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=53736 CPUtime=342.3 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 16298 0 0 0 34227 3 0 0 25 0 1 0 468556926 55025664 10041 33554432000 4194304 4291949 140737052342944 18446744073709551615 4262289 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 13434 10041 252 24 0 10068 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 53736

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 4.31 5/190 1149
/proc/meminfo: memFree=19465996/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=56708 CPUtime=402.3 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 16989 0 0 0 40227 3 0 0 25 0 1 0 468556926 58068992 10720 33554432000 4194304 4291949 140737052342944 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 14177 10720 252 24 0 10811 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 56708

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 4.28 5/190 1150
/proc/meminfo: memFree=19318664/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=68200 CPUtime=462.31 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 20388 0 0 0 46227 4 0 0 25 0 1 0 468556926 69836800 12145 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 17050 12145 252 24 0 13684 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 68200

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 4.26 5/190 1152
/proc/meminfo: memFree=19252800/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=68200 CPUtime=522.31 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 21926 0 0 0 52227 4 0 0 25 0 1 0 468556926 69836800 13671 33554432000 4194304 4291949 140737052342944 18446744073709551615 4263293 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 17050 13671 252 24 0 13684 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 68200

[startup+582.301 s]
/proc/loadavg: 3.78 3.95 4.23 4/184 1170
/proc/meminfo: memFree=19621004/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=68200 CPUtime=582.31 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 21926 0 0 0 58227 4 0 0 25 0 1 0 468556926 69836800 13671 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 17050 13671 252 24 0 13684 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 68200

[startup+642.301 s]
/proc/loadavg: 3.26 3.76 4.14 4/184 1172
/proc/meminfo: memFree=19575236/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=68200 CPUtime=642.32 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 21926 0 0 0 64228 4 0 0 25 0 1 0 468556926 69836800 13671 33554432000 4194304 4291949 140737052342944 18446744073709551615 4263309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 17050 13671 252 24 0 13684 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 68200

[startup+702.301 s]
/proc/loadavg: 2.62 3.51 4.03 3/178 1191
/proc/meminfo: memFree=19554568/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=75668 CPUtime=702.32 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 21928 0 0 0 70228 4 0 0 25 0 1 0 468556926 77484032 13673 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 18917 13673 252 24 0 15551 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 75668

[startup+762.306 s]
/proc/loadavg: 2.26 3.22 3.90 3/178 1192
/proc/meminfo: memFree=19509544/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=75668 CPUtime=762.32 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 23715 0 0 0 76228 4 0 0 25 0 1 0 468556926 77484032 15441 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 18917 15441 252 24 0 15551 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 75668

[startup+822.301 s]
/proc/loadavg: 2.10 3.02 3.79 3/178 1194
/proc/meminfo: memFree=19446660/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=75668 CPUtime=822.32 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 23798 0 0 0 82227 5 0 0 25 0 1 0 468556926 77484032 15524 33554432000 4194304 4291949 140737052342944 18446744073709551615 4261673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 18917 15524 252 24 0 15551 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 75668

[startup+882.3 s]
/proc/loadavg: 2.03 2.81 3.66 3/178 1195
/proc/meminfo: memFree=19416764/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=75668 CPUtime=882.32 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 23798 0 0 0 88227 5 0 0 25 0 1 0 468556926 77484032 15524 33554432000 4194304 4291949 140737052342944 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 18917 15524 252 24 0 15551 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 75668

[startup+942.301 s]
/proc/loadavg: 2.01 2.67 3.56 3/178 1197
/proc/meminfo: memFree=19383512/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=75668 CPUtime=942.33 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 23798 0 0 0 94228 5 0 0 25 0 1 0 468556926 77484032 15524 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 18917 15524 252 24 0 15551 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 75668

[startup+1002.3 s]
/proc/loadavg: 2.00 2.54 3.45 3/178 1199
/proc/meminfo: memFree=19354600/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=75668 CPUtime=1002.33 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 23798 0 0 0 100228 5 0 0 25 0 1 0 468556926 77484032 15524 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 18917 15524 252 24 0 15551 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 75668

[startup+1062.3 s]
/proc/loadavg: 2.00 2.45 3.37 3/178 1200
/proc/meminfo: memFree=19311180/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=80256 CPUtime=1062.33 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 24082 0 0 0 106228 5 0 0 25 0 1 0 468556926 82182144 15805 33554432000 4194304 4291949 140737052342944 18446744073709551615 4267157 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 20064 15805 252 24 0 16698 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 80256

[startup+1122.3 s]
/proc/loadavg: 2.04 2.37 3.28 3/178 1202
/proc/meminfo: memFree=19284484/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=80256 CPUtime=1122.33 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 24479 0 0 0 112228 5 0 0 25 0 1 0 468556926 82182144 16197 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 20064 16197 252 24 0 16698 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 80256

[startup+1182.3 s]
/proc/loadavg: 2.01 2.31 3.20 3/178 1203
/proc/meminfo: memFree=19254700/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=80256 CPUtime=1182.33 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 24479 0 0 0 118228 5 0 0 25 0 1 0 468556926 82182144 16197 33554432000 4194304 4291949 140737052342944 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 20064 16197 252 24 0 16698 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 80256

[startup+1242.3 s]
/proc/loadavg: 2.00 2.24 3.12 3/178 1205
/proc/meminfo: memFree=19219584/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=80256 CPUtime=1242.34 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 24748 0 0 0 124229 5 0 0 25 0 1 0 468556926 82182144 16463 33554432000 4194304 4291949 140737052342944 18446744073709551615 4276000 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 20064 16463 252 24 0 16698 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 80256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.20 3.05 3/178 1216
/proc/meminfo: memFree=19985708/32950928 swapFree=67111524/67111528
[pid=1100] ppid=1098 vsize=80256 CPUtime=1300.04 cores=0,2
/proc/1100/stat : 1100 (RestartSAT) R 1098 1100 872 0 -1 4202496 24748 0 0 0 129999 5 0 0 25 0 1 0 468556926 82182144 16463 33554432000 4194304 4291949 140737052342944 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1100/statm: 20064 16463 252 24 0 16698 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 80256

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.01
CPU time (s): 1300.06
CPU user time (s): 1300
CPU system time (s): 0.055991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 80256

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

runsolver used 2.12768 second user time and 4.6183 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-23 16:39:33
IDJOB=3265229
IDBENCH=85459
IDSOLVER=1580
FILE ID=node127/3265229-1303569573
RUNJOBID= node127-1303568266-891
PBS_JOBID= 13150297
Free space on /tmp= 71240 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265229-1303569573/watcher-3265229-1303569573 -o /tmp/evaluation-result-3265229-1303569573/solver-3265229-1303569573 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265229-1303569573.cnf

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=373131501

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:      20286072 kB
Buffers:       2384468 kB
Cached:        9664568 kB
SwapCached:          4 kB
Active:        8146016 kB
Inactive:      3971544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20286072 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:       67608 kB
Mapped:          15184 kB
Slab:           483120 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   242252 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= 71228 MiB
End job on node127 at 2011-04-23 17:01:15