Trace number 3421436

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 B95? (TO) 5000.06 4999.94

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.128979
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 961)

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-3421436-1306630966/watcher-3421436-1306630966 -o /tmp/evaluation-result-3421436-1306630966/solver-3421436-1306630966 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421436-1306630966.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.00 2/521 17502
/proc/meminfo: memFree=7931204/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=20944 CPUtime=0 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 1159 0 0 0 0 0 0 0 25 0 1 0 755512105 21446656 1101 33554432000 4194304 4291949 140737432998896 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 5236 1103 226 24 0 1870 0

[startup+0.102422 s]
/proc/loadavg: 2.00 2.04 2.00 2/521 17502
/proc/meminfo: memFree=7931204/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=28536 CPUtime=0.09 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 4233 0 0 0 9 0 0 0 25 0 1 0 755512105 29220864 3643 33554432000 4194304 4291949 140737432998896 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 7134 3643 231 24 0 3768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28536

[startup+0.200399 s]
/proc/loadavg: 2.00 2.04 2.00 2/521 17502
/proc/meminfo: memFree=7931204/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=28536 CPUtime=0.19 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 4233 0 0 0 19 0 0 0 25 0 1 0 755512105 29220864 3643 33554432000 4194304 4291949 140737432998896 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 7134 3643 231 24 0 3768 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28536

[startup+0.300382 s]
/proc/loadavg: 2.00 2.04 2.00 2/521 17502
/proc/meminfo: memFree=7931204/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=28536 CPUtime=0.29 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 4233 0 0 0 29 0 0 0 25 0 1 0 755512105 29220864 3643 33554432000 4194304 4291949 140737432998896 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 7134 3643 231 24 0 3768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28536

[startup+0.700308 s]
/proc/loadavg: 2.00 2.04 2.00 2/521 17502
/proc/meminfo: memFree=7931204/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=30040 CPUtime=0.69 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 5654 0 0 0 69 0 0 0 25 0 1 0 755512105 30760960 3719 33554432000 4194304 4291949 140737432998896 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 7510 3719 252 24 0 4144 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30040

[startup+1.50016 s]
/proc/loadavg: 2.00 2.04 2.00 3/522 17503
/proc/meminfo: memFree=7913472/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=34460 CPUtime=1.49 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 6869 0 0 0 149 0 0 0 25 0 1 0 755512105 35287040 4925 33554432000 4194304 4291949 140737432998896 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 8615 4925 252 24 0 5249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34460

[startup+3.10087 s]
/proc/loadavg: 2.00 2.04 2.00 3/522 17503
/proc/meminfo: memFree=7906352/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=42848 CPUtime=3.1 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 8847 0 0 0 309 1 0 0 25 0 1 0 755512105 43876352 6896 33554432000 4194304 4291949 140737432998896 18446744073709551615 228098909131 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 10712 6896 252 24 0 7346 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42848

[startup+6.30029 s]
/proc/loadavg: 2.00 2.04 2.00 3/522 17503
/proc/meminfo: memFree=7890188/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=56780 CPUtime=6.29 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 12316 0 0 0 628 1 0 0 25 0 1 0 755512105 58142720 10350 33554432000 4194304 4291949 140737432998896 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17502/statm: 14195 10350 252 24 0 10829 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56780

[startup+12.7011 s]
/proc/loadavg: 2.16 2.07 2.01 3/522 17503
/proc/meminfo: memFree=7868884/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=78844 CPUtime=12.69 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 16700 0 0 0 1267 2 0 0 25 0 1 0 755512105 80736256 14705 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 19711 14705 252 24 0 16345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78844

[startup+25.5008 s]
/proc/loadavg: 2.13 2.06 2.01 3/522 17504
/proc/meminfo: memFree=7840968/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=116344 CPUtime=25.48 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 22880 0 0 0 2545 3 0 0 25 0 1 0 755512105 119136256 20864 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 29086 20864 252 24 0 25720 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 116344

[startup+51.1011 s]
/proc/loadavg: 2.08 2.06 2.01 3/522 17504
/proc/meminfo: memFree=7812616/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=171124 CPUtime=51.08 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 28966 0 0 0 5103 5 0 0 25 0 1 0 755512105 175230976 26927 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 42781 26927 252 24 0 39415 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 171124

[startup+102.301 s]
/proc/loadavg: 2.03 2.05 2.00 4/522 17506
/proc/meminfo: memFree=7768328/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=179808 CPUtime=102.3 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 36980 0 0 0 10222 8 0 0 25 0 1 0 755512105 184123392 34924 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 44952 34924 252 24 0 41586 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 179808

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 17507
/proc/meminfo: memFree=7732596/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=184244 CPUtime=162.29 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 43376 0 0 0 16218 11 0 0 25 0 1 0 755512105 188665856 41302 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 46061 41302 252 24 0 42695 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 184244

[startup+222.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 17509
/proc/meminfo: memFree=7700460/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=269044 CPUtime=222.31 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 48303 0 0 0 22217 14 0 0 25 0 1 0 755512105 275501056 46217 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 67261 46217 252 24 0 63895 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 269044

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 17511
/proc/meminfo: memFree=7674400/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=271700 CPUtime=282.29 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 52047 0 0 0 28214 15 0 0 25 0 1 0 755512105 278220800 49946 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 67925 49946 252 24 0 64559 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 271700

[startup+342.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/522 17512
/proc/meminfo: memFree=7644992/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=274632 CPUtime=342.3 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 56526 0 0 0 34212 18 0 0 25 0 1 0 755512105 281223168 54414 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 68658 54414 252 24 0 65292 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 274632

[startup+402.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/522 17514
/proc/meminfo: memFree=7713792/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=283876 CPUtime=402.3 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 61754 0 0 0 40210 20 0 0 25 0 1 0 755512105 290689024 59633 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 70969 59633 252 24 0 67603 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 283876

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 17515
/proc/meminfo: memFree=7684888/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=285156 CPUtime=462.3 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 64513 0 0 0 46208 22 0 0 25 0 1 0 755512105 291999744 62388 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 71289 62388 252 24 0 67923 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 285156

[startup+522.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/522 17517
/proc/meminfo: memFree=7662056/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=285156 CPUtime=522.3 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 67011 0 0 0 52207 23 0 0 25 0 1 0 755512105 291999744 64879 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 71289 64879 252 24 0 67923 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 285156

[startup+582.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/522 17519
/proc/meminfo: memFree=7639596/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=418376 CPUtime=582.3 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 69696 0 0 0 58206 24 0 0 25 0 1 0 755512105 428417024 67551 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 104594 67551 252 24 0 101228 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 418376

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/522 19892
/proc/meminfo: memFree=7370752/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=532020 CPUtime=4002.39 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 212074 0 0 0 400152 87 0 0 25 0 1 0 755512105 544788480 119494 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133005 119494 252 24 0 129639 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 532020

[startup+4062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 19893
/proc/meminfo: memFree=7346800/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=532020 CPUtime=4062.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 212590 0 0 0 406153 87 0 0 25 0 1 0 755512105 544788480 120005 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133005 120005 252 24 0 129639 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 532020

[startup+4122.3 s]
/proc/loadavg: 1.85 1.99 1.99 2/516 19913
/proc/meminfo: memFree=7509780/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4122.39 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 213460 0 0 0 412151 88 0 0 25 0 1 0 755512105 546263040 120871 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 120871 252 24 0 129999 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 533460

[startup+4182.32 s]
/proc/loadavg: 1.31 1.81 1.92 2/516 19915
/proc/meminfo: memFree=7507552/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4182.41 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 214137 0 0 0 418153 88 0 0 25 0 1 0 755512105 546263040 121548 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 121548 252 24 0 129999 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 533460

[startup+4242.3 s]
/proc/loadavg: 1.11 1.66 1.86 2/516 19916
/proc/meminfo: memFree=7505064/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4242.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 214783 0 0 0 424151 89 0 0 25 0 1 0 755512105 546263040 122193 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 122193 252 24 0 129999 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 533460

[startup+4302.3 s]
/proc/loadavg: 1.04 1.54 1.81 2/516 19918
/proc/meminfo: memFree=7502448/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4302.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 215419 0 0 0 430151 89 0 0 25 0 1 0 755512105 546263040 122827 33554432000 4194304 4291949 140737432998896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 122827 252 24 0 129999 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 533460

[startup+4362.3 s]
/proc/loadavg: 1.10 1.47 1.77 2/516 19919
/proc/meminfo: memFree=7499836/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4362.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 216069 0 0 0 436150 90 0 0 25 0 1 0 755512105 546263040 123475 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 123475 252 24 0 129999 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 533460

[startup+4422.3 s]
/proc/loadavg: 1.08 1.39 1.72 2/516 19921
/proc/meminfo: memFree=7496960/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4422.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 216802 0 0 0 442150 90 0 0 25 0 1 0 755512105 546263040 124205 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 124205 252 24 0 129999 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 533460

[startup+4482.3 s]
/proc/loadavg: 1.03 1.32 1.67 2/516 19922
/proc/meminfo: memFree=7494216/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4482.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 217524 0 0 0 448150 90 0 0 25 0 1 0 755512105 546263040 124926 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 124926 252 24 0 129999 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 533460

[startup+4542.3 s]
/proc/loadavg: 1.01 1.26 1.63 2/516 19924
/proc/meminfo: memFree=7491604/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4542.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 218193 0 0 0 454150 90 0 0 25 0 1 0 755512105 546263040 125594 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 125594 252 24 0 129999 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 533460

[startup+4602.3 s]
/proc/loadavg: 1.00 1.21 1.58 2/516 19926
/proc/meminfo: memFree=7488612/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=533460 CPUtime=4602.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 218975 0 0 0 460149 91 0 0 25 0 1 0 755512105 546263040 126375 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 133365 126375 252 24 0 129999 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 533460

[startup+4662.3 s]
/proc/loadavg: 1.00 1.17 1.54 2/516 19927
/proc/meminfo: memFree=7484512/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=748384 CPUtime=4662.41 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 219857 0 0 0 466149 92 0 0 25 0 1 0 755512105 766345216 127256 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 187096 127256 252 24 0 183730 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 748384

[startup+4722.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/516 19929
/proc/meminfo: memFree=7481148/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=748384 CPUtime=4722.42 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 220537 0 0 0 472150 92 0 0 25 0 1 0 755512105 766345216 127934 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 187096 127934 252 24 0 183730 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 748384

[startup+4782.3 s]
/proc/loadavg: 1.41 1.20 1.51 3/523 14349
/proc/meminfo: memFree=7472880/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=748384 CPUtime=4782.41 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 221158 0 0 0 478148 93 0 0 25 0 1 0 755512105 766345216 128551 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 187096 128551 252 24 0 183730 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 748384

[startup+4842.32 s]
/proc/loadavg: 1.25 1.20 1.49 2/516 26069
/proc/meminfo: memFree=7476304/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=748384 CPUtime=4842.43 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 221682 0 0 0 484150 93 0 0 25 0 1 0 755512105 766345216 129075 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 187096 129075 252 24 0 183730 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 748384

[startup+4902.3 s]
/proc/loadavg: 1.15 1.18 1.46 2/516 26071
/proc/meminfo: memFree=7474688/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=748384 CPUtime=4902.4 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 222197 0 0 0 490147 93 0 0 25 0 1 0 755512105 766345216 129589 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 187096 129589 252 24 0 183730 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 748384

[startup+4962.3 s]
/proc/loadavg: 1.11 1.16 1.43 2/516 26075
/proc/meminfo: memFree=7473308/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=748384 CPUtime=4962.41 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 222801 0 0 0 496147 94 0 0 25 0 1 0 755512105 766345216 130188 33554432000 4194304 4291949 140737432998896 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 187096 130188 252 24 0 183730 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 748384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.06 1.14 1.41 2/516 26076
/proc/meminfo: memFree=7471868/32951124 swapFree=65066528/67111528
[pid=17502] ppid=17500 vsize=748384 CPUtime=5000.02 cores=1,3,5,7
/proc/17502/stat : 17502 (RestartSAT) R 17500 17502 16548 0 -1 4202496 223171 0 0 0 499908 94 0 0 25 0 1 0 755512105 766345216 130556 33554432000 4194304 4291949 140737432998896 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17502/statm: 187096 130556 252 24 0 183730 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 748384

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): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4999.09
CPU system time (s): 0.968852
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 748384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.09
system time used= 0.968852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223171
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= 9
involuntary context switches= 53931

runsolver used 23.9014 second user time and 62.4855 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-29 03:02:46
IDJOB=3421436
IDBENCH=88222
IDSOLVER=1911
FILE ID=node142/3421436-1306630966
RUNJOBID= node142-1306624832-17185
PBS_JOBID= 13471589
Free space on /tmp= 73556 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421436-1306630966/watcher-3421436-1306630966 -o /tmp/evaluation-result-3421436-1306630966/solver-3421436-1306630966 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421436-1306630966.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=1386511157

node142.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	: 5131.95
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.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.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.67
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.81
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7931484 kB
Buffers:        284540 kB
Cached:        7587368 kB
SwapCached:      20520 kB
Active:       12346912 kB
Inactive:     12338756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7931484 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:            3116 kB
Writeback:           0 kB
AnonPages:    16801808 kB
Mapped:          33740 kB
Slab:           188544 kB
PageTables:      75348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145546044 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= 73556 MiB
End job on node142 at 2011-05-29 04:26:08