Trace number 3170791

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
MD5SUM4a57833314362e0939d4095b3206ad82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.192
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-3170791-1302820004/watcher-3170791-1302820004 -o /tmp/evaluation-result-3170791-1302820004/solver-3170791-1302820004 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170791-1302820004.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.84 3.97 3.83 5/189 29721
/proc/meminfo: memFree=16539028/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=21200 CPUtime=0 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 1066 0 0 0 0 0 0 0 25 0 1 0 393598424 21708800 1007 33554432000 4194304 4291949 140736583266176 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 5300 1010 226 24 0 1934 0

[startup+0.041097 s]
/proc/loadavg: 3.84 3.97 3.83 5/189 29721
/proc/meminfo: memFree=16539028/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=26396 CPUtime=0.03 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 2641 0 0 0 3 0 0 0 25 0 1 0 393598424 27029504 2497 33554432000 4194304 4291949 140736583266176 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 6599 2500 227 24 0 3233 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26396

[startup+0.101085 s]
/proc/loadavg: 3.84 3.97 3.83 5/189 29721
/proc/meminfo: memFree=16539028/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=29868 CPUtime=0.09 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 4081 0 0 0 9 0 0 0 25 0 1 0 393598424 30584832 3717 33554432000 4194304 4291949 140736583266176 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 7467 3717 227 24 0 4101 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29868

[startup+0.30105 s]
/proc/loadavg: 3.84 3.97 3.83 5/189 29721
/proc/meminfo: memFree=16539028/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=30252 CPUtime=0.29 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 5671 0 0 0 29 0 0 0 25 0 1 0 393598424 30978048 3843 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 7563 3843 252 24 0 4197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30252

[startup+0.70099 s]
/proc/loadavg: 3.84 3.97 3.83 5/189 29721
/proc/meminfo: memFree=16539028/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=30252 CPUtime=0.69 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 5715 0 0 0 69 0 0 0 25 0 1 0 393598424 30978048 3887 33554432000 4194304 4291949 140736583266176 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 7563 3887 253 24 0 4197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30252

[startup+1.50083 s]
/proc/loadavg: 3.84 3.97 3.83 5/190 29722
/proc/meminfo: memFree=16499100/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=30252 CPUtime=1.49 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 5878 0 0 0 149 0 0 0 25 0 1 0 393598424 30978048 4049 33554432000 4194304 4291949 140736583266176 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 7563 4049 253 24 0 4197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30252

[startup+3.10054 s]
/proc/loadavg: 3.84 3.97 3.83 5/190 29722
/proc/meminfo: memFree=16493396/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=30252 CPUtime=3.09 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 6183 0 0 0 309 0 0 0 25 0 1 0 393598424 30978048 4351 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 7563 4351 253 24 0 4197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30252

[startup+6.30096 s]
/proc/loadavg: 3.85 3.97 3.83 5/190 29722
/proc/meminfo: memFree=16486004/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=37392 CPUtime=6.29 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 6915 0 0 0 628 1 0 0 25 0 1 0 393598424 38289408 5079 33554432000 4194304 4291949 140736583266176 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 9348 5079 253 24 0 5982 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37392

[startup+12.7008 s]
/proc/loadavg: 3.86 3.97 3.83 5/190 29723
/proc/meminfo: memFree=16443616/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=44868 CPUtime=12.69 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 8735 0 0 0 1268 1 0 0 25 0 1 0 393598424 45944832 6893 33554432000 4194304 4291949 140736583266176 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 11217 6893 253 24 0 7851 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44868

[startup+25.5005 s]
/proc/loadavg: 3.89 3.97 3.83 5/190 29723
/proc/meminfo: memFree=16393164/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=57460 CPUtime=25.49 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 12758 0 0 0 2547 2 0 0 25 0 1 0 393598424 58839040 10900 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 14365 10900 253 24 0 10999 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57460

[startup+51.1008 s]
/proc/loadavg: 3.93 3.97 3.83 5/190 29724
/proc/meminfo: memFree=16269120/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=109076 CPUtime=51.09 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 20986 0 0 0 5105 4 0 0 25 0 1 0 393598424 111693824 19091 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 27269 19091 253 24 0 23903 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109076

[startup+102.307 s]
/proc/loadavg: 3.97 3.97 3.84 5/190 29725
/proc/meminfo: memFree=16083468/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=162744 CPUtime=102.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 38557 0 0 0 10220 10 0 0 25 0 1 0 393598424 166649856 36608 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 40686 36608 253 24 0 37320 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162744

[startup+162.301 s]
/proc/loadavg: 4.05 3.99 3.85 5/190 29727
/proc/meminfo: memFree=15916284/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=246924 CPUtime=162.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 52229 0 0 0 16215 15 0 0 25 0 1 0 393598424 252850176 50229 33554432000 4194304 4291949 140736583266176 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 61731 50229 253 24 0 58365 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 246924

[startup+222.301 s]
/proc/loadavg: 4.02 3.99 3.86 5/190 29728
/proc/meminfo: memFree=15783836/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=381796 CPUtime=222.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 61396 0 0 0 22211 19 0 0 25 0 1 0 393598424 390959104 59357 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 95449 59357 253 24 0 92083 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 381796

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.86 5/190 29730
/proc/meminfo: memFree=15920700/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=169792 CPUtime=282.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 93635 0 0 0 28202 28 0 0 25 0 1 0 393598424 173867008 30778 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 42448 30778 253 24 0 39082 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169792

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.87 5/190 29731
/proc/meminfo: memFree=16053728/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=251448 CPUtime=342.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 108253 0 0 0 34198 32 0 0 25 0 1 0 393598424 257482752 45335 33554432000 4194304 4291949 140736583266176 18446744073709551615 228126173724 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 62862 45335 253 24 0 59496 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 251448

[startup+402.301 s]
/proc/loadavg: 4.03 4.00 3.88 5/190 29733
/proc/meminfo: memFree=15866076/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=384508 CPUtime=402.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 124760 0 0 0 40192 38 0 0 25 0 1 0 393598424 393736192 61783 33554432000 4194304 4291949 140736583266176 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 96127 61783 253 24 0 92761 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 384508

[startup+462.3 s]
/proc/loadavg: 4.04 4.01 3.89 5/190 29735
/proc/meminfo: memFree=15729280/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=385448 CPUtime=462.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 135192 0 0 0 46188 42 0 0 25 0 1 0 393598424 394698752 72170 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 96362 72170 253 24 0 92996 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 385448

[startup+522.3 s]
/proc/loadavg: 4.01 4.01 3.90 5/190 29736
/proc/meminfo: memFree=15562352/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=603024 CPUtime=522.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 158079 0 0 0 52182 48 0 0 25 0 1 0 393598424 617496576 94998 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 150756 94998 253 24 0 147390 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 603024

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 29738
/proc/meminfo: memFree=15830532/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=175124 CPUtime=582.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 193489 0 0 0 58171 59 0 0 25 0 1 0 393598424 179326976 38746 33554432000 4194304 4291949 140736583266176 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 43781 38746 253 24 0 40415 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 175124

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29739
/proc/meminfo: memFree=15649448/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=256788 CPUtime=642.31 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 206991 0 0 0 64168 63 0 0 25 0 1 0 393598424 262950912 52184 33554432000 4194304 4291949 140736583266176 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 64197 52184 253 24 0 60831 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 256788

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29741
/proc/meminfo: memFree=15853660/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=389452 CPUtime=702.3 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 222470 0 0 0 70162 68 0 0 25 0 1 0 393598424 398798848 67601 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 97363 67601 253 24 0 93997 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 389452

[startup+762.307 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 29743
/proc/meminfo: memFree=15740540/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=390000 CPUtime=762.32 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 232408 0 0 0 76160 72 0 0 25 0 1 0 393598424 399360000 77500 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 97500 77500 253 24 0 94134 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 390000

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 29744
/proc/meminfo: memFree=15552664/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=390800 CPUtime=822.31 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 248224 0 0 0 82154 77 0 0 25 0 1 0 393598424 400179200 93269 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 97700 93269 253 24 0 94334 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 390800

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29746
/proc/meminfo: memFree=15737896/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=97832 CPUtime=882.31 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 266882 0 0 0 88147 84 0 0 25 0 1 0 393598424 100179968 16493 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 24458 16493 253 24 0 21092 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 97832

[startup+942.3 s]
/proc/loadavg: 4.05 4.01 3.92 5/190 29747
/proc/meminfo: memFree=15967764/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=178740 CPUtime=942.31 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 281015 0 0 0 94144 87 0 0 25 0 1 0 393598424 183029760 30561 33554432000 4194304 4291949 140736583266176 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 44685 30561 253 24 0 41319 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 178740

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 29749
/proc/meminfo: memFree=15758180/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=260396 CPUtime=1002.32 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 298115 0 0 0 100139 93 0 0 25 0 1 0 393598424 266645504 47600 33554432000 4194304 4291949 140736583266176 18446744073709551615 228126243728 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 65099 47600 253 24 0 61733 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 260396

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 29751
/proc/meminfo: memFree=15609728/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=260528 CPUtime=1062.31 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 309861 0 0 0 106134 97 0 0 25 0 1 0 393598424 266780672 59305 33554432000 4194304 4291949 140736583266176 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 65132 59305 253 24 0 61766 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 260528

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 29752
/proc/meminfo: memFree=15433380/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=393852 CPUtime=1122.32 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 342127 0 0 0 112125 107 0 0 25 0 1 0 393598424 403304448 91510 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 98463 91510 253 24 0 95097 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 393852

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 29754
/proc/meminfo: memFree=15440912/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=611068 CPUtime=1182.32 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 387595 0 0 0 118110 122 0 0 25 0 1 0 393598424 625733632 136903 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 152767 136903 253 24 0 149401 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 611068

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29755
/proc/meminfo: memFree=15610020/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=184356 CPUtime=1242.31 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 414742 0 0 0 124101 130 0 0 25 0 1 0 393598424 188780544 32634 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 46089 32634 253 24 0 42723 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 184356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.93 3/188 29760
/proc/meminfo: memFree=16072148/32951124 swapFree=67111528/67111528
[pid=29721] ppid=29719 vsize=265744 CPUtime=1300.02 cores=1,3
/proc/29721/stat : 29721 (RestartSAT) R 29719 29721 29356 0 -1 4202496 428910 0 0 0 129868 134 0 0 25 0 1 0 393598424 272121856 46739 33554432000 4194304 4291949 140736583266176 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29721/statm: 66436 46739 253 24 0 63070 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 265744

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.04
CPU user time (s): 1298.69
CPU system time (s): 1.35679
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 662248

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

runsolver used 2.09368 second user time and 5.00824 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-15 00:26:45
IDJOB=3170791
IDBENCH=82609
IDSOLVER=1581
FILE ID=node138/3170791-1302820004
RUNJOBID= node138-1302817399-29376
PBS_JOBID= 13006653
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= 4a57833314362e0939d4095b3206ad82
RANDOM SEED=927991920

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.80
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.854
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.854
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.82
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.854
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:      16539556 kB
Buffers:        676412 kB
Cached:       15271096 kB
SwapCached:          0 kB
Active:        8002556 kB
Inactive:      8027988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16539556 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12076 kB
Writeback:           0 kB
AnonPages:       82036 kB
Mapped:          15188 kB
Slab:           317800 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278920 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= 71164 MiB
End job on node138 at 2011-04-15 00:48:27