Trace number 3292181

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 A75? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 3.95 3.53 4/189 29554
/proc/meminfo: memFree=18665460/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=19800 CPUtime=0 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 801 0 0 0 0 0 0 0 25 0 1 0 568968753 20275200 732 33554432000 4194304 4291949 140736872978784 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 4950 732 225 24 0 1584 0

[startup+0.0177049 s]
/proc/loadavg: 4.00 3.95 3.53 4/189 29554
/proc/meminfo: memFree=18665460/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=21496 CPUtime=0.01 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 1489 0 0 0 1 0 0 0 25 0 1 0 568968753 22011904 1335 33554432000 4194304 4291949 140736872978784 18446744073709551615 224284591640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 5374 1337 226 24 0 2008 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21496

[startup+0.100704 s]
/proc/loadavg: 4.00 3.95 3.53 4/189 29554
/proc/meminfo: memFree=18665460/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=28744 CPUtime=0.09 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 4304 0 0 0 9 0 0 0 25 0 1 0 568968753 29433856 3721 33554432000 4194304 4291949 140736872978784 18446744073709551615 4230164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 7186 3721 231 24 0 3820 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28744

[startup+0.300661 s]
/proc/loadavg: 4.00 3.95 3.53 4/189 29554
/proc/meminfo: memFree=18665460/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=28892 CPUtime=0.29 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 4344 0 0 0 29 0 0 0 25 0 1 0 568968753 29585408 3761 33554432000 4194304 4291949 140736872978784 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 7223 3761 231 24 0 3857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28892

[startup+0.700595 s]
/proc/loadavg: 4.00 3.95 3.53 4/189 29554
/proc/meminfo: memFree=18665460/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=28080 CPUtime=0.69 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 5147 0 0 0 69 0 0 0 25 0 1 0 568968753 28753920 3342 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 7020 3342 252 24 0 3654 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28080

[startup+1.50046 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 29555
/proc/meminfo: memFree=18650580/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=28080 CPUtime=1.49 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 5614 0 0 0 149 0 0 0 25 0 1 0 568968753 28753920 3791 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 7020 3791 252 24 0 3654 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28080

[startup+3.10019 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 29555
/proc/meminfo: memFree=18646612/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=35220 CPUtime=3.08 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 6387 0 0 0 308 0 0 0 25 0 1 0 568968753 36065280 4540 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 8805 4540 252 24 0 5439 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35220

[startup+6.30066 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 29555
/proc/meminfo: memFree=18636816/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=42624 CPUtime=6.29 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 7680 0 0 0 628 1 0 0 25 0 1 0 568968753 43646976 5795 33554432000 4194304 4291949 140736872978784 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 10656 5795 252 24 0 7290 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42624

[startup+12.7006 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 29555
/proc/meminfo: memFree=18617812/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=55972 CPUtime=12.69 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 10102 0 0 0 1268 1 0 0 25 0 1 0 568968753 57315328 8169 33554432000 4194304 4291949 140736872978784 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 13993 8169 252 24 0 10627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55972

[startup+25.5005 s]
/proc/loadavg: 4.00 3.95 3.54 5/190 29555
/proc/meminfo: memFree=18595248/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=79428 CPUtime=25.49 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 14045 0 0 0 2546 3 0 0 25 0 1 0 568968753 81334272 12051 33554432000 4194304 4291949 140736872978784 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 19857 12051 252 24 0 16491 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79428

[startup+51.1002 s]
/proc/loadavg: 4.00 3.96 3.55 5/190 29555
/proc/meminfo: memFree=18589412/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=52280 CPUtime=51.09 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 22153 0 0 0 5102 7 0 0 25 0 1 0 568968753 53534720 9647 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 13070 9647 252 24 0 9704 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52280

[startup+102.307 s]
/proc/loadavg: 4.06 3.98 3.58 5/190 29557
/proc/meminfo: memFree=18521684/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=119204 CPUtime=102.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 31796 0 0 0 10217 13 0 0 25 0 1 0 568968753 122064896 19122 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 29801 19122 252 24 0 26435 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119204

[startup+162.301 s]
/proc/loadavg: 2.56 3.60 3.47 2/172 29613
/proc/meminfo: memFree=19930776/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=121728 CPUtime=162.29 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 45789 0 0 0 16211 18 0 0 25 0 1 0 568968753 124649472 19394 33554432000 4194304 4291949 140736872978784 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 30432 19394 252 24 0 27066 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 121728

[startup+222.301 s]
/proc/loadavg: 1.57 3.13 3.32 2/172 29615
/proc/meminfo: memFree=19940892/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=94280 CPUtime=222.29 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 59159 0 0 0 22207 22 0 0 25 0 1 0 568968753 96542720 16846 33554432000 4194304 4291949 140736872978784 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 23570 16846 252 24 0 20204 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94280

[startup+282.301 s]
/proc/loadavg: 1.21 2.74 3.17 2/172 29617
/proc/meminfo: memFree=19907124/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=128208 CPUtime=282.29 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 67765 0 0 0 28204 25 0 0 25 0 1 0 568968753 131284992 25303 33554432000 4194304 4291949 140736872978784 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 32052 25303 252 24 0 28686 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 128208

[startup+342.301 s]
/proc/loadavg: 1.07 2.42 3.03 2/172 29617
/proc/meminfo: memFree=19919232/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=133268 CPUtime=342.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 82466 0 0 0 34201 29 0 0 25 0 1 0 568968753 136466432 22202 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 33317 22202 252 24 0 29951 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 133268

[startup+402.301 s]
/proc/loadavg: 1.02 2.16 2.90 2/172 29619
/proc/meminfo: memFree=19947836/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=83964 CPUtime=402.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 94516 0 0 0 40197 33 0 0 25 0 1 0 568968753 85979136 15267 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 20991 15267 252 24 0 17625 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83964

[startup+462.301 s]
/proc/loadavg: 1.01 1.94 2.78 2/172 29621
/proc/meminfo: memFree=19908856/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=135104 CPUtime=462.29 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 104227 0 0 0 46194 35 0 0 25 0 1 0 568968753 138346496 24777 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 33776 24777 252 24 0 30410 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 135104

[startup+522.301 s]
/proc/loadavg: 1.00 1.77 2.66 2/172 29623
/proc/meminfo: memFree=19942416/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=87504 CPUtime=522.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 116239 0 0 0 52190 40 0 0 25 0 1 0 568968753 89604096 16585 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 21876 16585 252 24 0 18510 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 87504

[startup+582.301 s]
/proc/loadavg: 1.00 1.63 2.56 2/172 29625
/proc/meminfo: memFree=19904304/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=138056 CPUtime=582.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 125909 0 0 0 58186 44 0 0 25 0 1 0 568968753 141369344 26051 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 34514 26051 252 24 0 31148 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 138056

[startup+642.3 s]
/proc/loadavg: 1.00 1.51 2.46 2/172 29625
/proc/meminfo: memFree=19932288/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=108720 CPUtime=642.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 138333 0 0 0 64183 47 0 0 25 0 1 0 568968753 111329280 19013 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 27180 19013 252 24 0 23814 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 108720

[startup+702.3 s]
/proc/loadavg: 1.00 1.41 2.36 2/172 29627
/proc/meminfo: memFree=19890956/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=141188 CPUtime=702.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 148952 0 0 0 70179 51 0 0 25 0 1 0 568968753 144576512 29452 33554432000 4194304 4291949 140736872978784 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 35297 29452 252 24 0 31931 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 141188

[startup+762.306 s]
/proc/loadavg: 1.07 1.35 2.28 2/172 29629
/proc/meminfo: memFree=19927992/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=97620 CPUtime=762.31 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 164299 0 0 0 76174 57 0 0 25 0 1 0 568968753 99962880 20102 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 24405 20102 252 24 0 21039 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 97620

[startup+822.3 s]
/proc/loadavg: 1.02 1.29 2.20 2/172 29631
/proc/meminfo: memFree=19890504/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=147932 CPUtime=822.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 173915 0 0 0 82170 60 0 0 25 0 1 0 568968753 151482368 29519 33554432000 4194304 4291949 140736872978784 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 36983 29519 252 24 0 33617 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 147932

[startup+882.3 s]
/proc/loadavg: 1.01 1.23 2.12 2/172 29633
/proc/meminfo: memFree=19941304/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=87328 CPUtime=882.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 184232 0 0 0 88166 64 0 0 25 0 1 0 568968753 89423872 16836 33554432000 4194304 4291949 140736872978784 18446744073709551615 4262053 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 21832 16836 252 24 0 18466 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 87328

[startup+942.3 s]
/proc/loadavg: 1.00 1.19 2.05 2/172 29633
/proc/meminfo: memFree=19901572/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=149088 CPUtime=942.31 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 194532 0 0 0 94163 68 0 0 25 0 1 0 568968753 152666112 26937 33554432000 4194304 4291949 140736872978784 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 37272 26937 252 24 0 33906 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 149088

[startup+1002.3 s]
/proc/loadavg: 1.00 1.15 1.98 2/172 29635
/proc/meminfo: memFree=19870032/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=200860 CPUtime=1002.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 202384 0 0 0 100158 72 0 0 25 0 1 0 568968753 205680640 34648 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 50215 34648 252 24 0 46849 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 200860

[startup+1062.3 s]
/proc/loadavg: 1.00 1.12 1.91 2/172 29637
/proc/meminfo: memFree=19928636/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=102024 CPUtime=1062.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 213103 0 0 0 106155 75 0 0 25 0 1 0 568968753 104472576 20223 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 25506 20223 252 24 0 22140 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 102024

[startup+1122.3 s]
/proc/loadavg: 1.00 1.10 1.85 2/172 29639
/proc/meminfo: memFree=19893876/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=152544 CPUtime=1122.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 221816 0 0 0 112152 78 0 0 25 0 1 0 568968753 156205056 28787 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 38136 28787 252 24 0 34770 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 152544

[startup+1182.3 s]
/proc/loadavg: 1.00 1.08 1.80 2/172 29641
/proc/meminfo: memFree=19868544/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=203208 CPUtime=1182.3 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 228306 0 0 0 118150 80 0 0 25 0 1 0 568968753 208084992 35162 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 50802 35162 252 24 0 47436 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 203208

[startup+1242.3 s]
/proc/loadavg: 1.00 1.06 1.75 2/172 29641
/proc/meminfo: memFree=19917228/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=124696 CPUtime=1242.31 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 241367 0 0 0 124147 84 0 0 25 0 1 0 568968753 127688704 23008 33554432000 4194304 4291949 140736872978784 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 31174 23008 252 24 0 27808 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 124696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.05 1.70 2/172 29643
/proc/meminfo: memFree=19884452/32951124 swapFree=67110396/67111528
[pid=29554] ppid=29552 vsize=155876 CPUtime=1300.02 cores=1,3
/proc/29554/stat : 29554 (RestartSAT) R 29552 29554 28890 0 -1 4202496 249624 0 0 0 129915 87 0 0 25 0 1 0 568968753 159617024 31114 33554432000 4194304 4291949 140736872978784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29554/statm: 38969 31114 252 24 0 35603 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 155876

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.15
CPU system time (s): 0.878866
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 213396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.15
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249624
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= 10
involuntary context switches= 1376

runsolver used 1.70074 second user time and 4.38933 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-26 05:09:41
IDJOB=3292181
IDBENCH=85965
IDSOLVER=1581
FILE ID=node118/3292181-1303787381
RUNJOBID= node118-1303786202-29365
PBS_JOBID= 13157236
Free space on /tmp= 71900 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292181-1303787381/watcher-3292181-1303787381 -o /tmp/evaluation-result-3292181-1303787381/solver-3292181-1303787381 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3292181-1303787381.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=2013418117

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18665492 kB
Buffers:       1875820 kB
Cached:       10576476 kB
SwapCached:        600 kB
Active:        9967192 kB
Inactive:      3789556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18665492 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            3404 kB
Writeback:           0 kB
AnonPages:     1303504 kB
Mapped:          15464 kB
Slab:           461344 kB
PageTables:       7852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1866348 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= 72000 MiB
End job on node118 at 2011-04-26 05:31:23