Trace number 3258497

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) 1300.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes7.cnf
MD5SUM140eea74f7e66501965365160d02fa4d
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3258497-1303540473/watcher-3258497-1303540473 -o /tmp/evaluation-result-3258497-1303540473/solver-3258497-1303540473 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258497-1303540473.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: 3.99 3.70 2.26 4/189 4330
/proc/meminfo: memFree=13430140/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=11800 CPUtime=0 cores=1,3
/proc/4330/stat : 4330 (runsolver) R 4328 4330 4084 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 446463560 12083200 52 33554432000 4194304 5434984 140733558928224 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/4330/statm: 2950 52 31 303 0 2644 0

[startup+0.101139 s]
/proc/loadavg: 3.99 3.70 2.26 4/189 4330
/proc/meminfo: memFree=13430140/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=29072 CPUtime=0.08 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 4398 0 0 0 8 0 0 0 25 0 1 0 446463560 29769728 3808 33554432000 4194304 4291949 140736979264480 18446744073709551615 4230035 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 7268 3808 232 24 0 3902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29072

[startup+0.201122 s]
/proc/loadavg: 3.99 3.70 2.26 4/189 4330
/proc/meminfo: memFree=13430140/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=29072 CPUtime=0.18 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 4408 0 0 0 18 0 0 0 25 0 1 0 446463560 29769728 3818 33554432000 4194304 4291949 140736979264480 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 7268 3818 232 24 0 3902 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 29072

[startup+0.301101 s]
/proc/loadavg: 3.99 3.70 2.26 4/189 4330
/proc/meminfo: memFree=13430140/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=29072 CPUtime=0.28 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 4411 0 0 0 28 0 0 0 25 0 1 0 446463560 29769728 3821 33554432000 4194304 4291949 140736979264480 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 7268 3821 232 24 0 3902 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29072

[startup+0.701042 s]
/proc/loadavg: 3.99 3.70 2.26 4/189 4330
/proc/meminfo: memFree=13430140/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=30576 CPUtime=0.68 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 5787 0 0 0 68 0 0 0 25 0 1 0 446463560 31309824 3848 33554432000 4194304 4291949 140736979264480 18446744073709551615 4267189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 7644 3848 252 24 0 4278 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30576

[startup+1.50089 s]
/proc/loadavg: 3.99 3.70 2.27 5/190 4331
/proc/meminfo: memFree=13412668/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=35176 CPUtime=1.48 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 6829 0 0 0 148 0 0 0 25 0 1 0 446463560 36020224 4885 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 8794 4885 252 24 0 5428 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35176

[startup+3.1006 s]
/proc/loadavg: 3.99 3.70 2.27 5/190 4331
/proc/meminfo: memFree=13405972/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=42356 CPUtime=3.08 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 8326 0 0 0 308 0 0 0 25 0 1 0 446463560 43372544 6369 33554432000 4194304 4291949 140736979264480 18446744073709551615 4251656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 10589 6369 252 24 0 7223 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42356

[startup+6.30104 s]
/proc/loadavg: 3.99 3.70 2.27 5/190 4331
/proc/meminfo: memFree=13384668/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=56384 CPUtime=6.28 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 10820 0 0 0 627 1 0 0 25 0 1 0 446463560 57737216 8843 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 14096 8843 252 24 0 10730 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56384

[startup+12.7009 s]
/proc/loadavg: 3.99 3.71 2.28 5/190 4331
/proc/meminfo: memFree=13355596/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=78568 CPUtime=12.68 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 14939 0 0 0 1266 2 0 0 25 0 1 0 446463560 80453632 12935 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 19642 12935 252 24 0 16276 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78568

[startup+25.5006 s]
/proc/loadavg: 4.07 3.74 2.31 5/190 4332
/proc/meminfo: memFree=13288396/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=114344 CPUtime=25.48 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 20570 0 0 0 2545 3 0 0 25 0 1 0 446463560 117088256 18531 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 28586 18531 252 24 0 25220 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 114344

[startup+51.101 s]
/proc/loadavg: 4.04 3.76 2.35 5/190 4332
/proc/meminfo: memFree=13281800/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=171024 CPUtime=51.08 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 29780 0 0 0 5103 5 0 0 25 0 1 0 446463560 175128576 27667 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 42756 27667 252 24 0 39390 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 171024

[startup+102.301 s]
/proc/loadavg: 4.02 3.80 2.44 5/190 4334
/proc/meminfo: memFree=13132360/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=180144 CPUtime=102.29 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 40864 0 0 0 10220 9 0 0 25 0 1 0 446463560 184467456 38698 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 45036 38698 252 24 0 41670 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 180144

[startup+162.301 s]
/proc/loadavg: 4.00 3.83 2.54 5/190 4335
/proc/meminfo: memFree=13129000/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=270236 CPUtime=162.28 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 53069 0 0 0 16215 13 0 0 25 0 1 0 446463560 276721664 50840 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 67559 50840 252 24 0 64193 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 270236

[startup+222.306 s]
/proc/loadavg: 4.00 3.86 2.63 5/190 4337
/proc/meminfo: memFree=13048744/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=275500 CPUtime=222.29 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 61521 0 0 0 22212 17 0 0 25 0 1 0 446463560 282112000 59254 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 68875 59254 252 24 0 65509 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 275500

[startup+282.301 s]
/proc/loadavg: 4.00 3.88 2.71 5/190 4339
/proc/meminfo: memFree=12900176/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=282440 CPUtime=282.29 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 68359 0 0 0 28208 21 0 0 25 0 1 0 446463560 289218560 66050 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 70610 66050 252 24 0 67244 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 282440

[startup+342.301 s]
/proc/loadavg: 4.00 3.90 2.79 5/190 4340
/proc/meminfo: memFree=13161544/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=104320 CPUtime=342.29 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 81638 0 0 0 34203 26 0 0 25 0 1 0 446463560 106823680 21662 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255921 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 26080 21662 252 24 0 22714 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 104320

[startup+402.301 s]
/proc/loadavg: 4.00 3.92 2.86 5/190 4342
/proc/meminfo: memFree=13055752/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=204196 CPUtime=402.3 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 96490 0 0 0 40199 31 0 0 25 0 1 0 446463560 209096704 36439 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 51049 36439 252 24 0 47683 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 204196

[startup+462.3 s]
/proc/loadavg: 4.00 3.93 2.93 5/190 4343
/proc/meminfo: memFree=12941896/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=285892 CPUtime=462.3 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 111202 0 0 0 46193 37 0 0 25 0 1 0 446463560 292753408 51081 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 71473 51081 252 24 0 68107 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 285892

[startup+522.301 s]
/proc/loadavg: 4.00 3.94 2.99 5/190 4373
/proc/meminfo: memFree=13208120/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=286400 CPUtime=522.3 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 117847 0 0 0 52189 41 0 0 25 0 1 0 446463560 293273600 57693 33554432000 4194304 4291949 140736979264480 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 71600 57693 252 24 0 68234 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 286400

[startup+582.301 s]
/proc/loadavg: 4.07 3.96 3.06 5/190 4375
/proc/meminfo: memFree=13089736/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=288040 CPUtime=582.3 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 124066 0 0 0 58186 44 0 0 25 0 1 0 446463560 294952960 63879 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 72010 63879 252 24 0 68644 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 288040

[startup+642.301 s]
/proc/loadavg: 4.02 3.97 3.11 5/190 4376
/proc/meminfo: memFree=13012344/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=423024 CPUtime=642.3 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 129617 0 0 0 64183 47 0 0 25 0 1 0 446463560 433176576 69397 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 105756 69397 252 24 0 102390 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 423024

[startup+702.3 s]
/proc/loadavg: 4.01 3.97 3.17 5/190 4378
/proc/meminfo: memFree=12904064/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=426436 CPUtime=702.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 136825 0 0 0 70180 51 0 0 25 0 1 0 446463560 436670464 76576 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 106609 76576 252 24 0 103243 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 426436

[startup+762.301 s]
/proc/loadavg: 4.05 3.99 3.22 5/190 4408
/proc/meminfo: memFree=12915560/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=430524 CPUtime=762.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 141925 0 0 0 76179 52 0 0 25 0 1 0 446463560 440856576 81657 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 107631 81657 252 24 0 104265 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 430524

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 3.27 5/190 4409
/proc/meminfo: memFree=12887580/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=435032 CPUtime=822.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 146608 0 0 0 82177 54 0 0 25 0 1 0 446463560 445472768 86324 33554432000 4194304 4291949 140736979264480 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 108758 86324 252 24 0 105392 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 435032

[startup+882.307 s]
/proc/loadavg: 4.00 3.99 3.31 5/190 4411
/proc/meminfo: memFree=12748804/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=438068 CPUtime=882.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 151624 0 0 0 88175 56 0 0 25 0 1 0 446463560 448581632 91317 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 109517 91317 252 24 0 106151 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 438068

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.35 5/190 4412
/proc/meminfo: memFree=12707244/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=441848 CPUtime=942.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 155651 0 0 0 94173 58 0 0 25 0 1 0 446463560 452452352 95325 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 110462 95325 252 24 0 107096 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 441848

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.39 5/190 4414
/proc/meminfo: memFree=12668536/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=445216 CPUtime=1002.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 159600 0 0 0 100171 60 0 0 25 0 1 0 446463560 455901184 99260 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 111304 99260 252 24 0 107938 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 445216

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.42 5/190 4415
/proc/meminfo: memFree=12611484/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=447284 CPUtime=1062.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 162981 0 0 0 106170 61 0 0 25 0 1 0 446463560 458018816 102627 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 111821 102627 252 24 0 108455 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 447284

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.46 5/190 4417
/proc/meminfo: memFree=12879428/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=183968 CPUtime=1122.31 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 184317 0 0 0 112163 68 0 0 25 0 1 0 446463560 188383232 39413 33554432000 4194304 4291949 140736979264480 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 45992 39413 252 24 0 42626 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 183968

[startup+1182.3 s]
/proc/loadavg: 3.87 3.97 3.48 4/185 4437
/proc/meminfo: memFree=13094708/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=234056 CPUtime=1182.32 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 194933 0 0 0 118159 73 0 0 25 0 1 0 446463560 239673344 49963 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 58514 49963 252 24 0 55148 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 234056

[startup+1242.3 s]
/proc/loadavg: 3.32 3.79 3.45 4/184 4438
/proc/meminfo: memFree=13277876/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=315444 CPUtime=1242.32 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 204366 0 0 0 124156 76 0 0 25 0 1 0 446463560 323014656 59351 33554432000 4194304 4291949 140736979264480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 78861 59351 252 24 0 75495 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 315444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.20 3.67 3.43 4/184 4440
/proc/meminfo: memFree=13182624/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=315444 CPUtime=1300.03 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 210314 0 0 0 129925 78 0 0 25 0 1 0 446463560 323014656 65272 33554432000 4194304 4291949 140736979264480 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 78861 65272 252 24 0 75495 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 315444

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

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

[startup+1300 s]
/proc/loadavg: 3.20 3.67 3.43 4/184 4440
/proc/meminfo: memFree=13182624/32951124 swapFree=67111528/67111528
[pid=4330] ppid=4328 vsize=315444 CPUtime=1300.03 cores=1,3
/proc/4330/stat : 4330 (RestartSAT) R 4328 4330 4084 0 -1 4202496 210314 0 0 0 129925 78 0 0 25 0 1 0 446463560 323014656 65272 33554432000 4194304 4291949 140736979264480 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4330/statm: 78861 65272 252 24 0 75495 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 315444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.25
CPU system time (s): 0.794879
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 466380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.794879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1013

runsolver used 2.04369 second user time and 5.05423 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-23 08:34:33
IDJOB=3258497
IDBENCH=71367
IDSOLVER=1580
FILE ID=node146/3258497-1303540473
RUNJOBID= node146-1303539680-4104
PBS_JOBID= 13143092
Free space on /tmp= 72556 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes7.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258497-1303540473/watcher-3258497-1303540473 -o /tmp/evaluation-result-3258497-1303540473/solver-3258497-1303540473 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258497-1303540473.cnf

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

MD5SUM BENCH= 140eea74f7e66501965365160d02fa4d
RANDOM SEED=45570672

node146.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	: 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.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.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.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13430544 kB
Buffers:       2065240 kB
Cached:       16467524 kB
SwapCached:          0 kB
Active:        9941756 kB
Inactive:      9049428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13430544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:      457636 kB
Mapped:          15468 kB
Slab:           465216 kB
PageTables:       5912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   680412 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= 72556 MiB
End job on node146 at 2011-04-23 08:56:15