Trace number 3251499

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) 1300.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
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: 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-3251499-1303585695/watcher-3251499-1303585695 -o /tmp/evaluation-result-3251499-1303585695/solver-3251499-1303585695 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251499-1303585695.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.96 1.94 2.99 4/184 23759
/proc/meminfo: memFree=21252636/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=19892 CPUtime=0 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 833 0 0 0 0 0 0 0 23 0 1 0 470169309 20369408 774 33554432000 4194304 4291949 140734638916800 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 4973 775 225 24 0 1607 0

[startup+0.00772599 s]
/proc/loadavg: 0.96 1.94 2.99 4/184 23759
/proc/meminfo: memFree=21252636/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=20236 CPUtime=0 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 921 0 0 0 0 0 0 0 23 0 1 0 470169309 20721664 862 33554432000 4194304 4291949 140734638916800 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 5059 862 226 24 0 1693 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20236

[startup+0.100703 s]
/proc/loadavg: 0.96 1.94 2.99 4/184 23759
/proc/meminfo: memFree=21252636/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=30456 CPUtime=0.09 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 5007 0 0 0 9 0 0 0 23 0 1 0 470169309 31186944 4416 33554432000 4194304 4291949 140734638916800 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 7614 4416 232 24 0 4248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30456

[startup+0.300668 s]
/proc/loadavg: 0.96 1.94 2.99 4/184 23759
/proc/meminfo: memFree=21252636/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=30456 CPUtime=0.29 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 5007 0 0 0 29 0 0 0 24 0 1 0 470169309 31186944 4416 33554432000 4194304 4291949 140734638916800 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 7614 4416 232 24 0 4248 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30456

[startup+0.700597 s]
/proc/loadavg: 0.96 1.94 2.99 4/184 23759
/proc/meminfo: memFree=21252636/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=30456 CPUtime=0.69 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 5008 0 0 0 69 0 0 0 25 0 1 0 470169309 31186944 4417 33554432000 4194304 4291949 140734638916800 18446744073709551615 237278548178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 7614 4417 233 24 0 4248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30456

[startup+1.50045 s]
/proc/loadavg: 0.96 1.94 2.99 5/190 23770
/proc/meminfo: memFree=21189976/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=36380 CPUtime=1.49 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 7283 0 0 0 149 0 0 0 25 0 1 0 470169309 37253120 5046 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 9095 5046 253 24 0 5729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36380

[startup+3.10017 s]
/proc/loadavg: 0.96 1.94 2.99 5/190 23770
/proc/meminfo: memFree=21176824/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=43560 CPUtime=3.09 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 8754 0 0 0 309 0 0 0 25 0 1 0 470169309 44605440 6506 33554432000 4194304 4291949 140734638916800 18446744073709551615 4256342 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 10890 6506 253 24 0 7524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43560

[startup+6.3006 s]
/proc/loadavg: 1.20 1.97 3.00 5/190 23770
/proc/meminfo: memFree=21127732/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=57068 CPUtime=6.29 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 11202 0 0 0 629 0 0 0 25 0 1 0 470169309 58437632 8936 33554432000 4194304 4291949 140734638916800 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 14267 8936 253 24 0 10901 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57068

[startup+12.7005 s]
/proc/loadavg: 1.51 2.02 3.01 5/190 23770
/proc/meminfo: memFree=21066132/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=79132 CPUtime=12.69 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 15071 0 0 0 1267 2 0 0 25 0 1 0 470169309 81031168 12783 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 19783 12783 253 24 0 16417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79132

[startup+25.5002 s]
/proc/loadavg: 2.06 2.12 3.02 5/190 23770
/proc/meminfo: memFree=20989268/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=83440 CPUtime=25.49 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 19764 0 0 0 2545 4 0 0 25 0 1 0 470169309 85442560 17444 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 20860 17444 253 24 0 17494 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83440

[startup+51.1006 s]
/proc/loadavg: 2.72 2.27 3.05 5/190 23771
/proc/meminfo: memFree=20911568/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=117732 CPUtime=51.09 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 23993 0 0 0 5103 6 0 0 25 0 1 0 470169309 120557568 21645 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 29433 21645 253 24 0 26067 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117732

[startup+102.307 s]
/proc/loadavg: 3.44 2.53 3.10 5/190 23772
/proc/meminfo: memFree=20805540/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=174184 CPUtime=102.3 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 30471 0 0 0 10221 9 0 0 25 0 1 0 470169309 178364416 28097 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 43546 28097 253 24 0 40180 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 174184

[startup+162.301 s]
/proc/loadavg: 3.79 2.80 3.15 5/190 23774
/proc/meminfo: memFree=20694920/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=195244 CPUtime=162.3 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 39754 0 0 0 16216 14 0 0 25 0 1 0 470169309 199929856 37352 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 48811 37352 253 24 0 45445 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 195244

[startup+222.3 s]
/proc/loadavg: 3.92 3.01 3.20 5/190 23776
/proc/meminfo: memFree=20592240/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=207672 CPUtime=222.29 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 45150 0 0 0 22213 16 0 0 25 0 1 0 470169309 212656128 42732 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 51918 42732 253 24 0 48552 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 207672

[startup+282.301 s]
/proc/loadavg: 3.97 3.19 3.25 5/190 23777
/proc/meminfo: memFree=20589996/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=217500 CPUtime=282.3 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 49272 0 0 0 28212 18 0 0 25 0 1 0 470169309 222720000 46843 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 54375 46843 253 24 0 51009 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 217500

[startup+342.301 s]
/proc/loadavg: 3.99 3.33 3.29 5/190 23779
/proc/meminfo: memFree=20493024/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=222196 CPUtime=342.3 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 52453 0 0 0 34210 20 0 0 25 0 1 0 470169309 227528704 50010 33554432000 4194304 4291949 140734638916800 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 55549 50010 253 24 0 52183 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 222196

[startup+402.3 s]
/proc/loadavg: 3.99 3.45 3.33 5/190 23780
/proc/meminfo: memFree=20514464/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=305504 CPUtime=402.3 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 54529 0 0 0 40209 21 0 0 25 0 1 0 470169309 312836096 52080 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 76376 52080 253 24 0 73010 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 305504

[startup+462.3 s]
/proc/loadavg: 4.10 3.58 3.38 5/190 23782
/proc/meminfo: memFree=20486300/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=306144 CPUtime=462.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 56207 0 0 0 46208 23 0 0 25 0 1 0 470169309 313491456 53745 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 76536 53745 253 24 0 73170 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 306144

[startup+522.301 s]
/proc/loadavg: 4.03 3.65 3.42 5/190 23784
/proc/meminfo: memFree=20418836/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=306144 CPUtime=522.3 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 57909 0 0 0 52207 23 0 0 25 0 1 0 470169309 313491456 55438 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 76536 55438 253 24 0 73170 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 306144

[startup+582.301 s]
/proc/loadavg: 4.08 3.73 3.46 5/190 23785
/proc/meminfo: memFree=20433704/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=308064 CPUtime=582.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 59919 0 0 0 58206 25 0 0 25 0 1 0 470169309 315457536 57438 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 77016 57438 253 24 0 73650 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 308064

[startup+642.3 s]
/proc/loadavg: 4.03 3.78 3.49 5/190 23787
/proc/meminfo: memFree=20362636/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=308704 CPUtime=642.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 61380 0 0 0 64206 25 0 0 25 0 1 0 470169309 316112896 58891 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 77176 58891 253 24 0 73810 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 308704

[startup+702.301 s]
/proc/loadavg: 4.01 3.81 3.52 5/190 23788
/proc/meminfo: memFree=20376388/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=308704 CPUtime=702.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 63005 0 0 0 70204 27 0 0 25 0 1 0 470169309 316112896 60506 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 77176 60506 253 24 0 73810 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 308704

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.55 5/190 23790
/proc/meminfo: memFree=20297756/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=309556 CPUtime=762.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 65163 0 0 0 76203 28 0 0 25 0 1 0 470169309 316985344 62653 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 77389 62653 253 24 0 74023 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 309556

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.57 5/190 23792
/proc/meminfo: memFree=20316840/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=312600 CPUtime=822.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 67125 0 0 0 82202 29 0 0 25 0 1 0 470169309 320102400 64609 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 78150 64609 253 24 0 74784 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 312600

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.59 5/190 23793
/proc/meminfo: memFree=20199768/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=314804 CPUtime=882.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 68749 0 0 0 88200 31 0 0 25 0 1 0 470169309 322359296 66226 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 78701 66226 253 24 0 75335 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 314804

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.62 5/190 23795
/proc/meminfo: memFree=20168380/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=317292 CPUtime=942.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 70324 0 0 0 94199 32 0 0 25 0 1 0 470169309 324907008 67794 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 79323 67794 253 24 0 75957 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 317292

[startup+1002.3 s]
/proc/loadavg: 4.06 3.94 3.64 5/190 23796
/proc/meminfo: memFree=20204572/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=318004 CPUtime=1002.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 71673 0 0 0 100198 33 0 0 25 0 1 0 470169309 325636096 69137 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 79501 69137 253 24 0 76135 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 318004

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.66 5/190 23798
/proc/meminfo: memFree=20127680/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=319820 CPUtime=1062.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 73182 0 0 0 106197 34 0 0 25 0 1 0 470169309 327495680 70645 33554432000 4194304 4291949 140734638916800 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 79955 70645 253 24 0 76589 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 319820

[startup+1122.3 s]
/proc/loadavg: 4.01 3.95 3.68 5/190 23800
/proc/meminfo: memFree=20127044/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=322592 CPUtime=1122.31 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 74851 0 0 0 112196 35 0 0 25 0 1 0 470169309 330334208 72309 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 80648 72309 253 24 0 77282 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 322592

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.70 5/190 23801
/proc/meminfo: memFree=20093552/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=326644 CPUtime=1182.32 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 76817 0 0 0 118195 37 0 0 25 0 1 0 470169309 334483456 74265 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 81661 74265 253 24 0 78295 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 326644

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.72 5/190 23803
/proc/meminfo: memFree=20069608/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=328564 CPUtime=1242.32 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 78346 0 0 0 124195 37 0 0 25 0 1 0 470169309 336449536 75785 33554432000 4194304 4291949 140734638916800 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 82141 75785 253 24 0 78775 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 328564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.73 4/187 23806
/proc/meminfo: memFree=20485020/32950904 swapFree=67082284/67111528
[pid=23759] ppid=23757 vsize=329204 CPUtime=1300.03 cores=1,3
/proc/23759/stat : 23759 (RestartSAT) R 23757 23759 23340 0 -1 4202496 79567 0 0 0 129965 38 0 0 25 0 1 0 470169309 337104896 77001 33554432000 4194304 4291949 140734638916800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23759/statm: 82301 77001 253 24 0 78935 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 329204

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

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

runsolver used 2.03269 second user time and 5.07223 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-23 21:08:16
IDJOB=3251499
IDBENCH=88225
IDSOLVER=1580
FILE ID=node121/3251499-1303585695
RUNJOBID= node121-1303585695-23729
PBS_JOBID= 13150356
Free space on /tmp= 72056 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251499-1303585695/watcher-3251499-1303585695 -o /tmp/evaluation-result-3251499-1303585695/solver-3251499-1303585695 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251499-1303585695.cnf

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=754553928

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.75
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.817
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:     32950904 kB
MemFree:      21252924 kB
Buffers:       2134196 kB
Cached:        8996264 kB
SwapCached:       2776 kB
Active:        8391556 kB
Inactive:      2799868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21252924 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            8620 kB
Writeback:           0 kB
AnonPages:       58280 kB
Mapped:          13928 kB
Slab:           443052 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   251344 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= 72056 MiB
End job on node121 at 2011-04-23 21:29:58