Trace number 3250444

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

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
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 490429
Number of clauses of size 510014
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-3250444-1303541032/watcher-3250444-1303541032 -o /tmp/evaluation-result-3250444-1303541032/solver-3250444-1303541032 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3250444-1303541032.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: 3.89 3.95 3.02 5/189 11675
/proc/meminfo: memFree=13601620/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=11800 CPUtime=0 cores=5,7
/proc/11675/stat : 11675 (runsolver) R 11673 11675 11250 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 1 0 544333845 12083200 51 33554432000 4194304 5434984 140733302308448 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/11675/statm: 2950 51 31 303 0 2644 0

[startup+0.0747591 s]
/proc/loadavg: 3.89 3.95 3.02 5/189 11675
/proc/meminfo: memFree=13601620/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=24840 CPUtime=0.06 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 2786 0 0 0 6 0 0 0 25 0 1 0 544333845 25436160 2524 33554432000 4194304 4291949 140733650243040 18446744073709551615 4229652 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 6210 2524 232 24 0 2844 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24840

[startup+0.100755 s]
/proc/loadavg: 3.89 3.95 3.02 5/189 11675
/proc/meminfo: memFree=13601620/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=24840 CPUtime=0.08 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 2786 0 0 0 8 0 0 0 25 0 1 0 544333845 25436160 2524 33554432000 4194304 4291949 140733650243040 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 6210 2524 232 24 0 2844 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24840

[startup+0.300717 s]
/proc/loadavg: 3.89 3.95 3.02 5/189 11675
/proc/meminfo: memFree=13601620/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=22620 CPUtime=0.28 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 3547 0 0 0 28 0 0 0 25 0 1 0 544333845 23162880 2459 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 5655 2459 252 24 0 2289 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 22620

[startup+0.700644 s]
/proc/loadavg: 3.89 3.95 3.02 5/189 11675
/proc/meminfo: memFree=13601620/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=24296 CPUtime=0.68 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 3925 0 0 0 68 0 0 0 25 0 1 0 544333845 24879104 2829 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 6074 2829 252 24 0 2708 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24296

[startup+1.50051 s]
/proc/loadavg: 3.89 3.95 3.02 5/190 11676
/proc/meminfo: memFree=13589472/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=27016 CPUtime=1.49 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 4494 0 0 0 148 1 0 0 25 0 1 0 544333845 27664384 3392 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 6754 3392 252 24 0 3388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27016

[startup+3.10019 s]
/proc/loadavg: 3.89 3.95 3.02 5/190 11676
/proc/meminfo: memFree=13585752/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=32372 CPUtime=3.09 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 5964 0 0 0 308 1 0 0 25 0 1 0 544333845 33148928 4835 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 8093 4835 252 24 0 4727 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32372

[startup+6.30061 s]
/proc/loadavg: 3.90 3.95 3.03 5/190 11676
/proc/meminfo: memFree=13572460/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=41708 CPUtime=6.28 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 8372 0 0 0 627 1 0 0 25 0 1 0 544333845 42708992 7220 33554432000 4194304 4291949 140733650243040 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 10427 7220 252 24 0 7061 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41708

[startup+12.7004 s]
/proc/loadavg: 3.91 3.95 3.03 5/190 11676
/proc/meminfo: memFree=13561044/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=55480 CPUtime=12.69 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 10495 0 0 0 1267 2 0 0 25 0 1 0 544333845 56811520 9321 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 13870 9321 252 24 0 10504 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55480

[startup+25.501 s]
/proc/loadavg: 3.93 3.95 3.05 5/190 11677
/proc/meminfo: memFree=13563396/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=46712 CPUtime=25.48 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 18657 0 0 0 2544 4 0 0 25 0 1 0 544333845 47833088 7601 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 11678 7601 252 24 0 8312 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46712

[startup+51.1003 s]
/proc/loadavg: 3.95 3.95 3.07 5/190 11705
/proc/meminfo: memFree=13549208/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=82816 CPUtime=51.09 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 25444 0 0 0 5102 7 0 0 25 0 1 0 544333845 84803584 14295 33554432000 4194304 4291949 140733650243040 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 20704 14295 252 24 0 17338 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82816

[startup+102.307 s]
/proc/loadavg: 3.98 3.96 3.12 5/190 11734
/proc/meminfo: memFree=13512352/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=91532 CPUtime=102.29 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 39925 0 0 0 10219 10 0 0 25 0 1 0 544333845 93728768 17124 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 22883 17124 252 24 0 19517 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 91532

[startup+162.301 s]
/proc/loadavg: 3.99 3.96 3.17 5/190 11735
/proc/meminfo: memFree=13514076/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=64472 CPUtime=162.29 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 60998 0 0 0 16212 17 0 0 25 0 1 0 544333845 66019328 11065 33554432000 4194304 4291949 140733650243040 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 16118 11065 252 24 0 12752 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 64472

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.22 5/190 11737
/proc/meminfo: memFree=13484416/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=76888 CPUtime=222.3 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 78659 0 0 0 22206 24 0 0 25 0 1 0 544333845 78733312 14998 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 19222 14998 252 24 0 15856 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 76888

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.27 5/190 11739
/proc/meminfo: memFree=13435536/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=129144 CPUtime=282.29 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 102884 0 0 0 28198 31 0 0 25 0 1 0 544333845 132243456 21753 33554432000 4194304 4291949 140733650243040 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 32286 21753 252 24 0 28920 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 129144

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.31 5/190 11740
/proc/meminfo: memFree=13434032/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=99040 CPUtime=342.3 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 114863 0 0 0 34194 36 0 0 25 0 1 0 544333845 101416960 18328 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 24760 18328 252 24 0 21394 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99040

[startup+402.301 s]
/proc/loadavg: 4.07 3.99 3.36 5/190 11742
/proc/meminfo: memFree=13402400/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=132632 CPUtime=402.3 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 120272 0 0 0 40192 38 0 0 25 0 1 0 544333845 135815168 23660 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 33158 23660 252 24 0 29792 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 132632

[startup+462.301 s]
/proc/loadavg: 4.02 3.99 3.39 5/190 11743
/proc/meminfo: memFree=13386380/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=104348 CPUtime=462.3 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 132650 0 0 0 46188 42 0 0 25 0 1 0 544333845 106852352 19807 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 26087 19807 252 24 0 22721 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 104348

[startup+522.301 s]
/proc/loadavg: 4.08 4.00 3.43 5/190 11745
/proc/meminfo: memFree=13331808/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=136040 CPUtime=522.3 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 137445 0 0 0 52186 44 0 0 25 0 1 0 544333845 139304960 24515 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 34010 24515 252 24 0 30644 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 136040

[startup+582.3 s]
/proc/loadavg: 4.03 4.00 3.47 5/190 11747
/proc/meminfo: memFree=13340844/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=87252 CPUtime=582.3 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 148171 0 0 0 58181 49 0 0 25 0 1 0 544333845 89346048 18238 33554432000 4194304 4291949 140733650243040 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 21813 18238 252 24 0 18447 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 87252

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.50 5/190 11748
/proc/meminfo: memFree=13298784/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=137480 CPUtime=642.31 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 155955 0 0 0 64179 52 0 0 25 0 1 0 544333845 140779520 25888 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 34370 25888 252 24 0 31004 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 137480

[startup+702.301 s]
/proc/loadavg: 3.85 3.97 3.51 4/184 11768
/proc/meminfo: memFree=13860388/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=79408 CPUtime=702.31 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 186472 0 0 0 70169 62 0 0 25 0 1 0 544333845 81313792 15598 33554432000 4194304 4291949 140733650243040 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 19852 15598 252 24 0 16486 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 79408

[startup+762.307 s]
/proc/loadavg: 3.31 3.79 3.48 4/184 11769
/proc/meminfo: memFree=13832520/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=117248 CPUtime=762.32 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 213960 0 0 0 76161 71 0 0 25 0 1 0 544333845 120061952 21476 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 29312 21476 252 24 0 25946 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 117248

[startup+822.301 s]
/proc/loadavg: 3.15 3.66 3.45 4/184 11771
/proc/meminfo: memFree=13834228/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=118520 CPUtime=822.31 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 232667 0 0 0 82154 77 0 0 25 0 1 0 544333845 121364480 21158 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 29630 21158 252 24 0 26264 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 118520

[startup+882.301 s]
/proc/loadavg: 3.09 3.55 3.43 4/184 11773
/proc/meminfo: memFree=13828616/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=118816 CPUtime=882.31 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 253273 0 0 0 88149 82 0 0 25 0 1 0 544333845 121667584 22502 33554432000 4194304 4291949 140733650243040 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 29704 22502 252 24 0 26338 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 118816

[startup+942.3 s]
/proc/loadavg: 3.03 3.45 3.40 4/184 11774
/proc/meminfo: memFree=13794612/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=151576 CPUtime=942.31 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 262256 0 0 0 94145 86 0 0 25 0 1 0 544333845 155213824 31340 33554432000 4194304 4291949 140733650243040 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 37894 31340 252 24 0 34528 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 151576

[startup+1002.3 s]
/proc/loadavg: 3.01 3.36 3.37 4/184 11776
/proc/meminfo: memFree=13753300/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=203976 CPUtime=1002.32 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 291232 0 0 0 100138 94 0 0 25 0 1 0 544333845 208871424 40442 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 50994 40442 252 24 0 47628 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 203976

[startup+1062.3 s]
/proc/loadavg: 2.40 3.13 3.28 3/178 11803
/proc/meminfo: memFree=13840380/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=156888 CPUtime=1062.32 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 310006 0 0 0 106134 98 0 0 25 0 1 0 544333845 160653312 29965 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 39222 29965 252 24 0 35856 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 156888

[startup+1122.3 s]
/proc/loadavg: 2.15 2.92 3.20 3/178 11805
/proc/meminfo: memFree=13855988/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=127440 CPUtime=1122.32 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 326171 0 0 0 112129 103 0 0 25 0 1 0 544333845 130498560 25973 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 31860 25973 252 24 0 28494 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 127440

[startup+1182.3 s]
/proc/loadavg: 2.05 2.75 3.12 3/178 11807
/proc/meminfo: memFree=13862532/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=127608 CPUtime=1182.32 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 346620 0 0 0 118122 110 0 0 25 0 1 0 544333845 130670592 24010 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 31902 24010 252 24 0 28536 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 127608

[startup+1242.3 s]
/proc/loadavg: 2.02 2.61 3.05 3/178 11808
/proc/meminfo: memFree=13808812/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=208960 CPUtime=1242.33 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 360233 0 0 0 124118 115 0 0 25 0 1 0 544333845 213975040 37406 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 52240 37406 252 24 0 48874 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 208960



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.50 2.98 3/178 11810
/proc/meminfo: memFree=13798128/32950928 swapFree=67111528/67111528
[pid=11675] ppid=11673 vsize=214576 CPUtime=1300.03 cores=5,7
/proc/11675/stat : 11675 (RestartSAT) R 11673 11675 11250 0 -1 4202496 384609 0 0 0 129882 121 0 0 25 0 1 0 544333845 219725824 39863 33554432000 4194304 4291949 140733650243040 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11675/statm: 53644 39863 252 24 0 50278 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 214576

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.83
CPU system time (s): 1.22281
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 214576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.83
system time used= 1.22281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384609
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= 6
involuntary context switches= 652

runsolver used 1.9907 second user time and 4.94225 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-23 08:43:52
IDJOB=3250444
IDBENCH=83254
IDSOLVER=1581
FILE ID=node113/3250444-1303541032
RUNJOBID= node113-1303539685-11271
PBS_JOBID= 13143125
Free space on /tmp= 70796 MiB

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

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1711839151

node113.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.846
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13601660 kB
Buffers:       1837636 kB
Cached:       16483116 kB
SwapCached:          0 kB
Active:       10896504 kB
Inactive:      7867968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13601660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3644 kB
Writeback:           0 kB
AnonPages:      443612 kB
Mapped:          15368 kB
Slab:           521056 kB
PageTables:       5640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   705784 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= 70800 MiB
End job on node113 at 2011-04-23 09:05:34