Trace number 3379642

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.07 1300.06

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x38.cnf
MD5SUM56980124bab6f1dbe07ec523b7d59019
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 variables2128
Number of clauses259616
Sum of the clauses size1032080
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23192
Number of clauses of size 30
Number of clauses of size 4256424
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: 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-3379642-1305456802/watcher-3379642-1305456802 -o /tmp/evaluation-result-3379642-1305456802/solver-3379642-1305456802 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379642-1305456802.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.94 1.46 2.42 2/383 8298
/proc/meminfo: memFree=30397044/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=17060 CPUtime=0 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 1169 0 0 0 0 0 0 0 21 0 1 0 657278923 17469440 1109 33554432000 4194304 4394578 140735771510112 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 4265 1113 247 49 0 1406 0

[startup+0.087106 s]
/proc/loadavg: 0.94 1.46 2.42 2/383 8298
/proc/meminfo: memFree=30397044/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=28812 CPUtime=0.07 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 4111 0 0 0 7 0 0 0 21 0 1 0 657278923 29503488 4051 33554432000 4194304 4394578 140735771510112 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 7203 4052 247 49 0 4344 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28812

[startup+0.101099 s]
/proc/loadavg: 0.94 1.46 2.42 2/383 8298
/proc/meminfo: memFree=30397044/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=30396 CPUtime=0.09 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 4498 0 0 0 8 1 0 0 21 0 1 0 657278923 31125504 4438 33554432000 4194304 4394578 140735771510112 18446744073709551615 4369140 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 7599 4439 247 49 0 4740 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30396

[startup+0.301067 s]
/proc/loadavg: 0.94 1.46 2.42 2/383 8298
/proc/meminfo: memFree=30397044/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=43096 CPUtime=0.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 7698 0 0 0 26 3 0 0 22 0 1 0 657278923 44130304 7637 33554432000 4194304 4394578 140735771510112 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 10774 7637 255 49 0 7915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43096

[startup+0.701004 s]
/proc/loadavg: 0.94 1.46 2.42 2/383 8298
/proc/meminfo: memFree=30397044/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=43096 CPUtime=0.69 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 7698 0 0 0 65 4 0 0 23 0 1 0 657278923 44130304 7637 33554432000 4194304 4394578 140735771510112 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 10774 7637 255 49 0 7915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43096

[startup+1.50087 s]
/proc/loadavg: 0.94 1.46 2.42 4/393 8382
/proc/meminfo: memFree=30246000/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=78084 CPUtime=1.49 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 17959 0 0 0 143 6 0 0 25 0 1 0 657278923 79958016 16882 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 19521 16882 266 49 0 16662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78084

[startup+3.1006 s]
/proc/loadavg: 0.94 1.46 2.42 5/398 8417
/proc/meminfo: memFree=30153532/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=87816 CPUtime=3.09 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 20234 0 0 0 303 6 0 0 25 0 1 0 657278923 89923584 19157 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 21954 19157 266 49 0 19095 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87816

[startup+6.30113 s]
/proc/loadavg: 1.18 1.50 2.43 5/398 8417
/proc/meminfo: memFree=30027080/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=106340 CPUtime=6.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 24415 0 0 0 622 7 0 0 25 0 1 0 657278923 108892160 23338 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 26585 23338 266 49 0 23726 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106340

[startup+12.701 s]
/proc/loadavg: 1.41 1.54 2.44 5/398 8445
/proc/meminfo: memFree=29928584/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=139104 CPUtime=12.69 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 32180 0 0 0 1259 10 0 0 25 0 1 0 657278923 142442496 31103 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 34776 31103 266 49 0 31917 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139104

[startup+25.5008 s]
/proc/loadavg: 1.98 1.66 2.46 5/398 8445
/proc/meminfo: memFree=29805620/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=179320 CPUtime=25.5 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 41692 0 0 0 2538 12 0 0 25 0 1 0 657278923 183623680 40615 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 44830 40615 266 49 0 41971 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 179320

[startup+51.1005 s]
/proc/loadavg: 2.67 1.85 2.50 5/398 8446
/proc/meminfo: memFree=29670312/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=204140 CPUtime=51.08 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 47714 0 0 0 5095 13 0 0 25 0 1 0 657278923 209039360 46637 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298966 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 51035 46637 266 49 0 48176 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204140

[startup+102.315 s]
/proc/loadavg: 3.46 2.19 2.58 5/398 8474
/proc/meminfo: memFree=29410112/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=304084 CPUtime=102.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 71681 0 0 0 10211 19 0 0 25 0 1 0 657278923 311382016 70604 33554432000 4194304 4394578 140735771510112 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 76021 70604 266 49 0 73162 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 304084

[startup+162.301 s]
/proc/loadavg: 3.88 2.54 2.68 5/398 8476
/proc/meminfo: memFree=29110488/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=394952 CPUtime=162.28 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 93916 0 0 0 16204 24 0 0 25 0 1 0 657278923 404430848 92839 33554432000 4194304 4394578 140735771510112 18446744073709551615 4327706 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 98738 92839 266 49 0 95879 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 394952

[startup+222.301 s]
/proc/loadavg: 3.95 2.80 2.76 5/398 8477
/proc/meminfo: memFree=28967600/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=461892 CPUtime=222.28 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 109903 0 0 0 22199 29 0 0 25 0 1 0 657278923 472977408 108826 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 115473 108826 266 49 0 112614 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 461892

[startup+282.301 s]
/proc/loadavg: 3.98 3.02 2.83 5/398 8479
/proc/meminfo: memFree=28737808/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=551984 CPUtime=282.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 131220 0 0 0 28194 35 0 0 25 0 1 0 657278923 565231616 130143 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 137996 130143 266 49 0 135137 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 551984

[startup+342.301 s]
/proc/loadavg: 3.99 3.19 2.90 5/398 8481
/proc/meminfo: memFree=28546812/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=598640 CPUtime=342.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 142285 0 0 0 34192 37 0 0 25 0 1 0 657278923 613007360 141208 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 149660 141208 266 49 0 146801 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 598640

[startup+402.301 s]
/proc/loadavg: 4.09 3.37 2.98 5/398 8482
/proc/meminfo: memFree=28395996/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=625240 CPUtime=402.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 148844 0 0 0 40189 40 0 0 25 0 1 0 657278923 640245760 147767 33554432000 4194304 4394578 140735771510112 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 156310 147767 266 49 0 153451 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 625240

[startup+462.3 s]
/proc/loadavg: 4.08 3.49 3.04 5/398 8493
/proc/meminfo: memFree=28275180/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=693584 CPUtime=462.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 165005 0 0 0 46185 44 0 0 25 0 1 0 657278923 710230016 163928 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 173396 163928 266 49 0 170537 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 693584

[startup+522.3 s]
/proc/loadavg: 4.19 3.62 3.11 5/398 8494
/proc/meminfo: memFree=28157800/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=711708 CPUtime=522.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 168736 0 0 0 52183 46 0 0 25 0 1 0 657278923 728788992 167659 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 177927 167659 266 49 0 175068 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 711708

[startup+582.3 s]
/proc/loadavg: 4.19 3.71 3.18 5/398 8496
/proc/meminfo: memFree=28068364/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=721704 CPUtime=582.29 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 170712 0 0 0 58183 46 0 0 25 0 1 0 657278923 739024896 169635 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 180426 169635 266 49 0 177567 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 721704

[startup+642.3 s]
/proc/loadavg: 4.07 3.76 3.22 5/398 8498
/proc/meminfo: memFree=27895964/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=770832 CPUtime=642.31 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 182017 0 0 0 64182 49 0 0 25 0 1 0 657278923 789331968 180940 33554432000 4194304 4394578 140735771510112 18446744073709551615 4346124 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 192708 180940 266 49 0 189849 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 770832

[startup+702.301 s]
/proc/loadavg: 4.02 3.80 3.27 5/398 8502
/proc/meminfo: memFree=27674708/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=861664 CPUtime=702.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 204374 0 0 0 70176 54 0 0 25 0 1 0 657278923 882343936 203297 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 215416 203297 266 49 0 212557 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 861664

[startup+762.315 s]
/proc/loadavg: 4.09 3.87 3.32 5/398 8504
/proc/meminfo: memFree=27473312/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=954860 CPUtime=762.31 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 226853 0 0 0 76172 59 0 0 25 0 1 0 657278923 977776640 225776 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 238715 225776 266 49 0 235856 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 954860

[startup+822.301 s]
/proc/loadavg: 4.07 3.90 3.37 5/398 8505
/proc/meminfo: memFree=27250820/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1053936 CPUtime=822.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 251038 0 0 0 82164 66 0 0 25 0 1 0 657278923 1079230464 249961 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 263484 249961 266 49 0 260625 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1053936

[startup+882.301 s]
/proc/loadavg: 4.02 3.92 3.40 5/398 8507
/proc/meminfo: memFree=27177388/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1079800 CPUtime=882.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 257008 0 0 0 88162 68 0 0 25 0 1 0 657278923 1105715200 255931 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 269950 255931 266 49 0 267091 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1079800

[startup+942.301 s]
/proc/loadavg: 4.01 3.93 3.44 6/398 8509
/proc/meminfo: memFree=27043296/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1133960 CPUtime=942.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 270479 0 0 0 94159 71 0 0 25 0 1 0 657278923 1161175040 269402 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 283490 269402 266 49 0 280631 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1133960

[startup+1002.3 s]
/proc/loadavg: 4.06 3.96 3.48 5/398 8510
/proc/meminfo: memFree=26939340/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1162448 CPUtime=1002.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 277255 0 0 0 100157 73 0 0 25 0 1 0 657278923 1190346752 276178 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 290612 276178 266 49 0 287753 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1162448

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.51 5/398 8512
/proc/meminfo: memFree=26757776/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1224792 CPUtime=1062.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 292480 0 0 0 106153 77 0 0 25 0 1 0 657278923 1254187008 291403 33554432000 4194304 4394578 140735771510112 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 306198 291403 266 49 0 303339 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1224792

[startup+1122.3 s]
/proc/loadavg: 4.15 4.00 3.55 5/398 8513
/proc/meminfo: memFree=26672560/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1255312 CPUtime=1122.31 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 298988 0 0 0 112152 79 0 0 25 0 1 0 657278923 1285439488 297911 33554432000 4194304 4394578 140735771510112 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 313828 297911 266 49 0 310969 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1255312

[startup+1182.3 s]
/proc/loadavg: 4.16 4.03 3.58 5/398 8515
/proc/meminfo: memFree=26572216/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1267224 CPUtime=1182.3 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 301422 0 0 0 118151 79 0 0 25 0 1 0 657278923 1297637376 300345 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 316806 300345 266 49 0 313947 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1267224

[startup+1242.3 s]
/proc/loadavg: 4.09 4.03 3.61 5/398 8517
/proc/meminfo: memFree=26493928/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1280288 CPUtime=1242.31 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 303986 0 0 0 124151 80 0 0 25 0 1 0 657278923 1311014912 302909 33554432000 4194304 4394578 140735771510112 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 320072 302909 266 49 0 317213 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1280288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.63 5/398 8518
/proc/meminfo: memFree=26431020/32950928 swapFree=41934208/67111528
[pid=8298] ppid=8295 vsize=1286184 CPUtime=1300.02 cores=5,7
/proc/8298/stat : 8298 (SApperloT2010) R 8295 8298 6892 0 -1 4202496 304988 0 0 0 129922 80 0 0 25 0 1 0 657278923 1317052416 303911 33554432000 4194304 4394578 140735771510112 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8298/statm: 321546 303911 266 49 0 318687 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1286184

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.06
CPU time (s): 1300.07
CPU user time (s): 1299.23
CPU system time (s): 0.847871
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1286184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.23
system time used= 0.847871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304988
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= 22
involuntary context switches= 2648

runsolver used 4.86226 second user time and 11.7112 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 12:53:22
IDJOB=3379642
IDBENCH=83180
IDSOLVER=1862
FILE ID=node126/3379642-1305456802
RUNJOBID= node126-1305456802-8242
PBS_JOBID= 13324874
Free space on /tmp= 73360 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x38.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379642-1305456802/watcher-3379642-1305456802 -o /tmp/evaluation-result-3379642-1305456802/solver-3379642-1305456802 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379642-1305456802.cnf

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

MD5SUM BENCH= 56980124bab6f1dbe07ec523b7d59019
RANDOM SEED=1366440981

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:      30397192 kB
Buffers:        170564 kB
Cached:        1675748 kB
SwapCached:      49560 kB
Active:          87880 kB
Inactive:      2218908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30397192 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:            6604 kB
Writeback:           0 kB
AnonPages:      424072 kB
Mapped:          10304 kB
Slab:           103452 kB
PageTables:      75908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88090340 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= 73340 MiB
End job on node126 at 2011-05-15 13:15:04