Trace number 3439523

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) 5000.09 5000.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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: 977)

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-3439523-1306935633/watcher-3439523-1306935633 -o /tmp/evaluation-result-3439523-1306935633/solver-3439523-1306935633 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439523-1306935633.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.38 7.92 7.96 1/525 13961
/proc/meminfo: memFree=15342268/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=12680 CPUtime=0.01 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 568 0 0 0 1 0 0 0 18 0 1 0 805161974 12984320 506 33554432000 4194304 4394578 140737469634288 18446744073709551615 242970574743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 3170 506 255 49 0 311 0

[startup+0.101926 s]
/proc/loadavg: 7.38 7.92 7.96 1/525 13961
/proc/meminfo: memFree=15342268/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=14300 CPUtime=0.1 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 994 0 0 0 10 0 0 0 18 0 1 0 805161974 14643200 932 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 3575 932 267 49 0 716 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14300

[startup+0.200911 s]
/proc/loadavg: 7.38 7.92 7.96 1/525 13961
/proc/meminfo: memFree=15342268/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=14964 CPUtime=0.19 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 1152 0 0 0 19 0 0 0 18 0 1 0 805161974 15323136 1090 33554432000 4194304 4394578 140737469634288 18446744073709551615 242970211013 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 3741 1090 267 49 0 882 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14964

[startup+0.300898 s]
/proc/loadavg: 7.38 7.92 7.96 1/525 13961
/proc/meminfo: memFree=15342268/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=15624 CPUtime=0.29 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 1303 0 0 0 29 0 0 0 18 0 1 0 805161974 15998976 1241 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 3906 1241 267 49 0 1047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15624

[startup+0.700836 s]
/proc/loadavg: 7.38 7.92 7.96 1/525 13961
/proc/meminfo: memFree=15342268/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=17080 CPUtime=0.69 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 1663 0 0 0 69 0 0 0 18 0 1 0 805161974 17489920 1601 33554432000 4194304 4394578 140737469634288 18446744073709551615 4309171 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 4270 1601 267 49 0 1411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17080

[startup+1.50069 s]
/proc/loadavg: 7.38 7.92 7.96 3/531 13970
/proc/meminfo: memFree=15285684/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=18632 CPUtime=1.49 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 2029 0 0 0 149 0 0 0 20 0 1 0 805161974 19079168 1967 33554432000 4194304 4394578 140737469634288 18446744073709551615 4292896 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 4658 1967 267 49 0 1799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18632

[startup+3.49734 s]
/proc/loadavg: 7.38 7.92 7.96 3/531 13970
/proc/meminfo: memFree=15274648/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=21540 CPUtime=3.49 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 2654 0 0 0 349 0 0 0 25 0 1 0 805161974 22056960 2592 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 5385 2592 267 49 0 2526 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 21540

[startup+6.30086 s]
/proc/loadavg: 7.11 7.86 7.94 3/531 13970
/proc/meminfo: memFree=15258772/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=23536 CPUtime=6.29 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 3130 0 0 0 629 0 0 0 25 0 1 0 805161974 24100864 3068 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 5884 3068 267 49 0 3025 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23536

[startup+12.7008 s]
/proc/loadavg: 6.70 7.76 7.91 3/531 13970
/proc/meminfo: memFree=15229396/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=27556 CPUtime=12.69 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 3980 0 0 0 1269 0 0 0 25 0 1 0 805161974 28217344 3918 33554432000 4194304 4394578 140737469634288 18446744073709551615 4296388 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 6889 3918 267 49 0 4030 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27556

[startup+25.5006 s]
/proc/loadavg: 5.66 7.48 7.81 3/531 13970
/proc/meminfo: memFree=15179024/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=32164 CPUtime=25.49 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 4930 0 0 0 2549 0 0 0 25 0 1 0 805161974 32935936 4868 33554432000 4194304 4394578 140737469634288 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 8041 4868 267 49 0 5182 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32164

[startup+51.1012 s]
/proc/loadavg: 4.55 7.07 7.67 3/531 14024
/proc/meminfo: memFree=15122232/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=36240 CPUtime=51.09 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 5801 0 0 0 5108 1 0 0 25 0 1 0 805161974 37109760 5739 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 9060 5739 267 49 0 6201 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36240

[startup+102.319 s]
/proc/loadavg: 3.10 6.28 7.37 3/531 14026
/proc/meminfo: memFree=14963532/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=43632 CPUtime=102.31 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 7219 0 0 0 10230 1 0 0 25 0 1 0 805161974 44679168 7157 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 10908 7157 267 49 0 8049 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 43632

[startup+162.301 s]
/proc/loadavg: 2.56 5.53 7.04 3/531 14028
/proc/meminfo: memFree=14801888/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=47988 CPUtime=162.29 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 8040 0 0 0 16227 2 0 0 25 0 1 0 805161974 49139712 7978 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 11997 7978 267 49 0 9138 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 47988

[startup+222.301 s]
/proc/loadavg: 2.28 4.90 6.73 3/531 14030
/proc/meminfo: memFree=14696356/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=51060 CPUtime=222.29 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 8609 0 0 0 22227 2 0 0 25 0 1 0 805161974 52285440 8547 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 12765 8547 267 49 0 9906 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 51060

[startup+282.3 s]
/proc/loadavg: 2.10 4.37 6.43 3/531 14030
/proc/meminfo: memFree=14664476/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=53364 CPUtime=282.29 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 9089 0 0 0 28227 2 0 0 25 0 1 0 805161974 54644736 9027 33554432000 4194304 4394578 140737469634288 18446744073709551615 4315433 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 13341 9027 267 49 0 10482 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 53364

[startup+342.301 s]
/proc/loadavg: 2.12 3.97 6.16 3/531 14032
/proc/meminfo: memFree=14630976/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=54516 CPUtime=342.3 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 9329 0 0 0 34227 3 0 0 25 0 1 0 805161974 55824384 9267 33554432000 4194304 4394578 140737469634288 18446744073709551615 4313429 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 13629 9267 267 49 0 10770 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54516

[startup+402.301 s]
/proc/loadavg: 2.08 3.62 5.90 3/531 14034
/proc/meminfo: memFree=14614112/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=55860 CPUtime=402.29 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 9604 0 0 0 40226 3 0 0 25 0 1 0 805161974 57200640 9542 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 13965 9542 267 49 0 11106 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 55860

[startup+462.3 s]
/proc/loadavg: 2.03 3.32 5.65 3/531 14036
/proc/meminfo: memFree=14601336/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=56820 CPUtime=462.3 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 9824 0 0 0 46226 4 0 0 25 0 1 0 805161974 58183680 9762 33554432000 4194304 4394578 140737469634288 18446744073709551615 4287435 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 14205 9762 267 49 0 11346 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 56820

[startup+522.301 s]
/proc/loadavg: 2.01 3.08 5.42 3/531 14038
/proc/meminfo: memFree=14590776/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=57396 CPUtime=522.3 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 10010 0 0 0 52226 4 0 0 25 0 1 0 805161974 58773504 9948 33554432000 4194304 4394578 140737469634288 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 14349 9948 267 49 0 11490 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 57396

[startup+582.301 s]
/proc/loadavg: 2.00 2.88 5.20 3/531 14038
/proc/meminfo: memFree=14579112/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=57588 CPUtime=582.3 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 10090 0 0 0 58226 4 0 0 25 0 1 0 805161974 58970112 10028 33554432000 4194304 4394578 140737469634288 18446744073709551615 4287795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 14397 10028 267 49 0 11538 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 57588

[startup+642.3 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/531 14144
/proc/meminfo: memFree=14230052/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=73308 CPUtime=4062.36 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 13799 0 0 0 406218 18 0 0 25 0 1 0 805161974 75067392 13737 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18327 13737 267 49 0 15468 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 73308

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/531 14146
/proc/meminfo: memFree=14216904/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=73308 CPUtime=4122.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 13808 0 0 0 412216 19 0 0 25 0 1 0 805161974 75067392 13746 33554432000 4194304 4394578 140737469634288 18446744073709551615 4287937 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18327 13746 267 49 0 15468 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 73308

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.07 3/531 14148
/proc/meminfo: memFree=14204620/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=73572 CPUtime=4182.36 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 13861 0 0 0 418217 19 0 0 25 0 1 0 805161974 75337728 13799 33554432000 4194304 4394578 140737469634288 18446744073709551615 4287718 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18393 13799 267 49 0 15534 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 73572

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/531 14148
/proc/meminfo: memFree=14204232/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=73704 CPUtime=4242.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 13887 0 0 0 424215 20 0 0 25 0 1 0 805161974 75472896 13825 33554432000 4194304 4394578 140737469634288 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18426 13825 267 49 0 15567 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 73704

[startup+4302.3 s]
/proc/loadavg: 2.14 2.05 2.08 3/531 14150
/proc/meminfo: memFree=14203596/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=73968 CPUtime=4302.34 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 13929 0 0 0 430214 20 0 0 25 0 1 0 805161974 75743232 13867 33554432000 4194304 4394578 140737469634288 18446744073709551615 4287909 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18492 13867 267 49 0 15633 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 73968

[startup+4362.3 s]
/proc/loadavg: 2.05 2.04 2.07 3/531 14152
/proc/meminfo: memFree=14204204/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=74232 CPUtime=4362.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 13974 0 0 0 436214 21 0 0 25 0 1 0 805161974 76013568 13912 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18558 13912 267 49 0 15699 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 74232

[startup+4422.3 s]
/proc/loadavg: 2.12 2.06 2.07 3/531 14154
/proc/meminfo: memFree=14203940/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=74628 CPUtime=4422.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14049 0 0 0 442214 21 0 0 25 0 1 0 805161974 76419072 13987 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18657 13987 267 49 0 15798 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 74628

[startup+4482.3 s]
/proc/loadavg: 2.09 2.06 2.07 3/531 14154
/proc/meminfo: memFree=14203928/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=74628 CPUtime=4482.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14059 0 0 0 448214 21 0 0 25 0 1 0 805161974 76419072 13997 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298647 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18657 13997 267 49 0 15798 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 74628

[startup+4542.3 s]
/proc/loadavg: 2.03 2.05 2.07 3/531 14156
/proc/meminfo: memFree=14203676/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=74760 CPUtime=4542.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14086 0 0 0 454214 21 0 0 25 0 1 0 805161974 76554240 14024 33554432000 4194304 4394578 140737469634288 18446744073709551615 4292819 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18690 14024 267 49 0 15831 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 74760

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/531 14158
/proc/meminfo: memFree=14201936/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=74760 CPUtime=4602.34 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14093 0 0 0 460213 21 0 0 25 0 1 0 805161974 76554240 14031 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18690 14031 267 49 0 15831 0
Current children cumulated CPU time (s) 4602.34
Current children cumulated vsize (KiB) 74760

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/531 14160
/proc/meminfo: memFree=14201436/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75156 CPUtime=4662.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14162 0 0 0 466214 21 0 0 25 0 1 0 805161974 76959744 14100 33554432000 4194304 4394578 140737469634288 18446744073709551615 4287711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18789 14100 267 49 0 15930 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 75156

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/531 14162
/proc/meminfo: memFree=14201808/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75288 CPUtime=4722.37 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14196 0 0 0 472215 22 0 0 25 0 1 0 805161974 77094912 14134 33554432000 4194304 4394578 140737469634288 18446744073709551615 4295838 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18822 14134 267 49 0 15963 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 75288

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/531 14162
/proc/meminfo: memFree=14202916/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75288 CPUtime=4782.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14205 0 0 0 478213 22 0 0 25 0 1 0 805161974 77094912 14143 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18822 14143 267 49 0 15963 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 75288

[startup+4842.32 s]
/proc/loadavg: 2.09 2.04 2.05 3/531 14173
/proc/meminfo: memFree=14182820/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75420 CPUtime=4842.38 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14226 0 0 0 484215 23 0 0 25 0 1 0 805161974 77230080 14164 33554432000 4194304 4394578 140737469634288 18446744073709551615 4291813 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18855 14164 267 49 0 15996 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 75420

[startup+4902.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/531 14175
/proc/meminfo: memFree=14167560/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75552 CPUtime=4902.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14247 0 0 0 490212 23 0 0 25 0 1 0 805161974 77365248 14185 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18888 14185 267 49 0 16029 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 75552

[startup+4962.3 s]
/proc/loadavg: 2.17 2.07 2.05 3/531 14177
/proc/meminfo: memFree=14161228/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75552 CPUtime=4962.35 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14247 0 0 0 496212 23 0 0 25 0 1 0 805161974 77365248 14185 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18888 14185 267 49 0 16029 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 75552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.09 2.06 2.05 3/531 14177
/proc/meminfo: memFree=14161224/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75552 CPUtime=5000.07 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14253 0 0 0 499983 24 0 0 25 0 1 0 805161974 77365248 14191 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18888 14191 267 49 0 16029 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 75552

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5000 s]
/proc/loadavg: 2.09 2.06 2.05 3/531 14177
/proc/meminfo: memFree=14161224/32951132 swapFree=46579808/67111528
[pid=13961] ppid=13959 vsize=75552 CPUtime=5000.07 cores=0,2,4,6
/proc/13961/stat : 13961 (SApperloT2010) R 13959 13961 13931 0 -1 4202496 14253 0 0 0 499983 24 0 0 25 0 1 0 805161974 77365248 14191 33554432000 4194304 4394578 140737469634288 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/13961/statm: 18888 14191 267 49 0 16029 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 75552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.09
CPU user time (s): 4999.84
CPU system time (s): 0.243962
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 75552

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

runsolver used 28.4057 second user time and 60.0409 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-01 15:40:33
IDJOB=3439523
IDBENCH=85542
IDSOLVER=1933
FILE ID=node128/3439523-1306935633
RUNJOBID= node128-1306935633-13949
PBS_JOBID= 13488599
Free space on /tmp= 73804 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439523-1306935633/watcher-3439523-1306935633 -o /tmp/evaluation-result-3439523-1306935633/solver-3439523-1306935633 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439523-1306935633.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1431277962

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15342556 kB
Buffers:        292968 kB
Cached:        3412412 kB
SwapCached:      35620 kB
Active:        8785412 kB
Inactive:      8505056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15342556 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             432 kB
Writeback:          12 kB
AnonPages:    13560228 kB
Mapped:          16588 kB
Slab:           133196 kB
PageTables:     112544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174776116 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= 73792 MiB
End job on node128 at 2011-06-01 17:03:55