Trace number 3420914

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

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.50471
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.97 2.03 2.00 2/458 31947
/proc/meminfo: memFree=26665284/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=21724 CPUtime=0.01 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 1652 0 0 0 1 0 0 0 25 0 1 0 770582973 22245376 1379 33554432000 4194304 4291949 140735078231712 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 5431 1379 226 24 0 2065 0

[startup+0.059398 s]
/proc/loadavg: 1.97 2.03 2.00 2/458 31947
/proc/meminfo: memFree=26665284/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=23896 CPUtime=0.05 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 2806 0 0 0 5 0 0 0 25 0 1 0 770582973 24469504 2167 33554432000 4194304 4291949 140735078231712 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 5974 2167 231 24 0 2608 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23896

[startup+0.100387 s]
/proc/loadavg: 1.97 2.03 2.00 2/458 31947
/proc/meminfo: memFree=26665284/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=23896 CPUtime=0.09 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 2813 0 0 0 9 0 0 0 25 0 1 0 770582973 24469504 2174 33554432000 4194304 4291949 140735078231712 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 5974 2174 231 24 0 2608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23896

[startup+0.300354 s]
/proc/loadavg: 1.97 2.03 2.00 2/458 31947
/proc/meminfo: memFree=26665284/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=21676 CPUtime=0.29 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 3540 0 0 0 29 0 0 0 25 0 1 0 770582973 22196224 2215 33554432000 4194304 4291949 140735078231712 18446744073709551615 4262145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 5419 2215 251 24 0 2053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21676

[startup+0.700281 s]
/proc/loadavg: 1.97 2.03 2.00 2/458 31947
/proc/meminfo: memFree=26665284/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=26244 CPUtime=0.69 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 4071 0 0 0 69 0 0 0 25 0 1 0 770582973 26873856 2740 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 6561 2740 251 24 0 3195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26244

[startup+1.50014 s]
/proc/loadavg: 1.97 2.03 2.00 3/459 31948
/proc/meminfo: memFree=26652140/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=31196 CPUtime=1.49 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 4977 0 0 0 149 0 0 0 25 0 1 0 770582973 31944704 3636 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 7799 3636 251 24 0 4433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31196

[startup+3.10087 s]
/proc/loadavg: 1.97 2.03 2.00 3/459 31948
/proc/meminfo: memFree=26644396/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=39820 CPUtime=3.09 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 6564 0 0 0 309 0 0 0 25 0 1 0 770582973 40775680 5212 33554432000 4194304 4291949 140735078231712 18446744073709551615 4263396 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 9955 5212 251 24 0 6589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39820

[startup+6.30028 s]
/proc/loadavg: 1.97 2.03 2.00 3/459 31948
/proc/meminfo: memFree=26630452/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=53640 CPUtime=6.29 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 8761 0 0 0 628 1 0 0 25 0 1 0 770582973 54927360 7392 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 13410 7392 251 24 0 10044 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53640

[startup+12.7002 s]
/proc/loadavg: 1.97 2.03 2.00 3/459 31948
/proc/meminfo: memFree=26609268/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=56920 CPUtime=12.69 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 12216 0 0 0 1268 1 0 0 25 0 1 0 770582973 58286080 10811 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 14230 10812 251 24 0 10864 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56920

[startup+25.5009 s]
/proc/loadavg: 1.98 2.03 2.00 3/459 31949
/proc/meminfo: memFree=26579628/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=79964 CPUtime=25.49 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 16985 0 0 0 2547 2 0 0 25 0 1 0 770582973 81883136 15540 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 19991 15540 251 24 0 16625 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79964

[startup+51.1003 s]
/proc/loadavg: 2.29 2.09 2.02 3/459 31949
/proc/meminfo: memFree=26514120/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=48360 CPUtime=51.09 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 26499 0 0 0 5104 5 0 0 25 0 1 0 770582973 49520640 8390 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255876 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 12090 8390 251 24 0 8724 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48360

[startup+102.317 s]
/proc/loadavg: 2.20 2.09 2.02 3/459 31951
/proc/meminfo: memFree=26472812/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=120348 CPUtime=102.31 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 41832 0 0 0 10223 8 0 0 25 0 1 0 770582973 123236352 23598 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 30087 23598 251 24 0 26721 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 120348

[startup+162.301 s]
/proc/loadavg: 2.10 2.09 2.02 3/459 31952
/proc/meminfo: memFree=26463248/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=95532 CPUtime=162.29 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 57899 0 0 0 16217 12 0 0 25 0 1 0 770582973 97824768 16440 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 23883 16440 251 24 0 20517 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95532

[startup+222.301 s]
/proc/loadavg: 2.04 2.07 2.01 3/459 31954
/proc/meminfo: memFree=26381248/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=127512 CPUtime=222.3 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 68716 0 0 0 22215 15 0 0 25 0 1 0 770582973 130572288 27168 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 31878 27168 251 24 0 28512 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 127512

[startup+282.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/459 31955
/proc/meminfo: memFree=26320720/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=182252 CPUtime=282.3 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 76584 0 0 0 28211 19 0 0 25 0 1 0 770582973 186626048 34986 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 45563 34986 251 24 0 42197 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182252

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/459 31957
/proc/meminfo: memFree=26335076/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=134904 CPUtime=342.3 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 94669 0 0 0 34207 23 0 0 25 0 1 0 770582973 138141696 24801 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256046 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 33726 24801 251 24 0 30360 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 134904

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 31959
/proc/meminfo: memFree=26280880/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=189028 CPUtime=402.3 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 102935 0 0 0 40203 27 0 0 25 0 1 0 770582973 193564672 33015 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 47257 33015 251 24 0 43891 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 189028

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/459 31960
/proc/meminfo: memFree=26232364/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=192600 CPUtime=462.31 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 109617 0 0 0 46201 30 0 0 25 0 1 0 770582973 197222400 39660 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 48150 39660 251 24 0 44784 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 192600

[startup+522.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/459 31962
/proc/meminfo: memFree=26168992/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=196456 CPUtime=522.31 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 115160 0 0 0 52198 33 0 0 25 0 1 0 770582973 201170944 45174 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 49114 45175 251 24 0 45748 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 196456

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/459 31963
/proc/meminfo: memFree=26194612/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=147632 CPUtime=582.31 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 130791 0 0 0 58194 37 0 0 25 0 1 0 770582973 151175168 27039 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 36908 27039 251 24 0 33542 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 147632

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.14 2.06 2.01 3/459 32068
/proc/meminfo: memFree=26003996/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=229288 CPUtime=4062.41 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 528890 0 0 0 406034 207 0 0 25 0 1 0 770582973 234790912 44794 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 57322 44794 251 24 0 53956 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 229288

[startup+4122.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/459 32070
/proc/meminfo: memFree=25959956/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=229288 CPUtime=4122.4 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 536165 0 0 0 412031 209 0 0 25 0 1 0 770582973 234790912 52033 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 57322 52033 251 24 0 53956 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 229288

[startup+4182.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/459 32071
/proc/meminfo: memFree=25911688/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=279376 CPUtime=4182.39 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 541295 0 0 0 418028 211 0 0 25 0 1 0 770582973 286081024 57129 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 69844 57129 251 24 0 66478 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 279376

[startup+4242.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/459 32073
/proc/meminfo: memFree=25867016/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=279376 CPUtime=4242.4 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 546280 0 0 0 424026 214 0 0 25 0 1 0 770582973 286081024 62081 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 69844 62081 251 24 0 66478 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 279376

[startup+4302.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/459 32075
/proc/meminfo: memFree=25829800/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=360764 CPUtime=4302.4 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 549639 0 0 0 430024 216 0 0 25 0 1 0 770582973 369422336 65417 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90191 65417 251 24 0 86825 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 360764

[startup+4362.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/459 32076
/proc/meminfo: memFree=25807444/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=361404 CPUtime=4362.4 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 553213 0 0 0 436022 218 0 0 25 0 1 0 770582973 370077696 68975 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90351 68975 251 24 0 86985 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 361404

[startup+4422.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/459 32078
/proc/meminfo: memFree=25786952/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=361404 CPUtime=4422.4 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 556215 0 0 0 442020 220 0 0 25 0 1 0 770582973 370077696 71959 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90351 71959 251 24 0 86985 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 361404

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 32079
/proc/meminfo: memFree=25768316/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=362044 CPUtime=4482.4 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 558715 0 0 0 448018 222 0 0 25 0 1 0 770582973 370733056 74442 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90511 74442 251 24 0 87145 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 362044

[startup+4542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/459 32081
/proc/meminfo: memFree=25876160/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=199748 CPUtime=4542.4 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 572497 0 0 0 454014 226 0 0 25 0 1 0 770582973 204541952 44625 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 49937 44625 251 24 0 46571 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 199748

[startup+4602.3 s]
/proc/loadavg: 2.23 2.09 2.02 3/459 32083
/proc/meminfo: memFree=25835576/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=230568 CPUtime=4602.43 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 580182 0 0 0 460014 229 0 0 25 0 1 0 770582973 236101632 52256 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 57642 52256 251 24 0 54276 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 230568

[startup+4662.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/459 32084
/proc/meminfo: memFree=25807036/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=280656 CPUtime=4662.41 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 585345 0 0 0 466009 232 0 0 25 0 1 0 770582973 287391744 57378 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 70164 57378 251 24 0 66798 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 280656

[startup+4722.32 s]
/proc/loadavg: 2.05 2.07 2.01 3/459 32086
/proc/meminfo: memFree=25783428/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=280656 CPUtime=4722.43 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 589393 0 0 0 472008 235 0 0 25 0 1 0 770582973 287391744 61400 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 70164 61400 251 24 0 66798 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 280656

[startup+4782.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/459 32087
/proc/meminfo: memFree=25755996/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=362044 CPUtime=4782.42 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 593117 0 0 0 478005 237 0 0 25 0 1 0 770582973 370733056 65102 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90511 65102 251 24 0 87145 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 362044

[startup+4842.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/459 32089
/proc/meminfo: memFree=25735892/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=362044 CPUtime=4842.42 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 596098 0 0 0 484003 239 0 0 25 0 1 0 770582973 370733056 68065 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90511 68065 251 24 0 87145 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 362044

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 32091
/proc/meminfo: memFree=25715028/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=362684 CPUtime=4902.41 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 599248 0 0 0 490000 241 0 0 25 0 1 0 770582973 371388416 71200 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90671 71200 251 24 0 87305 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 362684

[startup+4962.3 s]
/proc/loadavg: 1.57 1.91 1.96 2/453 32110
/proc/meminfo: memFree=26534636/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=362684 CPUtime=4962.42 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 601634 0 0 0 495999 243 0 0 25 0 1 0 770582973 371388416 73568 33554432000 4194304 4291949 140735078231712 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 90671 73568 251 24 0 87305 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 362684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.29 1.80 1.92 2/453 32111
/proc/meminfo: memFree=26526688/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=365244 CPUtime=5000.03 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 603626 0 0 0 499760 243 0 0 25 0 1 0 770582973 374009856 75545 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 91311 75545 251 24 0 87945 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 365244

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

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

[startup+4999.9 s]
/proc/loadavg: 1.29 1.80 1.92 2/453 32111
/proc/meminfo: memFree=26526688/32951124 swapFree=60688864/67111528
[pid=31947] ppid=31945 vsize=365244 CPUtime=5000.03 cores=1,3,5,7
/proc/31947/stat : 31947 (RestartSAT) R 31945 31947 31401 0 -1 4202496 603626 0 0 0 499760 243 0 0 25 0 1 0 770582973 374009856 75545 33554432000 4194304 4291949 140735078231712 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31947/statm: 91311 75545 251 24 0 87945 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 365244

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4997.61
CPU system time (s): 2.45163
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 365244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.61
system time used= 2.45163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 603626
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= 9
involuntary context switches= 13937

runsolver used 21.1908 second user time and 52.1491 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-28 15:37:28
IDJOB=3420914
IDBENCH=71397
IDSOLVER=1911
FILE ID=node132/3420914-1306589848
RUNJOBID= node132-1306579393-31420
PBS_JOBID= 13471548
Free space on /tmp= 73100 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420914-1306589848/watcher-3420914-1306589848 -o /tmp/evaluation-result-3420914-1306589848/solver-3420914-1306589848 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420914-1306589848.cnf

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1820249502

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      26665440 kB
Buffers:        185196 kB
Cached:        2661508 kB
SwapCached:      14980 kB
Active:        1063444 kB
Inactive:      5003544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26665440 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:     3212944 kB
Mapped:          19188 kB
Slab:           101360 kB
PageTables:      50116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109392540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73104 MiB
End job on node132 at 2011-05-28 17:00:50