Trace number 3420183

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.05 4999.83

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark216.737
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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-3420183-1306588004/watcher-3420183-1306588004 -o /tmp/evaluation-result-3420183-1306588004/solver-3420183-1306588004 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420183-1306588004.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.05 2.01 3/517 31892
/proc/meminfo: memFree=16269968/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=19972 CPUtime=0 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 901 0 0 0 0 0 0 0 25 0 1 0 770397074 20451328 827 33554432000 4194304 4291949 140733614607264 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 4993 827 225 24 0 1627 0

[startup+0.030536 s]
/proc/loadavg: 2.03 2.05 2.01 3/517 31892
/proc/meminfo: memFree=16269968/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=21824 CPUtime=0.01 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 1624 0 0 0 1 0 0 0 25 0 1 0 770397074 22347776 1466 33554432000 4194304 4291949 140733614607264 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 5456 1468 227 24 0 2090 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21824

[startup+0.100528 s]
/proc/loadavg: 2.03 2.05 2.01 3/517 31892
/proc/meminfo: memFree=16269968/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=26104 CPUtime=0.08 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 3523 0 0 0 8 0 0 0 25 0 1 0 770397074 26730496 2980 33554432000 4194304 4291949 140733614607264 18446744073709551615 4229952 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 6526 2980 232 24 0 3160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26104

[startup+0.300489 s]
/proc/loadavg: 2.03 2.05 2.01 3/517 31892
/proc/meminfo: memFree=16269968/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=26304 CPUtime=0.28 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 3556 0 0 0 28 0 0 0 25 0 1 0 770397074 26935296 3013 33554432000 4194304 4291949 140733614607264 18446744073709551615 4230173 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 6576 3013 232 24 0 3210 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26304

[startup+0.700407 s]
/proc/loadavg: 2.03 2.05 2.01 3/517 31892
/proc/meminfo: memFree=16269968/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=23816 CPUtime=0.68 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 4327 0 0 0 68 0 0 0 25 0 1 0 770397074 24387584 2717 33554432000 4194304 4291949 140733614607264 18446744073709551615 4262332 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 5954 2717 251 24 0 2588 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23816

[startup+1.50025 s]
/proc/loadavg: 2.03 2.05 2.01 3/518 31893
/proc/meminfo: memFree=16257444/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=25492 CPUtime=1.48 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 4816 0 0 0 148 0 0 0 25 0 1 0 770397074 26103808 3177 33554432000 4194304 4291949 140733614607264 18446744073709551615 4263352 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 6373 3177 251 24 0 3007 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25492

[startup+3.10093 s]
/proc/loadavg: 2.03 2.05 2.01 3/518 31893
/proc/meminfo: memFree=16252608/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=32768 CPUtime=3.08 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 5617 0 0 0 308 0 0 0 25 0 1 0 770397074 33554432 3949 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 8192 3949 251 24 0 4826 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32768

[startup+6.30029 s]
/proc/loadavg: 2.03 2.05 2.01 3/518 31893
/proc/meminfo: memFree=16242316/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=41640 CPUtime=6.28 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 7250 0 0 0 628 0 0 0 25 0 1 0 770397074 42639360 5544 33554432000 4194304 4291949 140733614607264 18446744073709551615 4261786 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 10410 5544 251 24 0 7044 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41640

[startup+12.701 s]
/proc/loadavg: 2.02 2.04 2.01 3/518 31894
/proc/meminfo: memFree=16224440/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=56448 CPUtime=12.68 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 10062 0 0 0 1267 1 0 0 25 0 1 0 770397074 57802752 8297 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 14112 8297 251 24 0 10746 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56448

[startup+25.5005 s]
/proc/loadavg: 2.02 2.04 2.01 3/518 31894
/proc/meminfo: memFree=16267584/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=58932 CPUtime=25.48 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 18472 0 0 0 2545 3 0 0 25 0 1 0 770397074 60346368 10324 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 14733 10324 251 24 0 11367 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58932

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.00 3/518 31895
/proc/meminfo: memFree=16210512/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=89280 CPUtime=51.09 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 30278 0 0 0 5104 5 0 0 25 0 1 0 770397074 91422720 14411 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 22320 14411 251 24 0 18954 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89280

[startup+102.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/518 31896
/proc/meminfo: memFree=16202312/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=89280 CPUtime=102.3 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 39466 0 0 0 10225 5 0 0 25 0 1 0 770397074 91422720 14433 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 22320 14433 251 24 0 18954 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89280

[startup+162.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/518 31898
/proc/meminfo: memFree=16166804/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=138600 CPUtime=162.29 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 61556 0 0 0 16220 9 0 0 25 0 1 0 770397074 141926400 26821 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 34650 26821 251 24 0 31284 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138600

[startup+222.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/518 31899
/proc/meminfo: memFree=16131936/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=138600 CPUtime=222.29 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 73834 0 0 0 22218 11 0 0 25 0 1 0 770397074 141926400 28220 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 34650 28220 251 24 0 31284 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 138600

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/518 31901
/proc/meminfo: memFree=16153120/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=138600 CPUtime=282.3 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 85459 0 0 0 28217 13 0 0 25 0 1 0 770397074 141926400 27998 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 34650 27998 251 24 0 31284 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 138600

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/518 31902
/proc/meminfo: memFree=16197604/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=138600 CPUtime=342.3 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 97240 0 0 0 34216 14 0 0 25 0 1 0 770397074 141926400 27563 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256275 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 34650 27563 251 24 0 31284 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138600

[startup+402.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/518 31904
/proc/meminfo: memFree=16172660/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=163328 CPUtime=402.3 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 115854 0 0 0 40214 16 0 0 25 0 1 0 770397074 167247872 33657 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 40832 33657 251 24 0 37466 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 163328

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/518 31906
/proc/meminfo: memFree=16152660/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=114008 CPUtime=462.3 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 121004 0 0 0 46212 18 0 0 25 0 1 0 770397074 116744192 25309 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 28502 25309 251 24 0 25136 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 114008

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 31907
/proc/meminfo: memFree=16157964/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=114008 CPUtime=522.3 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 136492 0 0 0 52210 20 0 0 25 0 1 0 770397074 116744192 25309 33554432000 4194304 4291949 140733614607264 18446744073709551615 4267334 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 28502 25309 251 24 0 25136 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 114008

[startup+582.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/518 31909
/proc/meminfo: memFree=16104120/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=194148 CPUtime=582.31 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 149351 0 0 0 58208 23 0 0 25 0 1 0 770397074 198807552 38034 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 48537 38034 251 24 0 45171 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 194148

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 32040
/proc/meminfo: memFree=16092884/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4002.47 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 699835 0 0 0 400107 140 0 0 25 0 1 0 770397074 291082240 59051 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 59051 251 24 0 67699 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 284260

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 32042
/proc/meminfo: memFree=16023548/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=334348 CPUtime=4062.49 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 706502 0 0 0 406107 142 0 0 25 0 1 0 770397074 342372352 65581 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 83587 65581 251 24 0 80221 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 334348

[startup+4122.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/518 32043
/proc/meminfo: memFree=16055508/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=253440 CPUtime=4122.47 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 717014 0 0 0 412104 143 0 0 25 0 1 0 770397074 259522560 52530 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 63360 52530 251 24 0 59994 0
Current children cumulated CPU time (s) 4122.47
Current children cumulated vsize (KiB) 253440

[startup+4182.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/518 32045
/proc/meminfo: memFree=16008484/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4182.48 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 723923 0 0 0 418103 145 0 0 25 0 1 0 770397074 291082240 59248 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 59248 251 24 0 67699 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 284260

[startup+4242.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/518 32046
/proc/meminfo: memFree=16056688/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=204120 CPUtime=4242.48 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 728304 0 0 0 424102 146 0 0 25 0 1 0 770397074 209018880 43147 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 51030 43147 251 24 0 47664 0
Current children cumulated CPU time (s) 4242.48
Current children cumulated vsize (KiB) 204120

[startup+4302.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/518 32048
/proc/meminfo: memFree=16079836/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4302.48 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 741170 0 0 0 430100 148 0 0 25 0 1 0 770397074 291082240 55881 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 55881 251 24 0 67699 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 284260

[startup+4362.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/518 32050
/proc/meminfo: memFree=16022536/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4362.49 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 747705 0 0 0 436099 150 0 0 25 0 1 0 770397074 291082240 62248 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 62248 251 24 0 67699 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 284260

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/518 32051
/proc/meminfo: memFree=16033672/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=253440 CPUtime=4422.49 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 759318 0 0 0 442097 152 0 0 25 0 1 0 770397074 259522560 53196 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 63360 53196 251 24 0 59994 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 253440

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 32053
/proc/meminfo: memFree=15982296/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4482.49 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 767061 0 0 0 448095 154 0 0 25 0 1 0 770397074 291082240 60754 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 60754 251 24 0 67699 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 284260

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 32054
/proc/meminfo: memFree=16129824/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=204120 CPUtime=4542.49 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 770429 0 0 0 454094 155 0 0 25 0 1 0 770397074 209018880 43147 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 51030 43147 251 24 0 47664 0
Current children cumulated CPU time (s) 4542.49
Current children cumulated vsize (KiB) 204120

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 32056
/proc/meminfo: memFree=16040880/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4602.51 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 784320 0 0 0 460094 157 0 0 25 0 1 0 770397074 291082240 56881 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 56881 251 24 0 67699 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 284260

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/518 32058
/proc/meminfo: memFree=15996592/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4662.5 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 790424 0 0 0 466091 159 0 0 25 0 1 0 770397074 291082240 62865 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 62865 251 24 0 67699 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 284260

[startup+4722.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/518 32059
/proc/meminfo: memFree=16018772/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=253440 CPUtime=4722.52 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 801387 0 0 0 472091 161 0 0 25 0 1 0 770397074 259522560 53425 33554432000 4194304 4291949 140733614607264 18446744073709551615 4263536 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 63360 53425 251 24 0 59994 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 253440

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/518 32061
/proc/meminfo: memFree=15981424/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=284260 CPUtime=4782.5 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 807601 0 0 0 478087 163 0 0 25 0 1 0 770397074 291082240 59488 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 71065 59488 251 24 0 67699 0
Current children cumulated CPU time (s) 4782.5
Current children cumulated vsize (KiB) 284260

[startup+4842.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/518 32062
/proc/meminfo: memFree=15941588/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=334348 CPUtime=4842.51 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 813891 0 0 0 484086 165 0 0 25 0 1 0 770397074 342372352 65630 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 83587 65630 251 24 0 80221 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 334348

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 32064
/proc/meminfo: memFree=16053652/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=253440 CPUtime=4902.51 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 826543 0 0 0 490084 167 0 0 25 0 1 0 770397074 259522560 55405 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 63360 55405 251 24 0 59994 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 253440

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 32066
/proc/meminfo: memFree=15998708/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=334348 CPUtime=4962.52 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 834500 0 0 0 496083 169 0 0 25 0 1 0 770397074 342372352 63221 33554432000 4194304 4291949 140733614607264 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 83587 63221 251 24 0 80221 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 334348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 32067
/proc/meminfo: memFree=16021992/32950928 swapFree=38157052/67111528
[pid=31892] ppid=31890 vsize=253440 CPUtime=5000.04 cores=0,2,4,6
/proc/31892/stat : 31892 (RestartSAT) R 31890 31892 31344 0 -1 4202496 846305 0 0 0 499833 171 0 0 25 0 1 0 770397074 259522560 54697 33554432000 4194304 4291949 140733614607264 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/31892/statm: 63360 54697 251 24 0 59994 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 253440

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): 4999.83
CPU time (s): 5000.05
CPU user time (s): 4998.33
CPU system time (s): 1.71974
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 334348

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

runsolver used 27.0269 second user time and 59.041 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-28 15:06:44
IDJOB=3420183
IDBENCH=85975
IDSOLVER=1911
FILE ID=node149/3420183-1306588004
RUNJOBID= node149-1306579390-31362
PBS_JOBID= 13471531
Free space on /tmp= 73476 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_32.renamed-as.sat05-1919.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420183-1306588004/watcher-3420183-1306588004 -o /tmp/evaluation-result-3420183-1306588004/solver-3420183-1306588004 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420183-1306588004.cnf

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
RANDOM SEED=1489260579

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16270124 kB
Buffers:        252044 kB
Cached:        4647548 kB
SwapCached:      56180 kB
Active:        2369152 kB
Inactive:     14004740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16270124 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            2720 kB
Writeback:           0 kB
AnonPages:    11442500 kB
Mapped:          18096 kB
Slab:           120184 kB
PageTables:     118420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173283232 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= 73476 MiB
End job on node149 at 2011-05-28 16:30:06