Trace number 3170779

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 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S980027332-029-UNKNOWN.cnf
MD5SUMc08a1b82ea5b515d260c5edf61d7067c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5403
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
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-3170779-1302819794/watcher-3170779-1302819794 -o /tmp/evaluation-result-3170779-1302819794/solver-3170779-1302819794 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170779-1302819794.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.84 3.94 3.46 3/183 19980
/proc/meminfo: memFree=16675916/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=21280 CPUtime=0 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 1112 0 0 0 0 0 0 0 20 0 1 0 393578140 21790720 1050 33554432000 4194304 4291949 140735586878480 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 5320 1051 227 24 0 1954 0

[startup+0.0136691 s]
/proc/loadavg: 3.84 3.94 3.46 3/183 19980
/proc/meminfo: memFree=16675916/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=22140 CPUtime=0.01 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 1405 0 0 0 1 0 0 0 20 0 1 0 393578140 22671360 1330 33554432000 4194304 4291949 140735586878480 18446744073709551615 4220832 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 5535 1330 227 24 0 2169 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22140

[startup+0.10666 s]
/proc/loadavg: 3.84 3.94 3.46 3/183 19980
/proc/meminfo: memFree=16675916/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=21204 CPUtime=0.1 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 2759 0 0 0 10 0 0 0 21 0 1 0 393578140 21712896 1970 33554432000 4194304 4291949 140735586878480 18446744073709551615 4268817 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 5301 1970 253 24 0 1935 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 21204

[startup+0.300623 s]
/proc/loadavg: 3.84 3.94 3.46 3/183 19980
/proc/meminfo: memFree=16675916/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=21204 CPUtime=0.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 2820 0 0 0 29 0 0 0 21 0 1 0 393578140 21712896 2031 33554432000 4194304 4291949 140735586878480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 5301 2031 253 24 0 1935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21204

[startup+0.70055 s]
/proc/loadavg: 3.84 3.94 3.46 3/183 19980
/proc/meminfo: memFree=16675916/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=22232 CPUtime=0.69 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 2961 0 0 0 69 0 0 0 22 0 1 0 393578140 22765568 2172 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 5558 2172 253 24 0 2192 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22232

[startup+1.50041 s]
/proc/loadavg: 3.84 3.94 3.46 5/190 20005
/proc/meminfo: memFree=16638296/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=23908 CPUtime=1.49 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 3279 0 0 0 149 0 0 0 25 0 1 0 393578140 24481792 2488 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 5977 2488 253 24 0 2611 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23908

[startup+3.10013 s]
/proc/loadavg: 3.84 3.94 3.46 5/190 20005
/proc/meminfo: memFree=16628736/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=26912 CPUtime=3.09 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 4046 0 0 0 309 0 0 0 25 0 1 0 393578140 27557888 3251 33554432000 4194304 4291949 140735586878480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 6728 3252 253 24 0 3362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26912

[startup+6.30057 s]
/proc/loadavg: 3.85 3.94 3.46 5/190 20005
/proc/meminfo: memFree=16601064/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=39080 CPUtime=6.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 5692 0 0 0 629 0 0 0 25 0 1 0 393578140 40017920 4887 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 9770 4887 253 24 0 6404 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39080

[startup+12.7004 s]
/proc/loadavg: 3.86 3.94 3.47 5/190 20005
/proc/meminfo: memFree=16564664/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=51820 CPUtime=12.69 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 9030 0 0 0 1267 2 0 0 25 0 1 0 393578140 53063680 8201 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 12955 8201 253 24 0 9589 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51820

[startup+25.5002 s]
/proc/loadavg: 3.89 3.94 3.47 5/190 20006
/proc/meminfo: memFree=16491400/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=72656 CPUtime=25.49 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 14733 0 0 0 2546 3 0 0 25 0 1 0 393578140 74399744 13869 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 18164 13869 253 24 0 14798 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72656

[startup+51.1007 s]
/proc/loadavg: 3.93 3.94 3.49 5/190 20006
/proc/meminfo: memFree=16420400/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=104696 CPUtime=51.09 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 29184 0 0 0 5103 6 0 0 25 0 1 0 393578140 107208704 16434 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 26174 16434 253 24 0 22808 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104696

[startup+102.307 s]
/proc/loadavg: 3.97 3.95 3.51 5/190 20008
/proc/meminfo: memFree=16319936/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=75960 CPUtime=102.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 61365 0 0 0 10215 14 0 0 25 0 1 0 393578140 77783040 13025 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 18990 13025 253 24 0 15624 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 75960

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.54 5/190 20009
/proc/meminfo: memFree=16403992/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=107968 CPUtime=162.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 87101 0 0 0 16206 22 0 0 25 0 1 0 393578140 110559232 17484 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 26992 17484 253 24 0 23626 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 107968

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.56 5/190 20011
/proc/meminfo: memFree=16284560/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=161724 CPUtime=222.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 123953 0 0 0 22195 33 0 0 25 0 1 0 393578140 165605376 32431 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 40431 32431 253 24 0 37065 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 161724

[startup+282.301 s]
/proc/loadavg: 4.04 3.98 3.59 5/190 20013
/proc/meminfo: memFree=16194268/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=162652 CPUtime=282.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 148113 0 0 0 28187 42 0 0 25 0 1 0 393578140 166555648 25903 33554432000 4194304 4291949 140735586878480 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 40663 25903 253 24 0 37297 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 162652

[startup+342.3 s]
/proc/loadavg: 4.01 3.98 3.62 5/190 20014
/proc/meminfo: memFree=16338588/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=163840 CPUtime=342.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 175971 0 0 0 34180 49 0 0 25 0 1 0 393578140 167772160 30436 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 40960 30436 253 24 0 37594 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 163840

[startup+402.301 s]
/proc/loadavg: 4.07 4.00 3.64 5/190 20016
/proc/meminfo: memFree=16302860/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=45504 CPUtime=402.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 201296 0 0 0 40170 58 0 0 25 0 1 0 393578140 46596096 7878 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 11376 7878 253 24 0 8010 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 45504

[startup+462.3 s]
/proc/loadavg: 4.02 4.00 3.66 5/190 20017
/proc/meminfo: memFree=16154652/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=84924 CPUtime=462.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 243418 0 0 0 46159 70 0 0 25 0 1 0 393578140 86962176 16573 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 21231 16573 253 24 0 17865 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 84924

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.68 5/190 20019
/proc/meminfo: memFree=15920284/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=251528 CPUtime=522.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 273992 0 0 0 52151 78 0 0 25 0 1 0 393578140 257564672 47043 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 62882 47043 253 24 0 59516 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 251528

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/190 20021
/proc/meminfo: memFree=16290408/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=170272 CPUtime=582.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 298913 0 0 0 58143 86 0 0 25 0 1 0 393578140 174358528 28808 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 42568 28808 253 24 0 39202 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 170272

[startup+642.301 s]
/proc/loadavg: 4.06 4.01 3.72 5/190 20022
/proc/meminfo: memFree=16154252/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=170944 CPUtime=642.3 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 325342 0 0 0 64136 94 0 0 25 0 1 0 393578140 175046656 29706 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 42736 29706 253 24 0 39370 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 170944

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.73 5/190 20024
/proc/meminfo: memFree=16049340/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=121252 CPUtime=702.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 347632 0 0 0 70127 102 0 0 25 0 1 0 393578140 124162048 21367 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 30313 21367 253 24 0 26947 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 121252

[startup+762.306 s]
/proc/loadavg: 4.01 4.00 3.75 5/190 20025
/proc/meminfo: memFree=15924820/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=172404 CPUtime=762.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 384771 0 0 0 76116 113 0 0 25 0 1 0 393578140 176541696 28353 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 43101 28353 253 24 0 39735 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 172404

[startup+822.301 s]
/proc/loadavg: 4.07 4.02 3.76 5/190 20027
/proc/meminfo: memFree=16242356/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=254864 CPUtime=822.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 400565 0 0 0 82110 119 0 0 25 0 1 0 393578140 260980736 44053 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 63716 44053 253 24 0 60350 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 254864

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.77 5/190 20029
/proc/meminfo: memFree=16139544/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=173608 CPUtime=882.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 422801 0 0 0 88103 126 0 0 25 0 1 0 393578140 177774592 28721 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 43402 28721 253 24 0 40036 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 173608

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.79 5/190 20030
/proc/meminfo: memFree=16130232/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=124056 CPUtime=942.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 453606 0 0 0 94093 135 0 0 25 0 1 0 393578140 127033344 26766 33554432000 4194304 4291949 140735586878480 18446744073709551615 4268835 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 31014 26766 253 24 0 27648 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 124056

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.80 5/190 20032
/proc/meminfo: memFree=15899448/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=93500 CPUtime=1002.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 475976 0 0 0 100085 143 0 0 25 0 1 0 393578140 95744000 18950 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 23375 18950 253 24 0 20009 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 93500

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 3.82 5/190 20033
/proc/meminfo: memFree=16225416/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=127616 CPUtime=1062.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 530040 0 0 0 106072 156 0 0 25 0 1 0 393578140 130678784 26164 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 31904 26164 253 24 0 28538 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 127616

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.83 5/190 20035
/proc/meminfo: memFree=16005428/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=394924 CPUtime=1122.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 571907 0 0 0 112059 169 0 0 25 0 1 0 393578140 404402176 67922 33554432000 4194304 4291949 140735586878480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 98731 67922 253 24 0 95365 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 394924

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.83 5/190 20037
/proc/meminfo: memFree=16071752/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=134780 CPUtime=1182.29 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 597215 0 0 0 118049 180 0 0 25 0 1 0 393578140 138014720 26412 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 33695 26412 253 24 0 30329 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 134780

[startup+1242.3 s]
/proc/loadavg: 4.03 4.02 3.84 5/190 20038
/proc/meminfo: memFree=16186196/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=73316 CPUtime=1242.28 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 617019 0 0 0 124042 186 0 0 25 0 1 0 393578140 75075584 14637 33554432000 4194304 4291949 140735586878480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 18329 14637 253 24 0 14963 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 73316



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.85 4/188 20041
/proc/meminfo: memFree=16022896/32950928 swapFree=67111528/67111528
[pid=19980] ppid=19978 vsize=185144 CPUtime=1299.98 cores=5,7
/proc/19980/stat : 19980 (RestartSAT) R 19978 19980 19794 0 -1 4202496 640029 0 0 0 129805 193 0 0 25 0 1 0 393578140 189587456 37528 33554432000 4194304 4291949 140735586878480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19980/statm: 46286 37528 253 24 0 42920 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 185144

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
CPU user time (s): 1298.06
CPU system time (s): 1.9457
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 398516

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

runsolver used 2.02469 second user time and 5.07923 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-15 00:23:14
IDJOB=3170779
IDBENCH=82597
IDSOLVER=1581
FILE ID=node120/3170779-1302819794
RUNJOBID= node120-1302818491-19815
PBS_JOBID= 13006662
Free space on /tmp= 72048 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S980027332-029-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170779-1302819794/watcher-3170779-1302819794 -o /tmp/evaluation-result-3170779-1302819794/solver-3170779-1302819794 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170779-1302819794.cnf

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

MD5SUM BENCH= c08a1b82ea5b515d260c5edf61d7067c
RANDOM SEED=1296972762

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:      16676476 kB
Buffers:        743592 kB
Cached:       15108020 kB
SwapCached:          0 kB
Active:        8369864 kB
Inactive:      7552980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16676476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:       70568 kB
Mapped:          15280 kB
Slab:           289072 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   215756 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= 72044 MiB
End job on node120 at 2011-04-15 00:44:56