Trace number 3421160

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.08 4999.94

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421160-1306624443/watcher-3421160-1306624443 -o /tmp/evaluation-result-3421160-1306624443/solver-3421160-1306624443 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421160-1306624443.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.00 2.02 2.00 3/550 18380
/proc/meminfo: memFree=15957612/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=21656 CPUtime=0.01 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1486 0 0 0 1 0 0 0 21 0 1 0 774044667 22175744 1387 33554432000 4194304 4291949 140737015929424 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 5414 1388 227 24 0 2048 0

[startup+0.0783601 s]
/proc/loadavg: 2.00 2.02 2.00 3/550 18380
/proc/meminfo: memFree=15957612/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=24844 CPUtime=0.07 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 2786 0 0 0 7 0 0 0 21 0 1 0 774044667 25440256 2525 33554432000 4194304 4291949 140737015929424 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 6211 2525 232 24 0 2845 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24844

[startup+0.100364 s]
/proc/loadavg: 2.00 2.02 2.00 3/550 18380
/proc/meminfo: memFree=15957612/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=24844 CPUtime=0.09 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 2786 0 0 0 9 0 0 0 21 0 1 0 774044667 25440256 2525 33554432000 4194304 4291949 140737015929424 18446744073709551615 4229986 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 6211 2525 232 24 0 2845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24844

[startup+0.300316 s]
/proc/loadavg: 2.00 2.02 2.00 3/550 18380
/proc/meminfo: memFree=15957612/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=24300 CPUtime=0.29 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 3597 0 0 0 29 0 0 0 22 0 1 0 774044667 24883200 2503 33554432000 4194304 4291949 140737015929424 18446744073709551615 4262864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 6075 2503 252 24 0 2709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24300

[startup+0.700242 s]
/proc/loadavg: 2.00 2.02 2.00 3/550 18380
/proc/meminfo: memFree=15957612/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=27020 CPUtime=0.68 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 4143 0 0 0 68 0 0 0 23 0 1 0 774044667 27668480 3032 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 6755 3032 252 24 0 3389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27020

[startup+1.50108 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 18381
/proc/meminfo: memFree=15940756/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=31700 CPUtime=1.49 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 4938 0 0 0 148 1 0 0 25 0 1 0 774044667 32460800 3811 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 7925 3811 252 24 0 4559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31700

[startup+3.10082 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 18381
/proc/meminfo: memFree=15934684/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=40052 CPUtime=3.09 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 6199 0 0 0 308 1 0 0 25 0 1 0 774044667 41013248 5057 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 10013 5057 252 24 0 6647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40052

[startup+6.30024 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 18381
/proc/meminfo: memFree=15924336/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=42008 CPUtime=6.29 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 8156 0 0 0 628 1 0 0 25 0 1 0 774044667 43016192 6991 33554432000 4194304 4291949 140737015929424 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 10502 6991 252 24 0 7136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42008

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 18382
/proc/meminfo: memFree=15912484/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=55592 CPUtime=12.69 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 10467 0 0 0 1268 1 0 0 25 0 1 0 774044667 56926208 9266 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 13898 9266 252 24 0 10532 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55592

[startup+25.5007 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 18382
/proc/meminfo: memFree=15894632/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=78248 CPUtime=25.49 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 14315 0 0 0 2547 2 0 0 25 0 1 0 774044667 80125952 13070 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 19562 13070 252 24 0 16196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78248

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 18383
/proc/meminfo: memFree=15883876/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=80196 CPUtime=51.09 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 26248 0 0 0 5104 5 0 0 25 0 1 0 774044667 82120704 15467 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 20049 15467 252 24 0 16683 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80196

[startup+102.321 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 18384
/proc/meminfo: memFree=15887588/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=69484 CPUtime=102.31 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 48299 0 0 0 10219 12 0 0 25 0 1 0 774044667 71151616 13686 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 17371 13686 252 24 0 14005 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 69484

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 18386
/proc/meminfo: memFree=15869956/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=96740 CPUtime=162.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 66601 0 0 0 16213 17 0 0 25 0 1 0 774044667 99061760 17269 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 24185 17269 252 24 0 20819 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 96740

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/551 18387
/proc/meminfo: memFree=15839808/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=131992 CPUtime=222.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 105434 0 0 0 22205 25 0 0 25 0 1 0 774044667 135159808 24257 33554432000 4194304 4291949 140737015929424 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 32998 24257 252 24 0 29632 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131992

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/551 18389
/proc/meminfo: memFree=15830368/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=139456 CPUtime=282.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 128237 0 0 0 28199 31 0 0 25 0 1 0 774044667 142802944 27103 33554432000 4194304 4291949 140737015929424 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 34864 27103 252 24 0 31498 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 139456

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/551 18390
/proc/meminfo: memFree=15830976/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=147404 CPUtime=342.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 162237 0 0 0 34192 38 0 0 25 0 1 0 774044667 150941696 26445 33554432000 4194304 4291949 140737015929424 18446744073709551615 253644317680 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 36851 26445 252 24 0 33485 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 147404

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/551 18392
/proc/meminfo: memFree=15806156/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=150612 CPUtime=402.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 185353 0 0 0 40187 43 0 0 25 0 1 0 774044667 154226688 32753 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 37653 32753 252 24 0 34287 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 150612

[startup+462.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/551 18394
/proc/meminfo: memFree=15810976/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=157256 CPUtime=462.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 203980 0 0 0 46182 48 0 0 25 0 1 0 774044667 161030144 30522 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 39314 30522 252 24 0 35948 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157256

[startup+522.3 s]
/proc/loadavg: 2.10 2.06 2.02 3/551 18395
/proc/meminfo: memFree=15837496/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=127996 CPUtime=522.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 217454 0 0 0 52178 52 0 0 25 0 1 0 774044667 131067904 24090 33554432000 4194304 4291949 140737015929424 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 31999 24090 252 24 0 28633 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 127996

[startup+582.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/551 18424
/proc/meminfo: memFree=15833584/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=159672 CPUtime=582.3 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 240301 0 0 0 58172 58 0 0 25 0 1 0 774044667 163504128 28751 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 39918 28751 252 24 0 36552 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 159672

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.06 2.01 3/551 18610
/proc/meminfo: memFree=15671880/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=259508 CPUtime=4062.43 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1361656 0 0 0 405916 327 0 0 25 0 1 0 774044667 265736192 58869 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 64877 58869 252 24 0 61511 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 259508

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/551 18611
/proc/meminfo: memFree=15698784/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=261112 CPUtime=4122.41 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1386010 0 0 0 411909 332 0 0 25 0 1 0 774044667 267378688 52797 33554432000 4194304 4291949 140737015929424 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 65278 52797 252 24 0 61912 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 261112

[startup+4182.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/551 18613
/proc/meminfo: memFree=15666664/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=311336 CPUtime=4182.41 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1393694 0 0 0 417906 335 0 0 25 0 1 0 774044667 318808064 60347 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 77834 60347 252 24 0 74468 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 311336

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 18614
/proc/meminfo: memFree=15650788/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=311660 CPUtime=4242.41 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1398071 0 0 0 423905 336 0 0 25 0 1 0 774044667 319139840 64637 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 77915 64637 252 24 0 74549 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 311660

[startup+4302.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/551 18616
/proc/meminfo: memFree=15634024/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=312208 CPUtime=4302.42 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1402208 0 0 0 429904 338 0 0 25 0 1 0 774044667 319700992 68699 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 78052 68699 252 24 0 74686 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 312208

[startup+4362.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/551 18618
/proc/meminfo: memFree=15600772/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=398692 CPUtime=4362.42 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1440578 0 0 0 435895 347 0 0 25 0 1 0 774044667 408260608 77225 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 99673 77225 252 24 0 96307 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 398692

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 18619
/proc/meminfo: memFree=15722888/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=217428 CPUtime=4422.43 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1455470 0 0 0 441891 352 0 0 25 0 1 0 774044667 222646272 46670 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 54357 46670 252 24 0 50991 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 217428

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 18621
/proc/meminfo: memFree=15659872/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=317452 CPUtime=4482.42 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1471170 0 0 0 447886 356 0 0 25 0 1 0 774044667 325070848 62125 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 79363 62125 252 24 0 75997 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 317452

[startup+4542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/551 18622
/proc/meminfo: memFree=15664312/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=317592 CPUtime=4542.42 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1500097 0 0 0 453881 361 0 0 25 0 1 0 774044667 325214208 61079 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 79398 61079 252 24 0 76032 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 317592

[startup+4602.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/551 18624
/proc/meminfo: memFree=15649012/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=319140 CPUtime=4602.44 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1534426 0 0 0 459876 368 0 0 25 0 1 0 774044667 326799360 64965 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 79785 64965 252 24 0 76419 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 319140

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 18626
/proc/meminfo: memFree=15713116/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=219400 CPUtime=4662.42 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1554361 0 0 0 465869 373 0 0 25 0 1 0 774044667 224665600 48225 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 54850 48225 252 24 0 51484 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 219400

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 18627
/proc/meminfo: memFree=15655444/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=319276 CPUtime=4722.45 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1568218 0 0 0 471867 378 0 0 25 0 1 0 774044667 326938624 61854 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 79819 61854 252 24 0 76453 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 319276

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 18629
/proc/meminfo: memFree=15634604/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=319624 CPUtime=4782.44 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1573733 0 0 0 477863 381 0 0 25 0 1 0 774044667 327294976 67267 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 79906 67267 252 24 0 76540 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 319624

[startup+4842.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/551 18630
/proc/meminfo: memFree=15706888/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=238992 CPUtime=4842.43 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1584729 0 0 0 483859 384 0 0 25 0 1 0 774044667 244727808 49050 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 59748 49050 252 24 0 56382 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 238992

[startup+4902.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/551 18632
/proc/meminfo: memFree=15674236/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=269812 CPUtime=4902.44 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1593224 0 0 0 489857 387 0 0 25 0 1 0 774044667 276287488 57399 33554432000 4194304 4291949 140737015929424 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 67453 57399 252 24 0 64087 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 269812

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 18634
/proc/meminfo: memFree=15691080/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=240408 CPUtime=4962.44 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1631306 0 0 0 495850 394 0 0 25 0 1 0 774044667 246177792 53433 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 60102 53433 252 24 0 56736 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 240408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 18635
/proc/meminfo: memFree=15598452/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=405840 CPUtime=5000.06 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1654161 0 0 0 499607 399 0 0 25 0 1 0 774044667 415580160 76119 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 101460 76119 252 24 0 98094 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 405840

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 18635
/proc/meminfo: memFree=15598452/32951124 swapFree=54323904/67111528
[pid=18380] ppid=18378 vsize=405840 CPUtime=5000.06 cores=0,2,4,6
/proc/18380/stat : 18380 (RestartSAT) R 18378 18380 17697 0 -1 4202496 1654161 0 0 0 499607 399 0 0 25 0 1 0 774044667 415580160 76119 33554432000 4194304 4291949 140737015929424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18380/statm: 101460 76119 252 24 0 98094 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 405840

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

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

runsolver used 29.1286 second user time and 61.0307 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-29 01:14:03
IDJOB=3421160
IDBENCH=83254
IDSOLVER=1911
FILE ID=node106/3421160-1306624443
RUNJOBID= node106-1306624443-18360
PBS_JOBID= 13471584
Free space on /tmp= 73468 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421160-1306624443/watcher-3421160-1306624443 -o /tmp/evaluation-result-3421160-1306624443/solver-3421160-1306624443 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421160-1306624443.cnf

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=2110167905

node106.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.830
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.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.75
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.830
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:     32951124 kB
MemFree:      15957892 kB
Buffers:        353612 kB
Cached:       10678480 kB
SwapCached:      24016 kB
Active:        6617632 kB
Inactive:     10067488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15957892 kB
SwapTotal:    67111528 kB
SwapFree:     54323904 kB
Dirty:            3288 kB
Writeback:           4 kB
AnonPages:     5637468 kB
Mapped:          26324 kB
Slab:           159808 kB
PageTables:      77440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167542800 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= 73464 MiB
End job on node106 at 2011-05-29 02:37:25