Trace number 3260639

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
SApperloT2010 2011-03-04? (TO) 1300.03 1300.01

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_11_100_s.cnf
MD5SUMc6e549f9708971f42573991eb7f6cef3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02184
Satisfiable
(Un)Satisfiability was proved
Number of variables1300
Number of clauses2355
Sum of the clauses size6888
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2177
Number of clauses of size 32178
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-3260639-1303511342/watcher-3260639-1303511342 -o /tmp/evaluation-result-3260639-1303511342/solver-3260639-1303511342 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3260639-1303511342.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: 3.86 3.95 3.96 5/187 30062
/proc/meminfo: memFree=17948148/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=11944 CPUtime=0 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 398 0 0 0 0 0 0 0 25 0 1 0 462733828 12230656 337 33554432000 4194304 4395502 140736711424368 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 2986 337 249 50 0 126 0

[startup+0.0318241 s]
/proc/loadavg: 3.86 3.95 3.96 5/187 30062
/proc/meminfo: memFree=17948148/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=13548 CPUtime=0.02 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 775 0 0 0 2 0 0 0 25 0 1 0 462733828 13873152 713 33554432000 4194304 4395502 140736711424368 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 3387 713 267 50 0 527 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13548

[startup+0.10081 s]
/proc/loadavg: 3.86 3.95 3.96 5/187 30062
/proc/meminfo: memFree=17948148/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=14088 CPUtime=0.09 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 920 0 0 0 9 0 0 0 25 0 1 0 462733828 14426112 858 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299156 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 3522 858 267 50 0 662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14088

[startup+0.300774 s]
/proc/loadavg: 3.86 3.95 3.96 5/187 30062
/proc/meminfo: memFree=17948148/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=15004 CPUtime=0.29 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 1133 0 0 0 29 0 0 0 25 0 1 0 462733828 15364096 1071 33554432000 4194304 4395502 140736711424368 18446744073709551615 4337882 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 3751 1071 267 50 0 891 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15004

[startup+0.700703 s]
/proc/loadavg: 3.86 3.95 3.96 5/187 30062
/proc/meminfo: memFree=17948148/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=15676 CPUtime=0.69 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 1318 0 0 0 69 0 0 0 25 0 1 0 462733828 16052224 1256 33554432000 4194304 4395502 140736711424368 18446744073709551615 4300225 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 3919 1256 267 50 0 1059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15676

[startup+1.50057 s]
/proc/loadavg: 3.86 3.95 3.96 6/188 30063
/proc/meminfo: memFree=17943128/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=16744 CPUtime=1.49 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 1580 0 0 0 149 0 0 0 25 0 1 0 462733828 17145856 1518 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 4186 1518 267 50 0 1326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16744

[startup+3.1003 s]
/proc/loadavg: 3.86 3.95 3.96 6/188 30063
/proc/meminfo: memFree=17939036/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=17900 CPUtime=3.09 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 1846 0 0 0 309 0 0 0 25 0 1 0 462733828 18329600 1784 33554432000 4194304 4395502 140736711424368 18446744073709551615 4316895 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 4475 1784 267 50 0 1615 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17900

[startup+6.30073 s]
/proc/loadavg: 3.87 3.95 3.96 6/188 30063
/proc/meminfo: memFree=17928992/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=19040 CPUtime=6.29 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 2110 0 0 0 629 0 0 0 25 0 1 0 462733828 19496960 2048 33554432000 4194304 4395502 140736711424368 18446744073709551615 4288518 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 4760 2048 267 50 0 1900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19040

[startup+12.7006 s]
/proc/loadavg: 3.88 3.95 3.96 6/188 30063
/proc/meminfo: memFree=17914856/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=20296 CPUtime=12.68 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 2432 0 0 0 1268 0 0 0 25 0 1 0 462733828 20783104 2370 33554432000 4194304 4395502 140736711424368 18446744073709551615 4288455 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 5074 2370 267 50 0 2214 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20296

[startup+25.5004 s]
/proc/loadavg: 3.91 3.95 3.96 6/188 30063
/proc/meminfo: memFree=17862400/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=21244 CPUtime=25.49 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 2658 0 0 0 2548 1 0 0 25 0 1 0 462733828 21753856 2596 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 5311 2596 267 50 0 2451 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21244

[startup+51.101 s]
/proc/loadavg: 3.94 3.95 3.96 6/188 30064
/proc/meminfo: memFree=17801508/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=22404 CPUtime=51.09 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 2938 0 0 0 5108 1 0 0 25 0 1 0 462733828 22941696 2876 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 5601 2876 267 50 0 2741 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22404

[startup+102.306 s]
/proc/loadavg: 4.04 3.97 3.97 6/188 30065
/proc/meminfo: memFree=17639808/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=23704 CPUtime=102.29 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 3222 0 0 0 10227 2 0 0 25 0 1 0 462733828 24272896 3160 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 5926 3160 267 50 0 3066 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23704

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.97 6/188 30067
/proc/meminfo: memFree=17550528/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=24640 CPUtime=162.29 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 3398 0 0 0 16226 3 0 0 25 0 1 0 462733828 25231360 3336 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6160 3336 267 50 0 3300 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 24640

[startup+222.3 s]
/proc/loadavg: 4.00 3.97 3.97 6/188 30069
/proc/meminfo: memFree=17414868/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=25624 CPUtime=222.29 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 3620 0 0 0 22225 4 0 0 25 0 1 0 462733828 26238976 3558 33554432000 4194304 4395502 140736711424368 18446744073709551615 4297936 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6406 3558 267 50 0 3546 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 25624

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.97 6/188 30070
/proc/meminfo: memFree=17238536/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=26136 CPUtime=282.29 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 3736 0 0 0 28224 5 0 0 25 0 1 0 462733828 26763264 3674 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299118 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6534 3674 267 50 0 3674 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 26136

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.97 6/188 30072
/proc/meminfo: memFree=17151236/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=26488 CPUtime=342.3 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 3832 0 0 0 34223 7 0 0 25 0 1 0 462733828 27123712 3770 33554432000 4194304 4395502 140736711424368 18446744073709551615 4288539 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6622 3770 267 50 0 3762 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 26488

[startup+402.301 s]
/proc/loadavg: 4.05 3.99 3.97 6/188 30073
/proc/meminfo: memFree=17126556/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=26824 CPUtime=402.3 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 3915 0 0 0 40222 8 0 0 25 0 1 0 462733828 27467776 3853 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6706 3853 267 50 0 3846 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 26824

[startup+462.301 s]
/proc/loadavg: 4.02 3.99 3.97 6/188 30075
/proc/meminfo: memFree=17023376/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=27160 CPUtime=462.3 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 3995 0 0 0 46221 9 0 0 25 0 1 0 462733828 27811840 3933 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6790 3933 267 50 0 3930 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 27160

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.97 6/188 30077
/proc/meminfo: memFree=16894540/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=27368 CPUtime=522.3 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4049 0 0 0 52220 10 0 0 25 0 1 0 462733828 28024832 3987 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6842 3987 267 50 0 3982 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 27368

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.97 6/188 30078
/proc/meminfo: memFree=16755524/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=27724 CPUtime=582.3 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4148 0 0 0 58220 10 0 0 25 0 1 0 462733828 28389376 4086 33554432000 4194304 4395502 140736711424368 18446744073709551615 4286467 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6931 4086 267 50 0 4071 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 27724

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.97 6/188 30080
/proc/meminfo: memFree=16638096/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=27868 CPUtime=642.3 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4162 0 0 0 64220 10 0 0 25 0 1 0 462733828 28536832 4100 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6967 4100 267 50 0 4107 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 27868

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.97 6/188 30081
/proc/meminfo: memFree=16520412/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=27980 CPUtime=702.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4202 0 0 0 70219 12 0 0 25 0 1 0 462733828 28651520 4140 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 6995 4140 267 50 0 4135 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 27980

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.97 6/188 30083
/proc/meminfo: memFree=16421576/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=28076 CPUtime=762.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4237 0 0 0 76218 13 0 0 25 0 1 0 462733828 28749824 4175 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7019 4175 267 50 0 4159 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 28076

[startup+822.3 s]
/proc/loadavg: 4.08 4.01 3.98 7/188 30085
/proc/meminfo: memFree=16345436/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=28188 CPUtime=822.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4272 0 0 0 82217 14 0 0 25 0 1 0 462733828 28864512 4210 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7047 4210 267 50 0 4187 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 28188

[startup+882.301 s]
/proc/loadavg: 4.03 4.00 3.98 6/188 30086
/proc/meminfo: memFree=16254172/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=28460 CPUtime=882.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4326 0 0 0 88216 15 0 0 25 0 1 0 462733828 29143040 4264 33554432000 4194304 4395502 140736711424368 18446744073709551615 4286555 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7115 4264 267 50 0 4255 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 28460

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.98 6/188 30088
/proc/meminfo: memFree=16140336/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=28572 CPUtime=942.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4352 0 0 0 94215 16 0 0 25 0 1 0 462733828 29257728 4290 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7143 4290 267 50 0 4283 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 28572

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 3.99 6/188 30089
/proc/meminfo: memFree=16077832/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=28684 CPUtime=1002.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4379 0 0 0 100214 17 0 0 25 0 1 0 462733828 29372416 4317 33554432000 4194304 4395502 140736711424368 18446744073709551615 4291739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7171 4317 267 50 0 4311 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 28684

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.99 6/188 30091
/proc/meminfo: memFree=15985444/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=28876 CPUtime=1062.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4427 0 0 0 106213 18 0 0 25 0 1 0 462733828 29569024 4365 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7219 4365 267 50 0 4359 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 28876

[startup+1122.3 s]
/proc/loadavg: 4.07 4.03 4.00 6/188 30093
/proc/meminfo: memFree=15926044/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=28972 CPUtime=1122.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4454 0 0 0 112212 19 0 0 25 0 1 0 462733828 29667328 4392 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299532 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7243 4392 267 50 0 4383 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 28972

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 4.00 6/188 30094
/proc/meminfo: memFree=15860440/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=29084 CPUtime=1182.31 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4488 0 0 0 118211 20 0 0 25 0 1 0 462733828 29782016 4426 33554432000 4194304 4395502 140736711424368 18446744073709551615 4292733 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7271 4426 267 50 0 4411 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 29084

[startup+1242.3 s]
/proc/loadavg: 3.48 3.90 3.96 2/171 30150
/proc/meminfo: memFree=18597388/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=29276 CPUtime=1242.32 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4516 0 0 0 124210 22 0 0 25 0 1 0 462733828 29978624 4454 33554432000 4194304 4395502 140736711424368 18446744073709551615 4291667 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7319 4454 267 50 0 4459 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 29276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.91 3.37 3.77 2/170 30151
/proc/meminfo: memFree=18598496/32951132 swapFree=67111528/67111528
[pid=30062] ppid=30060 vsize=29276 CPUtime=1300.02 cores=1,3
/proc/30062/stat : 30062 (SApperloT2010) R 30060 30062 28845 0 -1 4202496 4523 0 0 0 129980 22 0 0 25 0 1 0 462733828 29978624 4461 33554432000 4194304 4395502 140736711424368 18446744073709551615 4299118 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/30062/statm: 7319 4461 267 50 0 4459 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 29276

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.03
CPU user time (s): 1299.81
CPU system time (s): 0.223965
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 29276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4523
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= 8
involuntary context switches= 2982

runsolver used 1.91371 second user time and 4.41933 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 00:29:02
IDJOB=3260639
IDBENCH=83190
IDSOLVER=1655
FILE ID=node131/3260639-1303511342
RUNJOBID= node131-1303511269-29858
PBS_JOBID= 13134251
Free space on /tmp= 71820 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_11_100_s.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260639-1303511342/watcher-3260639-1303511342 -o /tmp/evaluation-result-3260639-1303511342/solver-3260639-1303511342 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3260639-1303511342.cnf

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

MD5SUM BENCH= c6e549f9708971f42573991eb7f6cef3
RANDOM SEED=1239907309

node131.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17948428 kB
Buffers:        868804 kB
Cached:       12916516 kB
SwapCached:          0 kB
Active:        4729480 kB
Inactive:      9768400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17948428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3632 kB
Writeback:           0 kB
AnonPages:      711748 kB
Mapped:          15960 kB
Slab:           441328 kB
PageTables:       6720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   922428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71840 MiB
End job on node131 at 2011-04-23 00:50:44