Trace number 3258146

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT A75? (TO) 1300.01 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3258146-1303475305/watcher-3258146-1303475305 -o /tmp/evaluation-result-3258146-1303475305/solver-3258146-1303475305 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258146-1303475305.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.85 1.65 2.61 4/187 9074
/proc/meminfo: memFree=19815640/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=19724 CPUtime=0 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 793 0 0 0 0 0 0 0 21 0 1 0 459130164 20197376 734 33554432000 4194304 4291949 140736390948272 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 4931 734 225 24 0 1565 0

[startup+0.047121 s]
/proc/loadavg: 0.85 1.65 2.61 4/187 9074
/proc/meminfo: memFree=19815640/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=27484 CPUtime=0.04 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 3640 0 0 0 4 0 0 0 21 0 1 0 459130164 28143616 3252 33554432000 4194304 4291949 140736390948272 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 6871 3254 227 24 0 3505 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27484

[startup+0.101113 s]
/proc/loadavg: 0.85 1.65 2.61 4/187 9074
/proc/meminfo: memFree=19815640/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=28940 CPUtime=0.09 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 4356 0 0 0 9 0 0 0 21 0 1 0 459130164 29634560 3765 33554432000 4194304 4291949 140736390948272 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 7235 3765 232 24 0 3869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28940

[startup+0.301078 s]
/proc/loadavg: 0.85 1.65 2.61 4/187 9074
/proc/meminfo: memFree=19815640/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=28940 CPUtime=0.29 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 4368 0 0 0 29 0 0 0 22 0 1 0 459130164 29634560 3777 33554432000 4194304 4291949 140736390948272 18446744073709551615 4229991 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 7235 3777 232 24 0 3869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28940

[startup+0.701012 s]
/proc/loadavg: 0.85 1.65 2.61 4/187 9074
/proc/meminfo: memFree=19815640/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=27724 CPUtime=0.69 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 5626 0 0 0 69 0 0 0 23 0 1 0 459130164 28389376 3682 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 6931 3682 252 24 0 3565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27724

[startup+1.50088 s]
/proc/loadavg: 0.85 1.65 2.61 5/188 9075
/proc/meminfo: memFree=19785012/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=34864 CPUtime=1.5 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 6571 0 0 0 149 1 0 0 25 0 1 0 459130164 35700736 4620 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 8716 4620 252 24 0 5350 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 34864

[startup+3.10061 s]
/proc/loadavg: 0.85 1.65 2.61 5/188 9075
/proc/meminfo: memFree=19771608/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=42044 CPUtime=3.09 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 7500 0 0 0 308 1 0 0 25 0 1 0 459130164 43053056 5538 33554432000 4194304 4291949 140736390948272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 10511 5538 252 24 0 7145 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42044

[startup+6.30107 s]
/proc/loadavg: 1.10 1.69 2.62 7/188 9075
/proc/meminfo: memFree=19742764/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=43968 CPUtime=6.29 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 9690 0 0 0 628 1 0 0 25 0 1 0 459130164 45023232 7720 33554432000 4194304 4291949 140736390948272 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 10992 7720 252 24 0 7626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43968

[startup+12.701 s]
/proc/loadavg: 1.33 1.73 2.63 5/188 9075
/proc/meminfo: memFree=19699180/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=58488 CPUtime=12.69 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 13083 0 0 0 1267 2 0 0 25 0 1 0 459130164 59891712 11093 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 14622 11093 252 24 0 11256 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58488

[startup+25.5008 s]
/proc/loadavg: 1.92 1.84 2.65 5/188 9076
/proc/meminfo: memFree=19663092/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=81120 CPUtime=25.49 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 16918 0 0 0 2546 3 0 0 25 0 1 0 459130164 83066880 14911 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 20280 14911 252 24 0 16914 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81120

[startup+51.1005 s]
/proc/loadavg: 2.63 2.01 2.68 5/188 9077
/proc/meminfo: memFree=19605148/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=116672 CPUtime=51.08 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 24121 0 0 0 5102 6 0 0 25 0 1 0 459130164 119472128 22077 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 29168 22077 252 24 0 25802 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116672

[startup+102.307 s]
/proc/loadavg: 3.40 2.31 2.75 5/188 9078
/proc/meminfo: memFree=19502968/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=174548 CPUtime=102.29 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 31847 0 0 0 10220 9 0 0 25 0 1 0 459130164 178737152 29766 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 43637 29766 252 24 0 40271 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 174548

[startup+162.301 s]
/proc/loadavg: 3.85 2.64 2.83 6/188 9079
/proc/meminfo: memFree=19486960/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=180624 CPUtime=162.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 39627 0 0 0 16215 13 0 0 25 0 1 0 459130164 184958976 37512 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 45156 37512 252 24 0 41790 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 180624

[startup+222.301 s]
/proc/loadavg: 3.94 2.88 2.90 5/188 9081
/proc/meminfo: memFree=19421728/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=267244 CPUtime=222.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 46708 0 0 0 22212 16 0 0 25 0 1 0 459130164 273657856 44562 33554432000 4194304 4291949 140736390948272 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 66811 44562 252 24 0 63445 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 267244

[startup+282.301 s]
/proc/loadavg: 3.98 3.08 2.96 5/188 9083
/proc/meminfo: memFree=19330696/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=273104 CPUtime=282.29 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 53991 0 0 0 28208 21 0 0 25 0 1 0 459130164 279658496 51809 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 68276 51809 252 24 0 64910 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 273104

[startup+342.3 s]
/proc/loadavg: 3.99 3.25 3.03 5/188 9085
/proc/meminfo: memFree=19373328/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=277960 CPUtime=342.29 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 58341 0 0 0 34206 23 0 0 25 0 1 0 459130164 284631040 56141 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 69490 56141 252 24 0 66124 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 277960

[startup+402.3 s]
/proc/loadavg: 3.99 3.38 3.09 5/188 9086
/proc/meminfo: memFree=19362152/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=281508 CPUtime=402.29 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 63124 0 0 0 40204 25 0 0 25 0 1 0 459130164 288264192 60906 33554432000 4194304 4291949 140736390948272 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 70377 60906 252 24 0 67011 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 281508

[startup+462.301 s]
/proc/loadavg: 3.99 3.49 3.14 5/188 9087
/proc/meminfo: memFree=19328284/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=284924 CPUtime=462.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 66592 0 0 0 46202 26 0 0 25 0 1 0 459130164 291762176 64360 33554432000 4194304 4291949 140736390948272 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 71231 64360 252 24 0 67865 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 284924

[startup+522.301 s]
/proc/loadavg: 4.06 3.60 3.20 5/188 9089
/proc/meminfo: memFree=19261432/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=287520 CPUtime=522.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 69855 0 0 0 52199 29 0 0 25 0 1 0 459130164 294420480 67603 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 71880 67603 252 24 0 68514 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 287520

[startup+582.301 s]
/proc/loadavg: 4.02 3.67 3.24 5/188 9091
/proc/meminfo: memFree=19202512/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=422760 CPUtime=582.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 72877 0 0 0 58196 32 0 0 25 0 1 0 459130164 432906240 70614 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 105690 70614 252 24 0 102324 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 422760

[startup+642.301 s]
/proc/loadavg: 4.01 3.73 3.29 5/188 9093
/proc/meminfo: memFree=19385768/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=129396 CPUtime=642.3 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 87581 0 0 0 64191 39 0 0 25 0 1 0 459130164 132501504 26799 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 32349 26799 252 24 0 28983 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 129396

[startup+702.301 s]
/proc/loadavg: 3.60 3.68 3.30 4/182 9111
/proc/meminfo: memFree=19466428/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=160216 CPUtime=702.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 95957 0 0 0 70185 43 0 0 25 0 1 0 459130164 164061184 35129 33554432000 4194304 4291949 140736390948272 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 40054 35129 252 24 0 36688 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 160216

[startup+762.307 s]
/proc/loadavg: 3.22 3.55 3.27 4/182 9112
/proc/meminfo: memFree=19445948/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=210488 CPUtime=762.29 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 108529 0 0 0 76179 50 0 0 25 0 1 0 459130164 215539712 47634 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 52622 47634 252 24 0 49256 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 210488

[startup+822.3 s]
/proc/loadavg: 3.08 3.45 3.26 4/182 9114
/proc/meminfo: memFree=19355784/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=291876 CPUtime=822.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 113711 0 0 0 82175 53 0 0 25 0 1 0 459130164 298881024 52786 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 72969 52786 252 24 0 69603 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 291876

[startup+882.3 s]
/proc/loadavg: 3.03 3.36 3.24 4/182 9116
/proc/meminfo: memFree=19380560/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=292016 CPUtime=882.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 117311 0 0 0 88173 55 0 0 25 0 1 0 459130164 299024384 56369 33554432000 4194304 4291949 140736390948272 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 73004 56369 252 24 0 69638 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 292016

[startup+942.3 s]
/proc/loadavg: 3.01 3.30 3.22 4/182 9118
/proc/meminfo: memFree=19306652/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=292492 CPUtime=942.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 121748 0 0 0 94170 58 0 0 25 0 1 0 459130164 299511808 60787 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 73123 60787 252 24 0 69757 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 292492

[startup+1002.3 s]
/proc/loadavg: 3.00 3.24 3.20 4/182 9119
/proc/meminfo: memFree=19268696/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=293140 CPUtime=1002.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 124514 0 0 0 100169 59 0 0 25 0 1 0 459130164 300175360 63536 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 73285 63536 252 24 0 69919 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 293140

[startup+1062.3 s]
/proc/loadavg: 3.00 3.19 3.18 4/182 9120
/proc/meminfo: memFree=19365904/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=294220 CPUtime=1062.27 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 127713 0 0 0 106166 61 0 0 25 0 1 0 459130164 301281280 66718 33554432000 4194304 4291949 140736390948272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 73555 66718 252 24 0 70189 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 294220

[startup+1122.3 s]
/proc/loadavg: 3.03 3.17 3.18 4/182 9122
/proc/meminfo: memFree=19316168/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=295372 CPUtime=1122.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 130347 0 0 0 112165 63 0 0 25 0 1 0 459130164 302460928 69339 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 73843 69339 252 24 0 70477 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 295372

[startup+1182.3 s]
/proc/loadavg: 3.01 3.14 3.16 4/182 9124
/proc/meminfo: memFree=19261336/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=429064 CPUtime=1182.27 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 135274 0 0 0 118162 65 0 0 25 0 1 0 459130164 439361536 74246 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 107266 74246 252 24 0 103900 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 429064

[startup+1242.3 s]
/proc/loadavg: 3.00 3.11 3.15 4/182 9126
/proc/meminfo: memFree=19257352/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=431228 CPUtime=1242.28 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 137959 0 0 0 124160 68 0 0 25 0 1 0 459130164 441577472 76921 33554432000 4194304 4291949 140736390948272 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 107807 76921 252 24 0 104441 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 431228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.09 3.14 3/181 9129
/proc/meminfo: memFree=19477820/32951132 swapFree=67111524/67111528
[pid=9074] ppid=9072 vsize=432944 CPUtime=1299.98 cores=5,7
/proc/9074/stat : 9074 (RestartSAT) R 9072 9074 7761 0 -1 4202496 140593 0 0 0 129929 69 0 0 25 0 1 0 459130164 443334656 79536 33554432000 4194304 4291949 140736390948272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9074/statm: 108236 79536 252 24 0 104870 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 432944

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.01
CPU user time (s): 1299.3
CPU system time (s): 0.710891
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 432944

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

runsolver used 2.02469 second user time and 5.07723 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-22 14:28:25
IDJOB=3258146
IDBENCH=71308
IDSOLVER=1581
FILE ID=node129/3258146-1303475305
RUNJOBID= node129-1303475304-9035
PBS_JOBID= 13107190
Free space on /tmp= 66324 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g4.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258146-1303475305/watcher-3258146-1303475305 -o /tmp/evaluation-result-3258146-1303475305/solver-3258146-1303475305 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258146-1303475305.cnf

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=1746741014

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19816416 kB
Buffers:        811988 kB
Cached:       11649340 kB
SwapCached:          4 kB
Active:        1158652 kB
Inactive:     11382824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19816416 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7092 kB
Writeback:           0 kB
AnonPages:       78936 kB
Mapped:          15204 kB
Slab:           529820 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   273648 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= 66324 MiB
End job on node129 at 2011-04-22 14:50:07