Trace number 3420960

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.13 4999.94

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3420960-1306610233/watcher-3420960-1306610233 -o /tmp/evaluation-result-3420960-1306610233/solver-3420960-1306610233 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420960-1306610233.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.92 2.00 1.99 2/481 4296
/proc/meminfo: memFree=11776424/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=20580 CPUtime=0 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 1066 0 0 0 0 0 0 0 25 0 1 0 772622984 21073920 981 33554432000 4194304 4291949 140737430289792 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 5145 981 226 24 0 1779 0

[startup+0.018989 s]
/proc/loadavg: 1.92 2.00 1.99 2/481 4296
/proc/meminfo: memFree=11776424/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=22188 CPUtime=0.01 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 1717 0 0 0 1 0 0 0 25 0 1 0 772622984 22720512 1516 33554432000 4194304 4291949 140737430289792 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 5547 1517 227 24 0 2181 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22188

[startup+0.100975 s]
/proc/loadavg: 1.92 2.00 1.99 2/481 4296
/proc/meminfo: memFree=11776424/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=35372 CPUtime=0.09 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 5634 0 0 0 9 0 0 0 25 0 1 0 772622984 36220928 5003 33554432000 4194304 4291949 140737430289792 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 8843 5003 232 24 0 5477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35372

[startup+0.300936 s]
/proc/loadavg: 1.92 2.00 1.99 2/481 4296
/proc/meminfo: memFree=11776424/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=35372 CPUtime=0.29 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 5634 0 0 0 29 0 0 0 25 0 1 0 772622984 36220928 5003 33554432000 4194304 4291949 140737430289792 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 8843 5003 232 24 0 5477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35372

[startup+0.70086 s]
/proc/loadavg: 1.92 2.00 1.99 2/481 4296
/proc/meminfo: memFree=11776424/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=34156 CPUtime=0.69 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 7054 0 0 0 68 1 0 0 25 0 1 0 772622984 34975744 4624 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 8539 4624 252 24 0 5173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34156

[startup+1.50071 s]
/proc/loadavg: 1.92 2.00 1.99 3/482 4297
/proc/meminfo: memFree=11750260/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=38576 CPUtime=1.49 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 8246 0 0 0 148 1 0 0 25 0 1 0 772622984 39501824 5813 33554432000 4194304 4291949 140737430289792 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 9644 5813 252 24 0 6278 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38576

[startup+3.1004 s]
/proc/loadavg: 1.93 2.00 1.99 3/482 4297
/proc/meminfo: memFree=11738860/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=45912 CPUtime=3.09 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 10094 0 0 0 307 2 0 0 25 0 1 0 772622984 47013888 7647 33554432000 4194304 4291949 140737430289792 18446744073709551615 4250455 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 11478 7647 252 24 0 8112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45912

[startup+6.30079 s]
/proc/loadavg: 1.93 2.00 1.99 3/482 4297
/proc/meminfo: memFree=11714976/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=58624 CPUtime=6.29 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 13237 0 0 0 627 2 0 0 25 0 1 0 772622984 60030976 10769 33554432000 4194304 4291949 140737430289792 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 14656 10769 252 24 0 11290 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58624

[startup+12.7006 s]
/proc/loadavg: 1.94 2.00 1.99 3/482 4297
/proc/meminfo: memFree=11675972/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=81392 CPUtime=12.69 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 18382 0 0 0 1266 3 0 0 25 0 1 0 772622984 83345408 15891 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 20348 15891 252 24 0 16982 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81392

[startup+25.5001 s]
/proc/loadavg: 1.95 2.00 1.99 3/482 4297
/proc/meminfo: memFree=11622088/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=116900 CPUtime=25.5 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 25937 0 0 0 2545 5 0 0 25 0 1 0 772622984 119705600 23399 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 29225 23399 252 24 0 25859 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 116900

[startup+51.1003 s]
/proc/loadavg: 1.96 2.00 1.99 3/482 4298
/proc/meminfo: memFree=11546540/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=174756 CPUtime=51.09 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 37157 0 0 0 5102 7 0 0 25 0 1 0 772622984 178950144 34554 33554432000 4194304 4291949 140737430289792 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 43689 34554 252 24 0 40323 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174756

[startup+102.318 s]
/proc/loadavg: 1.98 2.00 1.99 3/482 4299
/proc/meminfo: memFree=11497532/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=265580 CPUtime=102.31 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 55330 0 0 0 10220 11 0 0 25 0 1 0 772622984 271953920 52633 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 66395 52633 252 24 0 63029 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 265580

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/482 4301
/proc/meminfo: memFree=11382176/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=407832 CPUtime=162.3 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 69088 0 0 0 16214 16 0 0 25 0 1 0 772622984 417619968 66332 33554432000 4194304 4291949 140737430289792 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 101958 66332 252 24 0 98592 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 407832

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/482 4302
/proc/meminfo: memFree=11400136/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=414604 CPUtime=222.3 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 81357 0 0 0 22210 20 0 0 25 0 1 0 772622984 424554496 78549 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 103651 78549 252 24 0 100285 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 414604

[startup+282.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/482 4304
/proc/meminfo: memFree=11292348/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=422564 CPUtime=282.3 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 91363 0 0 0 28206 24 0 0 25 0 1 0 772622984 432705536 88504 33554432000 4194304 4291949 140737430289792 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 105641 88504 252 24 0 102275 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 422564

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/482 4306
/proc/meminfo: memFree=11221152/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=427808 CPUtime=342.3 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 99845 0 0 0 34203 27 0 0 25 0 1 0 772622984 438075392 96948 33554432000 4194304 4291949 140737430289792 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 106952 96948 252 24 0 103586 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 427808

[startup+402.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/482 4307
/proc/meminfo: memFree=11138664/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=645176 CPUtime=402.3 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 113422 0 0 0 40199 31 0 0 25 0 1 0 772622984 660660224 110456 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 161294 110456 252 24 0 157928 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 645176

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/482 4309
/proc/meminfo: memFree=11214516/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=651608 CPUtime=462.3 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 122236 0 0 0 46195 35 0 0 25 0 1 0 772622984 667246592 119241 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 162902 119241 252 24 0 159536 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 651608

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 4310
/proc/meminfo: memFree=11135004/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=657396 CPUtime=522.31 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 129122 0 0 0 52193 38 0 0 25 0 1 0 772622984 673173504 126099 33554432000 4194304 4291949 140737430289792 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 164349 126099 252 24 0 160983 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 657396

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 4312
/proc/meminfo: memFree=11431712/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=234100 CPUtime=582.31 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 155377 0 0 0 58186 45 0 0 25 0 1 0 772622984 239718400 44026 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 58525 44026 252 24 0 55159 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 234100

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.04 2.00 3/482 4417
/proc/meminfo: memFree=10533888/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1103528 CPUtime=4062.47 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 498462 0 0 0 406064 183 0 0 25 0 1 0 772622984 1130012672 217731 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 275882 217731 252 24 0 272516 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 1103528

[startup+4122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 4418
/proc/meminfo: memFree=10514764/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1106116 CPUtime=4122.45 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 500913 0 0 0 412061 184 0 0 25 0 1 0 772622984 1132662784 220178 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 276529 220178 252 24 0 273163 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 1106116

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 4420
/proc/meminfo: memFree=10485236/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1108172 CPUtime=4182.46 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 505296 0 0 0 418059 187 0 0 25 0 1 0 772622984 1134768128 224549 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 277043 224549 252 24 0 273677 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 1108172

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4422
/proc/meminfo: memFree=10691792/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1109056 CPUtime=4242.45 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 510880 0 0 0 424056 189 0 0 25 0 1 0 772622984 1135673344 230116 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 277264 230116 252 24 0 273898 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 1109056

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 4423
/proc/meminfo: memFree=10645640/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1111080 CPUtime=4302.46 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 514089 0 0 0 430055 191 0 0 25 0 1 0 772622984 1137745920 233310 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 277770 233310 252 24 0 274404 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 1111080

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 4425
/proc/meminfo: memFree=10613868/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1113924 CPUtime=4362.46 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 516650 0 0 0 436054 192 0 0 25 0 1 0 772622984 1140658176 235864 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 278481 235864 252 24 0 275115 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 1113924

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 4426
/proc/meminfo: memFree=10584452/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1116768 CPUtime=4422.46 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 519190 0 0 0 442053 193 0 0 25 0 1 0 772622984 1143570432 238396 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 279192 238396 252 24 0 275826 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 1116768

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/482 4428
/proc/meminfo: memFree=10533092/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1118380 CPUtime=4482.47 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 521754 0 0 0 448053 194 0 0 25 0 1 0 772622984 1145221120 240956 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 279595 240956 252 24 0 276229 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 1118380

[startup+4542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 4430
/proc/meminfo: memFree=10498340/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1119708 CPUtime=4542.47 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 523796 0 0 0 454052 195 0 0 25 0 1 0 772622984 1146580992 242993 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 279927 242993 252 24 0 276561 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 1119708

[startup+4602.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 4431
/proc/meminfo: memFree=10475616/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1120940 CPUtime=4602.48 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 525935 0 0 0 460052 196 0 0 25 0 1 0 772622984 1147842560 245130 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 280235 245130 252 24 0 276869 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 1120940

[startup+4662.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/482 4433
/proc/meminfo: memFree=10454012/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1122776 CPUtime=4662.47 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 528104 0 0 0 466050 197 0 0 25 0 1 0 772622984 1149722624 247295 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 280694 247295 252 24 0 277328 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 1122776

[startup+4722.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 4434
/proc/meminfo: memFree=10434028/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1124672 CPUtime=4722.5 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 530326 0 0 0 472051 199 0 0 25 0 1 0 772622984 1151664128 249513 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 281168 249513 252 24 0 277802 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 1124672

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 4436
/proc/meminfo: memFree=10408208/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=1126504 CPUtime=4782.47 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 533681 0 0 0 478047 200 0 0 25 0 1 0 772622984 1153540096 252859 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 281626 252859 252 24 0 278260 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 1126504

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4438
/proc/meminfo: memFree=11119336/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=348872 CPUtime=4842.48 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 558349 0 0 0 484039 209 0 0 25 0 1 0 772622984 357244928 72749 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 87218 72749 252 24 0 83852 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 348872

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 4439
/proc/meminfo: memFree=11067724/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=430260 CPUtime=4902.48 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 568463 0 0 0 490036 212 0 0 25 0 1 0 772622984 440586240 82831 33554432000 4194304 4291949 140737430289792 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 107565 82831 252 24 0 104199 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 430260

[startup+4962.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/482 4441
/proc/meminfo: memFree=11019344/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=430260 CPUtime=4962.48 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 578015 0 0 0 496033 215 0 0 25 0 1 0 772622984 440586240 92344 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 107565 92344 252 24 0 104199 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 430260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.13 2.05 2.01 2/481 4443
/proc/meminfo: memFree=11397540/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=430260 CPUtime=5000.1 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 581957 0 0 0 499793 217 0 0 25 0 1 0 772622984 440586240 96267 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 107565 96267 252 24 0 104199 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 430260

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.13 2.05 2.01 2/481 4443
/proc/meminfo: memFree=11397540/32950928 swapFree=51884240/67111528
[pid=4296] ppid=4294 vsize=430260 CPUtime=5000.1 cores=1,3,5,7
/proc/4296/stat : 4296 (RestartSAT) R 4294 4296 4258 0 -1 4202496 581957 0 0 0 499793 217 0 0 25 0 1 0 772622984 440586240 96267 33554432000 4194304 4291949 140737430289792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4296/statm: 107565 96267 252 24 0 104199 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 430260

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.13
CPU user time (s): 4997.94
CPU system time (s): 2.18767
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1157044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.94
system time used= 2.18767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 581957
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= 5
involuntary context switches= 53511

runsolver used 21.7717 second user time and 55.5336 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-28 21:17:13
IDJOB=3420960
IDBENCH=71603
IDSOLVER=1911
FILE ID=node127/3420960-1306610233
RUNJOBID= node127-1306610233-4277
PBS_JOBID= 13471594
Free space on /tmp= 73708 MiB

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

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=874967268

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11776704 kB
Buffers:        267908 kB
Cached:        4346452 kB
SwapCached:      55132 kB
Active:        3970576 kB
Inactive:     16924152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11776704 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:            6308 kB
Writeback:           0 kB
AnonPages:    16231244 kB
Mapped:          27832 kB
Slab:           113084 kB
PageTables:      95092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119754996 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= 73708 MiB
End job on node127 at 2011-05-28 22:40:35