Trace number 3170690

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.05 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.591
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3170690-1302816970/watcher-3170690-1302816970 -o /tmp/evaluation-result-3170690-1302816970/solver-3170690-1302816970 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170690-1302816970.cnf 

running on 2 cores: 5,7

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: 1.15 1.68 1.87 4/189 9573
/proc/meminfo: memFree=16640940/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=23268 CPUtime=0 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 1489 0 0 0 0 0 0 0 25 0 1 0 471927631 23826432 1430 33554432000 4194304 4291949 140734911337392 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 5817 1437 227 24 0 2451 0

[startup+0.064053 s]
/proc/loadavg: 1.15 1.68 1.87 4/189 9573
/proc/meminfo: memFree=16640940/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=28488 CPUtime=0.05 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 3393 0 0 0 5 0 0 0 25 0 1 0 471927631 29171712 3152 33554432000 4194304 4291949 140734911337392 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 7122 3153 227 24 0 3756 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28488

[startup+0.10106 s]
/proc/loadavg: 1.15 1.68 1.87 4/189 9573
/proc/meminfo: memFree=16640940/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=30756 CPUtime=0.09 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 4339 0 0 0 9 0 0 0 25 0 1 0 471927631 31494144 3959 33554432000 4194304 4291949 140734911337392 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 7689 3960 227 24 0 4323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30756

[startup+0.301013 s]
/proc/loadavg: 1.15 1.68 1.87 4/189 9573
/proc/meminfo: memFree=16640940/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=30232 CPUtime=0.29 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 5683 0 0 0 28 1 0 0 25 0 1 0 471927631 30957568 3840 33554432000 4194304 4291949 140734911337392 18446744073709551615 216734843823 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 7558 3840 253 24 0 4192 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30232

[startup+0.700944 s]
/proc/loadavg: 1.15 1.68 1.87 4/189 9573
/proc/meminfo: memFree=16640940/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=30232 CPUtime=0.69 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 5760 0 0 0 68 1 0 0 25 0 1 0 471927631 30957568 3917 33554432000 4194304 4291949 140734911337392 18446744073709551615 216738636901 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 7558 3917 253 24 0 4192 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30232

[startup+1.5008 s]
/proc/loadavg: 1.38 1.71 1.89 5/190 9574
/proc/meminfo: memFree=16610312/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=30232 CPUtime=1.49 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 5914 0 0 0 148 1 0 0 25 0 1 0 471927631 30957568 4069 33554432000 4194304 4291949 140734911337392 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 7558 4069 253 24 0 4192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30232

[startup+3.10052 s]
/proc/loadavg: 1.38 1.71 1.89 5/190 9574
/proc/meminfo: memFree=16596312/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=32952 CPUtime=3.09 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 6300 0 0 0 308 1 0 0 25 0 1 0 471927631 33742848 4454 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 8238 4454 253 24 0 4872 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32952

[startup+6.30096 s]
/proc/loadavg: 1.59 1.75 1.90 5/190 9574
/proc/meminfo: memFree=16569464/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=37372 CPUtime=6.29 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 7216 0 0 0 628 1 0 0 25 0 1 0 471927631 38268928 5365 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 9343 5365 253 24 0 5977 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37372

[startup+12.7008 s]
/proc/loadavg: 1.78 1.79 1.91 5/190 9574
/proc/meminfo: memFree=16555608/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=44860 CPUtime=12.7 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 9185 0 0 0 1268 2 0 0 25 0 1 0 471927631 45936640 7324 33554432000 4194304 4291949 140734911337392 18446744073709551615 216738637047 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 11215 7324 253 24 0 7849 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44860

[startup+25.5006 s]
/proc/loadavg: 2.12 1.86 1.93 5/190 9575
/proc/meminfo: memFree=16522788/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=76804 CPUtime=25.5 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 13308 0 0 0 2546 4 0 0 25 0 1 0 471927631 78647296 11427 33554432000 4194304 4291949 140734911337392 18446744073709551615 4251367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 19201 11427 253 24 0 15835 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76804

[startup+51.1011 s]
/proc/loadavg: 2.86 2.06 1.99 5/190 9575
/proc/meminfo: memFree=16484072/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=109336 CPUtime=51.09 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 22282 0 0 0 5102 7 0 0 25 0 1 0 471927631 111960064 20364 33554432000 4194304 4291949 140734911337392 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 27334 20364 253 24 0 23968 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109336

[startup+102.307 s]
/proc/loadavg: 3.50 2.36 2.10 5/190 9577
/proc/meminfo: memFree=16386096/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=244624 CPUtime=102.3 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 39815 0 0 0 10217 13 0 0 25 0 1 0 471927631 250494976 37843 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 61156 37843 253 24 0 57790 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 244624

[startup+162.301 s]
/proc/loadavg: 4.06 2.71 2.23 5/190 9580
/proc/meminfo: memFree=16325428/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=248036 CPUtime=162.3 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 54049 0 0 0 16210 20 0 0 25 0 1 0 471927631 253988864 52029 33554432000 4194304 4291949 140734911337392 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 62009 52030 253 24 0 58643 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 248036

[startup+222.301 s]
/proc/loadavg: 4.02 2.94 2.34 5/190 9583
/proc/meminfo: memFree=16449824/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=88268 CPUtime=222.29 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 82566 0 0 0 22201 28 0 0 25 0 1 0 471927631 90386432 18231 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 22067 18231 253 24 0 18701 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 88268

[startup+282.301 s]
/proc/loadavg: 4.00 3.13 2.44 5/190 9585
/proc/meminfo: memFree=16349124/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=169844 CPUtime=282.3 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 102253 0 0 0 28194 36 0 0 25 0 1 0 471927631 173920256 37840 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 42461 37840 253 24 0 39095 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169844

[startup+342.301 s]
/proc/loadavg: 4.00 3.29 2.53 5/190 9586
/proc/meminfo: memFree=16254244/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=251776 CPUtime=342.3 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 119248 0 0 0 34186 44 0 0 25 0 1 0 471927631 257818624 54777 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 62944 54777 253 24 0 59578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 251776

[startup+402.3 s]
/proc/loadavg: 4.00 3.41 2.62 5/190 9588
/proc/meminfo: memFree=16198048/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=384980 CPUtime=402.3 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 131882 0 0 0 40181 49 0 0 25 0 1 0 471927631 394219520 67329 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 96245 67329 253 24 0 92879 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 384980

[startup+462.301 s]
/proc/loadavg: 4.00 3.52 2.70 5/190 9589
/proc/meminfo: memFree=16161196/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=386056 CPUtime=462.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 141047 0 0 0 46177 54 0 0 25 0 1 0 471927631 395321344 76451 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 96514 76451 253 24 0 93148 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 386056

[startup+522.3 s]
/proc/loadavg: 4.00 3.60 2.78 5/190 9591
/proc/meminfo: memFree=16329680/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=175220 CPUtime=522.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 190176 0 0 0 52163 68 0 0 25 0 1 0 471927631 179425280 34839 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 43805 34839 253 24 0 40439 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 175220

[startup+582.301 s]
/proc/loadavg: 4.00 3.67 2.86 5/190 9593
/proc/meminfo: memFree=16228592/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=256876 CPUtime=582.3 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 204403 0 0 0 58155 75 0 0 25 0 1 0 471927631 263041024 49001 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 64219 49001 253 24 0 60853 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 256876

[startup+642.3 s]
/proc/loadavg: 4.00 3.73 2.93 5/190 9594
/proc/meminfo: memFree=16198908/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=389548 CPUtime=642.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 220776 0 0 0 64152 79 0 0 25 0 1 0 471927631 398897152 65309 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 97387 65309 253 24 0 94021 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 389548

[startup+702.301 s]
/proc/loadavg: 4.00 3.77 2.99 5/190 9596
/proc/meminfo: memFree=16153492/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=389944 CPUtime=702.3 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 232057 0 0 0 70146 84 0 0 25 0 1 0 471927631 399302656 76547 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 97486 76547 253 24 0 94120 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 389944

[startup+762.307 s]
/proc/loadavg: 4.12 3.86 3.07 5/190 9597
/proc/meminfo: memFree=16115648/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=390616 CPUtime=762.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 241579 0 0 0 76142 89 0 0 25 0 1 0 471927631 399990784 86026 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 97654 86026 253 24 0 94288 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 390616

[startup+822.301 s]
/proc/loadavg: 4.04 3.88 3.12 5/190 9599
/proc/meminfo: memFree=16404044/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=78820 CPUtime=822.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 265432 0 0 0 82134 97 0 0 25 0 1 0 471927631 80711680 14088 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 19705 14088 253 24 0 16339 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 78820

[startup+882.3 s]
/proc/loadavg: 4.01 3.90 3.17 5/190 9601
/proc/meminfo: memFree=16337680/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=178696 CPUtime=882.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 281920 0 0 0 88127 104 0 0 25 0 1 0 471927631 182984704 30496 33554432000 4194304 4291949 140734911337392 18446744073709551615 216738638161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 44674 30496 253 24 0 41308 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 178696

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.22 5/190 9602
/proc/meminfo: memFree=16264624/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=260216 CPUtime=942.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 299331 0 0 0 94119 112 0 0 25 0 1 0 471927631 266461184 47847 33554432000 4194304 4291949 140734911337392 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 65054 47847 253 24 0 61688 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 260216

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.27 5/190 9604
/proc/meminfo: memFree=16219468/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=260484 CPUtime=1002.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 311034 0 0 0 100114 117 0 0 25 0 1 0 471927631 266735616 59498 33554432000 4194304 4291949 140734911337392 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 65121 59498 253 24 0 61755 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 260484

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.31 5/190 9605
/proc/meminfo: memFree=16034812/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=609692 CPUtime=1062.31 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 356940 0 0 0 106099 132 0 0 25 0 1 0 471927631 624324608 105339 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 152423 105339 253 24 0 149057 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 609692

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.35 5/190 9607
/proc/meminfo: memFree=16373788/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=104336 CPUtime=1122.32 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 408312 0 0 0 112084 148 0 0 25 0 1 0 471927631 106840064 20128 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 26084 20128 253 24 0 22718 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 104336

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.39 5/190 9609
/proc/meminfo: memFree=16308548/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=185244 CPUtime=1182.32 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 423892 0 0 0 118077 155 0 0 25 0 1 0 471927631 189689856 35646 33554432000 4194304 4291949 140734911337392 18446744073709551615 4251106 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 46311 35646 253 24 0 42945 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 185244

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.42 5/190 9610
/proc/meminfo: memFree=16236352/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=266764 CPUtime=1242.32 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 441724 0 0 0 124071 161 0 0 25 0 1 0 471927631 273166336 53410 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 66691 53410 253 24 0 63325 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 266764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.19 4.01 3.47 2/184 9615
/proc/meminfo: memFree=16383200/32951124 swapFree=67102128/67111528
[pid=9573] ppid=9571 vsize=399156 CPUtime=1300.03 cores=5,7
/proc/9573/stat : 9573 (RestartSAT) R 9571 9573 9513 0 -1 4202496 453975 0 0 0 129837 166 0 0 25 0 1 0 471927631 408735744 65609 33554432000 4194304 4291949 140734911337392 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9573/statm: 99789 65609 253 24 0 96423 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 399156

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.02
CPU time (s): 1300.05
CPU user time (s): 1298.37
CPU system time (s): 1.67674
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 663136

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

runsolver used 2.06469 second user time and 5.03823 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-14 23:36:10
IDJOB=3170690
IDBENCH=82508
IDSOLVER=1581
FILE ID=node119/3170690-1302816970
RUNJOBID= node119-1302816969-9534
PBS_JOBID= 13006649
Free space on /tmp= 71480 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170690-1302816970/watcher-3170690-1302816970 -o /tmp/evaluation-result-3170690-1302816970/solver-3170690-1302816970 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170690-1302816970.cnf

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=101345123

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16641220 kB
Buffers:        648652 kB
Cached:       15230044 kB
SwapCached:       5516 kB
Active:        3847428 kB
Inactive:     12101420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16641220 kB
SwapTotal:    67111528 kB
SwapFree:     67102128 kB
Dirty:            5968 kB
Writeback:           0 kB
AnonPages:       67668 kB
Mapped:          14948 kB
Slab:           295432 kB
PageTables:       5360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   268208 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= 71480 MiB
End job on node119 at 2011-04-14 23:57:52