Trace number 3250224

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.06 1300.01

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
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-3250224-1303540226/watcher-3250224-1303540226 -o /tmp/evaluation-result-3250224-1303540226/solver-3250224-1303540226 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3250224-1303540226.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 3.31 1.71 5/189 12279
/proc/meminfo: memFree=13041700/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=19692 CPUtime=0 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 762 0 0 0 0 0 0 0 25 0 1 0 544253328 20164608 704 33554432000 4194304 4291949 140733827639856 18446744073709551615 4240610 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 4923 704 225 24 0 1557 0

[startup+0.0232561 s]
/proc/loadavg: 4.00 3.31 1.71 5/189 12279
/proc/meminfo: memFree=13041700/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=21920 CPUtime=0.01 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 1604 0 0 0 1 0 0 0 25 0 1 0 544253328 22446080 1505 33554432000 4194304 4291949 140733827639856 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 5480 1508 227 24 0 2114 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21920

[startup+0.100242 s]
/proc/loadavg: 4.00 3.31 1.71 5/189 12279
/proc/meminfo: memFree=13041700/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=24844 CPUtime=0.09 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 2785 0 0 0 9 0 0 0 25 0 1 0 544253328 25440256 2525 33554432000 4194304 4291949 140733827639856 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 6211 2525 232 24 0 2845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24844

[startup+0.300208 s]
/proc/loadavg: 4.00 3.31 1.71 5/189 12279
/proc/meminfo: memFree=13041700/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=22624 CPUtime=0.29 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 3556 0 0 0 29 0 0 0 25 0 1 0 544253328 23166976 2450 33554432000 4194304 4291949 140733827639856 18446744073709551615 4251645 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 5656 2450 252 24 0 2290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22624

[startup+0.701128 s]
/proc/loadavg: 4.00 3.31 1.71 5/189 12279
/proc/meminfo: memFree=13041700/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=27020 CPUtime=0.69 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 4108 0 0 0 68 1 0 0 25 0 1 0 544253328 27668480 2994 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 6755 2994 252 24 0 3389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27020

[startup+1.50097 s]
/proc/loadavg: 4.00 3.31 1.71 5/190 12280
/proc/meminfo: memFree=13029068/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=31596 CPUtime=1.49 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 4797 0 0 0 148 1 0 0 25 0 1 0 544253328 32354304 3680 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 7899 3680 252 24 0 4533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31596

[startup+3.10067 s]
/proc/loadavg: 4.00 3.32 1.73 5/190 12280
/proc/meminfo: memFree=13024976/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=32560 CPUtime=3.09 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 5849 0 0 0 308 1 0 0 25 0 1 0 544253328 33341440 4718 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 8140 4718 252 24 0 4774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32560

[startup+6.30106 s]
/proc/loadavg: 4.00 3.32 1.73 5/190 12280
/proc/meminfo: memFree=13016724/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=41084 CPUtime=6.29 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 7434 0 0 0 627 2 0 0 25 0 1 0 544253328 42070016 6286 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 10271 6286 252 24 0 6905 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41084

[startup+12.7008 s]
/proc/loadavg: 4.00 3.34 1.75 5/190 12280
/proc/meminfo: memFree=13006440/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=54712 CPUtime=12.69 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 9271 0 0 0 1267 2 0 0 25 0 1 0 544253328 56025088 8099 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 13678 8099 252 24 0 10312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54712

[startup+25.5004 s]
/proc/loadavg: 4.00 3.37 1.77 5/190 12281
/proc/meminfo: memFree=12985116/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=76628 CPUtime=25.49 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 13629 0 0 0 2546 3 0 0 25 0 1 0 544253328 78467072 12392 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 19157 12392 252 24 0 15791 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76628

[startup+51.1005 s]
/proc/loadavg: 4.00 3.41 1.83 5/190 12281
/proc/meminfo: memFree=12965500/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=84540 CPUtime=51.09 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 25096 0 0 0 5102 7 0 0 25 0 1 0 544253328 86568960 14457 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 21135 14457 252 24 0 17769 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84540

[startup+102.307 s]
/proc/loadavg: 4.00 3.51 1.95 5/190 12283
/proc/meminfo: memFree=12950124/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=88632 CPUtime=102.3 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 37074 0 0 0 10218 12 0 0 25 0 1 0 544253328 90759168 14812 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 22158 14812 252 24 0 18792 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88632

[startup+162.3 s]
/proc/loadavg: 4.00 3.60 2.08 5/190 12284
/proc/meminfo: memFree=12898140/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=125016 CPUtime=162.3 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 56183 0 0 0 16212 18 0 0 25 0 1 0 544253328 128016384 21305 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 31254 21305 252 24 0 27888 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 125016

[startup+222.301 s]
/proc/loadavg: 4.08 3.68 2.20 5/190 12286
/proc/meminfo: memFree=12894024/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=95860 CPUtime=222.3 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 67879 0 0 0 22207 23 0 0 25 0 1 0 544253328 98160640 17928 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 23965 17928 252 24 0 20599 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 95860

[startup+282.301 s]
/proc/loadavg: 4.03 3.74 2.31 5/190 12288
/proc/meminfo: memFree=12902436/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=68044 CPUtime=282.3 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 76518 0 0 0 28202 28 0 0 25 0 1 0 544253328 69677056 13206 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 17011 13206 252 24 0 13645 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 68044

[startup+342.301 s]
/proc/loadavg: 4.01 3.78 2.41 5/190 12289
/proc/meminfo: memFree=12854436/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=81080 CPUtime=342.31 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 93819 0 0 0 34197 34 0 0 25 0 1 0 544253328 83025920 14181 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 20270 14181 252 24 0 16904 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 81080

[startup+402.301 s]
/proc/loadavg: 4.07 3.84 2.52 5/190 12291
/proc/meminfo: memFree=13006436/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=105008 CPUtime=402.3 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 115727 0 0 0 40190 40 0 0 25 0 1 0 544253328 107528192 20639 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 26252 20639 252 24 0 22886 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 105008

[startup+462.3 s]
/proc/loadavg: 4.02 3.86 2.61 5/190 12292
/proc/meminfo: memFree=12969220/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=106036 CPUtime=462.31 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 133127 0 0 0 46185 46 0 0 25 0 1 0 544253328 108580864 20981 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 26509 20981 252 24 0 23143 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 106036

[startup+522.301 s]
/proc/loadavg: 4.01 3.89 2.69 5/190 12297
/proc/meminfo: memFree=12918588/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=137716 CPUtime=522.31 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 139773 0 0 0 52182 49 0 0 25 0 1 0 544253328 141021184 27540 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 34429 27540 252 24 0 31063 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 137716

[startup+582.301 s]
/proc/loadavg: 4.06 3.92 2.77 5/190 12299
/proc/meminfo: memFree=12909584/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=107164 CPUtime=582.31 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 151038 0 0 0 58175 56 0 0 25 0 1 0 544253328 109735936 21185 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 26791 21185 252 24 0 23425 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 107164

[startup+642.301 s]
/proc/loadavg: 4.07 3.94 2.85 5/190 12300
/proc/meminfo: memFree=12875712/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=139036 CPUtime=642.32 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 155236 0 0 0 64173 59 0 0 25 0 1 0 544253328 142372864 25313 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 34759 25313 252 24 0 31393 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 139036

[startup+702.301 s]
/proc/loadavg: 4.02 3.95 2.92 5/190 12302
/proc/meminfo: memFree=12884868/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=85432 CPUtime=702.31 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 185233 0 0 0 70162 69 0 0 25 0 1 0 544253328 87482368 17266 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 21358 17266 252 24 0 17992 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 85432

[startup+762.306 s]
/proc/loadavg: 4.05 3.97 2.99 4/188 12304
/proc/meminfo: memFree=12829552/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=149640 CPUtime=762.33 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 199013 0 0 0 76156 77 0 0 25 0 1 0 544253328 153231360 30862 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 37410 30862 252 24 0 34044 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 149640

[startup+822.301 s]
/proc/loadavg: 3.91 3.94 3.04 5/190 12389
/proc/meminfo: memFree=12914820/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=118820 CPUtime=822.32 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 209995 0 0 0 82152 80 0 0 25 0 1 0 544253328 121671680 22591 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 29705 22591 252 24 0 26339 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 118820

[startup+882.301 s]
/proc/loadavg: 3.97 3.95 3.10 5/190 12391
/proc/meminfo: memFree=12762220/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=150100 CPUtime=882.33 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 217542 0 0 0 88149 84 0 0 25 0 1 0 544253328 153702400 30011 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 37525 30011 252 24 0 34159 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 150100

[startup+942.301 s]
/proc/loadavg: 3.99 3.95 3.15 5/190 12392
/proc/meminfo: memFree=12682532/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=150984 CPUtime=942.32 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 233687 0 0 0 94145 87 0 0 25 0 1 0 544253328 154607616 28077 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 37746 28077 252 24 0 34380 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 150984

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.21 5/190 12394
/proc/meminfo: memFree=12657216/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=121624 CPUtime=1002.33 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 249067 0 0 0 100140 93 0 0 25 0 1 0 544253328 124542976 24931 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 30406 24931 252 24 0 27040 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 121624

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.25 5/190 12395
/proc/meminfo: memFree=12541512/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=152888 CPUtime=1062.33 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 254929 0 0 0 106138 95 0 0 25 0 1 0 544253328 156557312 30700 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 38222 30700 252 24 0 34856 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 152888

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.30 5/190 12397
/proc/meminfo: memFree=12552396/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=155996 CPUtime=1122.34 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 272703 0 0 0 112132 102 0 0 25 0 1 0 544253328 159739904 28408 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 38999 28408 252 24 0 35633 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 155996

[startup+1182.3 s]
/proc/loadavg: 4.06 3.99 3.34 5/190 12399
/proc/meminfo: memFree=12521020/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=106208 CPUtime=1182.33 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 289806 0 0 0 118124 109 0 0 25 0 1 0 544253328 108756992 22446 33554432000 4194304 4291949 140733827639856 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 26552 22446 252 24 0 23186 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 106208

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.38 5/190 12400
/proc/meminfo: memFree=12404320/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=156148 CPUtime=1242.34 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 295584 0 0 0 124121 113 0 0 25 0 1 0 544253328 159895552 28138 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 39037 28138 252 24 0 35671 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 156148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.41 5/190 12402
/proc/meminfo: memFree=12403064/32950928 swapFree=67111528/67111528
[pid=12279] ppid=12277 vsize=157004 CPUtime=1300.04 cores=1,3
/proc/12279/stat : 12279 (RestartSAT) R 12277 12279 12070 0 -1 4202496 299041 0 0 0 129890 114 0 0 25 0 1 0 544253328 160772096 31540 33554432000 4194304 4291949 140733827639856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12279/statm: 39251 31540 252 24 0 35885 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 157004

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1298.91
CPU system time (s): 1.15282
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 206084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.91
system time used= 1.15282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 774

runsolver used 2.19267 second user time and 4.91225 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-23 08:30:27
IDJOB=3250224
IDBENCH=83248
IDSOLVER=1581
FILE ID=node114/3250224-1303540226
RUNJOBID= node114-1303539685-12090
PBS_JOBID= 13143124
Free space on /tmp= 71320 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250224-1303540226/watcher-3250224-1303540226 -o /tmp/evaluation-result-3250224-1303540226/solver-3250224-1303540226 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3250224-1303540226.cnf

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=1607609204

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      13041980 kB
Buffers:       2297700 kB
Cached:       16764808 kB
SwapCached:          0 kB
Active:        9946164 kB
Inactive:      9377672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13041980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2772 kB
Writeback:           0 kB
AnonPages:      260640 kB
Mapped:          15468 kB
Slab:           521276 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   463112 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= 71296 MiB
End job on node114 at 2011-04-23 08:52:09