Trace number 3380059

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-05-15 (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380059-1305453924/watcher-3380059-1305453924 -o /tmp/evaluation-result-3380059-1305453924/solver-3380059-1305453924 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380059-1305453924.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.46 3.87 3.44 3/386 7748
/proc/meminfo: memFree=30442324/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=12912 CPUtime=0 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 633 0 0 0 0 0 0 0 19 0 1 0 656991114 13221888 573 33554432000 4194304 4394578 140736425331120 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 3228 574 247 49 0 369 0

[startup+0.094843 s]
/proc/loadavg: 3.46 3.87 3.44 3/386 7748
/proc/meminfo: memFree=30442324/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=15648 CPUtime=0.08 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 1321 0 0 0 8 0 0 0 19 0 1 0 656991114 16023552 1260 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 3912 1260 267 49 0 1053 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15648

[startup+0.100841 s]
/proc/loadavg: 3.46 3.87 3.44 3/386 7748
/proc/meminfo: memFree=30442324/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=15780 CPUtime=0.09 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 1364 0 0 0 9 0 0 0 19 0 1 0 656991114 16158720 1303 33554432000 4194304 4394578 140736425331120 18446744073709551615 4357329 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 3945 1303 267 49 0 1086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15780

[startup+0.300809 s]
/proc/loadavg: 3.46 3.87 3.44 3/386 7748
/proc/meminfo: memFree=30442324/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=16580 CPUtime=0.29 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 1580 0 0 0 29 0 0 0 20 0 1 0 656991114 16977920 1519 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 4145 1519 267 49 0 1286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16580

[startup+0.700743 s]
/proc/loadavg: 3.46 3.87 3.44 3/386 7748
/proc/meminfo: memFree=30442324/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=17380 CPUtime=0.69 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 1751 0 0 0 69 0 0 0 21 0 1 0 656991114 17797120 1690 33554432000 4194304 4394578 140736425331120 18446744073709551615 4288008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 4345 1690 267 49 0 1486 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17380

[startup+1.50061 s]
/proc/loadavg: 3.46 3.87 3.44 6/395 7764
/proc/meminfo: memFree=30323308/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=17924 CPUtime=1.49 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 1896 0 0 0 149 0 0 0 23 0 1 0 656991114 18354176 1835 33554432000 4194304 4394578 140736425331120 18446744073709551615 4290855 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 4481 1835 267 49 0 1622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17924

[startup+3.10034 s]
/proc/loadavg: 3.46 3.87 3.44 6/398 7770
/proc/meminfo: memFree=30139916/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=18976 CPUtime=3.09 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 2144 0 0 0 309 0 0 0 25 0 1 0 656991114 19431424 2083 33554432000 4194304 4394578 140736425331120 18446744073709551615 4287716 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 4744 2083 267 49 0 1885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18976

[startup+6.30081 s]
/proc/loadavg: 3.51 3.87 3.44 6/398 7770
/proc/meminfo: memFree=29982020/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=19612 CPUtime=6.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 2316 0 0 0 629 1 0 0 25 0 1 0 656991114 20082688 2255 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 4903 2255 267 49 0 2044 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 19612

[startup+12.7007 s]
/proc/loadavg: 3.54 3.87 3.45 6/398 7770
/proc/meminfo: memFree=29897384/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=21520 CPUtime=12.69 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 2749 0 0 0 1268 1 0 0 25 0 1 0 656991114 22036480 2688 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 5380 2688 267 49 0 2521 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21520

[startup+25.5006 s]
/proc/loadavg: 3.81 3.91 3.46 6/398 7770
/proc/meminfo: memFree=29869628/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=22816 CPUtime=25.49 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 3054 0 0 0 2548 1 0 0 25 0 1 0 656991114 23363584 2993 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 5704 2993 267 49 0 2845 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22816

[startup+51.1003 s]
/proc/loadavg: 3.87 3.92 3.48 6/398 7771
/proc/meminfo: memFree=29839016/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=24916 CPUtime=51.09 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 3574 0 0 0 5108 1 0 0 25 0 1 0 656991114 25513984 3513 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 6229 3513 267 49 0 3370 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24916

[startup+102.315 s]
/proc/loadavg: 3.94 3.93 3.50 6/398 7772
/proc/meminfo: memFree=29798692/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=27236 CPUtime=102.31 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 4177 0 0 0 10229 2 0 0 25 0 1 0 656991114 27889664 4105 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 6809 4105 267 49 0 3950 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27236

[startup+162.301 s]
/proc/loadavg: 3.98 3.94 3.53 6/398 7774
/proc/meminfo: memFree=29766676/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=29532 CPUtime=162.29 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 4705 0 0 0 16227 2 0 0 25 0 1 0 656991114 30240768 4633 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 7383 4633 267 49 0 4524 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29532

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.56 6/398 7776
/proc/meminfo: memFree=29741216/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=31392 CPUtime=222.29 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 5158 0 0 0 22227 2 0 0 25 0 1 0 656991114 32145408 5053 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 7848 5053 267 49 0 4989 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 31392

[startup+282.3 s]
/proc/loadavg: 3.99 3.95 3.58 6/398 7777
/proc/meminfo: memFree=29711428/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=32600 CPUtime=282.29 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 5516 0 0 0 28226 3 0 0 25 0 1 0 656991114 33382400 5373 33554432000 4194304 4394578 140736425331120 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 8150 5373 267 49 0 5291 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 32600

[startup+342.3 s]
/proc/loadavg: 4.12 4.00 3.62 6/398 7779
/proc/meminfo: memFree=29689448/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=34460 CPUtime=342.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 5972 0 0 0 34226 4 0 0 25 0 1 0 656991114 35287040 5772 33554432000 4194304 4394578 140736425331120 18446744073709551615 4285603 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 8615 5772 267 49 0 5756 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 34460

[startup+402.3 s]
/proc/loadavg: 4.04 4.00 3.64 6/398 7780
/proc/meminfo: memFree=29669212/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=35396 CPUtime=402.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 6219 0 0 0 40225 5 0 0 25 0 1 0 656991114 36245504 5998 33554432000 4194304 4394578 140736425331120 18446744073709551615 4290876 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 8849 5998 267 49 0 5990 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 35396

[startup+462.3 s]
/proc/loadavg: 4.01 4.00 3.66 6/398 7782
/proc/meminfo: memFree=29656912/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=36060 CPUtime=462.29 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 6444 0 0 0 46224 5 0 0 25 0 1 0 656991114 36925440 6172 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 9015 6172 267 49 0 6156 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 36060

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.68 6/398 7784
/proc/meminfo: memFree=29635928/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=37188 CPUtime=522.29 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 6773 0 0 0 52224 5 0 0 25 0 1 0 656991114 38080512 6433 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 9297 6433 267 49 0 6438 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 37188

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.70 6/398 7785
/proc/meminfo: memFree=29621392/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=37428 CPUtime=582.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 6942 0 0 0 58224 6 0 0 25 0 1 0 656991114 38326272 6496 33554432000 4194304 4394578 140736425331120 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 9357 6496 267 49 0 6498 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 37428

[startup+642.301 s]
/proc/loadavg: 4.19 4.04 3.73 6/398 7787
/proc/meminfo: memFree=29614164/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=37956 CPUtime=642.31 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 7070 0 0 0 64224 7 0 0 25 0 1 0 656991114 38866944 6611 33554432000 4194304 4394578 140736425331120 18446744073709551615 4298716 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 9489 6611 267 49 0 6630 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 37956

[startup+702.301 s]
/proc/loadavg: 4.07 4.03 3.74 6/398 7788
/proc/meminfo: memFree=29608924/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=38816 CPUtime=702.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 7264 0 0 0 70223 7 0 0 25 0 1 0 656991114 39747584 6805 33554432000 4194304 4394578 140736425331120 18446744073709551615 4288318 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 9704 6805 267 49 0 6845 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 38816

[startup+762.315 s]
/proc/loadavg: 4.02 4.02 3.75 6/398 7790
/proc/meminfo: memFree=29604428/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=39440 CPUtime=762.32 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 7382 0 0 0 76224 8 0 0 25 0 1 0 656991114 40386560 6923 33554432000 4194304 4394578 140736425331120 18446744073709551615 4285615 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 9860 6923 267 49 0 7001 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 39440

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.76 6/398 7792
/proc/meminfo: memFree=29593484/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=40212 CPUtime=822.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 7555 0 0 0 82222 8 0 0 25 0 1 0 656991114 41177088 7096 33554432000 4194304 4394578 140736425331120 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10053 7096 267 49 0 7194 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 40212

[startup+882.301 s]
/proc/loadavg: 4.16 4.05 3.79 6/398 7793
/proc/meminfo: memFree=29588744/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=40732 CPUtime=882.31 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 7745 0 0 0 88222 9 0 0 25 0 1 0 656991114 41709568 7244 33554432000 4194304 4394578 140736425331120 18446744073709551615 4292087 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10183 7244 267 49 0 7324 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 40732

[startup+942.301 s]
/proc/loadavg: 4.17 4.07 3.81 6/398 7795
/proc/meminfo: memFree=29586372/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=41112 CPUtime=942.31 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 7896 0 0 0 94221 10 0 0 25 0 1 0 656991114 42098688 7343 33554432000 4194304 4394578 140736425331120 18446744073709551615 4308993 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10278 7343 267 49 0 7419 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 41112

[startup+1002.3 s]
/proc/loadavg: 4.06 4.05 3.82 6/398 7796
/proc/meminfo: memFree=29582868/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=41444 CPUtime=1002.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 7975 0 0 0 100220 10 0 0 25 0 1 0 656991114 42438656 7422 33554432000 4194304 4394578 140736425331120 18446744073709551615 4287550 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10361 7422 267 49 0 7502 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 41444

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.83 6/398 7798
/proc/meminfo: memFree=29575032/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=42068 CPUtime=1062.3 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 8106 0 0 0 106220 10 0 0 25 0 1 0 656991114 43077632 7553 33554432000 4194304 4394578 140736425331120 18446744073709551615 4295715 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10517 7553 267 49 0 7658 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 42068

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 3.83 6/398 7800
/proc/meminfo: memFree=29566580/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=43056 CPUtime=1122.31 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 8354 0 0 0 112220 11 0 0 25 0 1 0 656991114 44089344 7801 33554432000 4194304 4394578 140736425331120 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10764 7801 267 49 0 7905 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 43056

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.84 6/398 7801
/proc/meminfo: memFree=29558136/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=43392 CPUtime=1182.31 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 8418 0 0 0 118219 12 0 0 25 0 1 0 656991114 44433408 7865 33554432000 4194304 4394578 140736425331120 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10848 7865 267 49 0 7989 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 43392

[startup+1242.3 s]
/proc/loadavg: 4.08 4.05 3.85 6/398 7803
/proc/meminfo: memFree=29552764/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=43684 CPUtime=1242.31 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 8498 0 0 0 124218 13 0 0 25 0 1 0 656991114 44732416 7945 33554432000 4194304 4394578 140736425331120 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 10921 7945 267 49 0 8062 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 43684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.05 3.87 6/398 7804
/proc/meminfo: memFree=29538348/32950928 swapFree=41934208/67111528
[pid=7748] ppid=7746 vsize=44080 CPUtime=1300.02 cores=5,7
/proc/7748/stat : 7748 (SApperloT2010) R 7746 7748 6892 0 -1 4202496 8622 0 0 0 129989 13 0 0 25 0 1 0 656991114 45137920 8052 33554432000 4194304 4394578 140736425331120 18446744073709551615 4290860 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/7748/statm: 11020 8052 267 49 0 8161 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 44080

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.04
CPU user time (s): 1299.9
CPU system time (s): 0.136979
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 44080

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

runsolver used 4.76028 second user time and 11.7952 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 12:05:24
IDJOB=3380059
IDBENCH=20401
IDSOLVER=1862
FILE ID=node126/3380059-1305453924
RUNJOBID= node126-1305453924-7730
PBS_JOBID= 13324874
Free space on /tmp= 73364 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380059-1305453924/watcher-3380059-1305453924 -o /tmp/evaluation-result-3380059-1305453924/solver-3380059-1305453924 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380059-1305453924.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1534953772

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30442588 kB
Buffers:        168436 kB
Cached:        1632780 kB
SwapCached:      49560 kB
Active:          79292 kB
Inactive:      2182528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30442588 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:            1372 kB
Writeback:           0 kB
AnonPages:      423624 kB
Mapped:          10300 kB
Slab:           103508 kB
PageTables:      75912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88111348 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= 73336 MiB
End job on node126 at 2011-05-15 12:27:06