Trace number 3379805

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) 1299.99 1300.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: 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-3379805-1305460596/watcher-3379805-1305460596 -o /tmp/evaluation-result-3379805-1305460596/solver-3379805-1305460596 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379805-1305460596.cnf 

running on 2 cores: 0,2

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.93 3.96 4/357 13970
/proc/meminfo: memFree=17230384/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=12460 CPUtime=0 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 537 0 0 0 0 0 0 0 23 0 1 0 657660548 12759040 476 33554432000 4194304 4394578 140734427742480 18446744073709551615 270613135255 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 3115 476 255 49 0 256 0

[startup+0.0134709 s]
/proc/loadavg: 3.46 3.93 3.96 4/357 13970
/proc/meminfo: memFree=17230384/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=12680 CPUtime=0.01 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 567 0 0 0 1 0 0 0 23 0 1 0 657660548 12984320 506 33554432000 4194304 4394578 140734427742480 18446744073709551615 270613135255 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 3170 506 255 49 0 311 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12680

[startup+0.100419 s]
/proc/loadavg: 3.46 3.93 3.96 4/357 13970
/proc/meminfo: memFree=17230384/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=14300 CPUtime=0.09 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 969 0 0 0 9 0 0 0 23 0 1 0 657660548 14643200 908 33554432000 4194304 4394578 140734427742480 18446744073709551615 270612771525 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 3575 908 267 49 0 716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14300

[startup+0.300455 s]
/proc/loadavg: 3.46 3.93 3.96 4/357 13970
/proc/meminfo: memFree=17230384/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=15360 CPUtime=0.29 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 1258 0 0 0 29 0 0 0 24 0 1 0 657660548 15728640 1197 33554432000 4194304 4394578 140734427742480 18446744073709551615 4296329 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 3840 1197 267 49 0 981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15360

[startup+0.700346 s]
/proc/loadavg: 3.46 3.93 3.96 4/357 13970
/proc/meminfo: memFree=17230384/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=16944 CPUtime=0.69 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 1638 0 0 0 69 0 0 0 25 0 1 0 657660548 17350656 1577 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 4236 1577 267 49 0 1377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16944

[startup+1.50021 s]
/proc/loadavg: 3.46 3.93 3.96 5/369 13991
/proc/meminfo: memFree=17154612/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=18356 CPUtime=1.49 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 1957 0 0 0 149 0 0 0 25 0 1 0 657660548 18796544 1896 33554432000 4194304 4394578 140734427742480 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 4589 1896 267 49 0 1730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18356

[startup+3.10096 s]
/proc/loadavg: 3.46 3.93 3.96 5/369 13991
/proc/meminfo: memFree=17130928/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=20460 CPUtime=3.09 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 2428 0 0 0 309 0 0 0 25 0 1 0 657660548 20951040 2367 33554432000 4194304 4394578 140734427742480 18446744073709551615 4287388 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 5115 2367 267 49 0 2256 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20460

[startup+6.30039 s]
/proc/loadavg: 3.51 3.93 3.96 5/369 13991
/proc/meminfo: memFree=17106560/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=23404 CPUtime=6.29 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 3069 0 0 0 629 0 0 0 25 0 1 0 657660548 23965696 3008 33554432000 4194304 4394578 140734427742480 18446744073709551615 4291869 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 5851 3008 267 49 0 2992 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23404

[startup+12.7003 s]
/proc/loadavg: 3.55 3.93 3.96 5/369 13991
/proc/meminfo: memFree=17064596/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=26872 CPUtime=12.69 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 3805 0 0 0 1268 1 0 0 25 0 1 0 657660548 27516928 3744 33554432000 4194304 4394578 140734427742480 18446744073709551615 4287218 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 6718 3744 267 49 0 3859 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26872

[startup+25.501 s]
/proc/loadavg: 3.65 3.93 3.96 5/369 13991
/proc/meminfo: memFree=17001384/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=31684 CPUtime=25.49 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 4807 0 0 0 2548 1 0 0 25 0 1 0 657660548 32444416 4746 33554432000 4194304 4394578 140734427742480 18446744073709551615 4292210 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 7921 4746 267 49 0 5062 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31684

[startup+51.1005 s]
/proc/loadavg: 3.83 3.95 3.97 5/369 14055
/proc/meminfo: memFree=16847356/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=35920 CPUtime=51.1 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 5728 0 0 0 5108 2 0 0 25 0 1 0 657660548 36782080 5667 33554432000 4194304 4394578 140734427742480 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 8980 5667 267 49 0 6121 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 35920

[startup+102.313 s]
/proc/loadavg: 3.93 3.96 3.97 5/369 14057
/proc/meminfo: memFree=16751432/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=42288 CPUtime=102.3 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 6954 0 0 0 10228 2 0 0 25 0 1 0 657660548 43302912 6893 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 10572 6893 267 49 0 7713 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42288

[startup+162.301 s]
/proc/loadavg: 3.97 3.96 3.97 5/369 14058
/proc/meminfo: memFree=16675004/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=46644 CPUtime=162.29 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 7803 0 0 0 16226 3 0 0 25 0 1 0 657660548 47763456 7742 33554432000 4194304 4394578 140734427742480 18446744073709551615 4288039 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 11661 7742 267 49 0 8802 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46644

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.97 5/369 14060
/proc/meminfo: memFree=16610736/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=50100 CPUtime=222.29 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 8436 0 0 0 22226 3 0 0 25 0 1 0 657660548 51302400 8375 33554432000 4194304 4394578 140734427742480 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 12525 8375 267 49 0 9666 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 50100

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.97 5/369 14070
/proc/meminfo: memFree=16566032/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=52596 CPUtime=282.3 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 8925 0 0 0 28226 4 0 0 25 0 1 0 657660548 53858304 8864 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 13149 8864 267 49 0 10290 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 52596

[startup+342.301 s]
/proc/loadavg: 4.05 3.99 3.97 5/369 14072
/proc/meminfo: memFree=16519728/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=54132 CPUtime=342.3 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 9225 0 0 0 34226 4 0 0 25 0 1 0 657660548 55431168 9164 33554432000 4194304 4394578 140734427742480 18446744073709551615 4312416 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 13533 9164 267 49 0 10674 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54132

[startup+402.3 s]
/proc/loadavg: 4.02 3.99 3.97 5/369 14073
/proc/meminfo: memFree=16480152/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=55476 CPUtime=402.29 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 9513 0 0 0 40225 4 0 0 25 0 1 0 657660548 56807424 9452 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 13869 9452 267 49 0 11010 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 55476

[startup+462.301 s]
/proc/loadavg: 4.05 4.00 3.98 5/369 14078
/proc/meminfo: memFree=16444384/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=56244 CPUtime=462.3 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 9695 0 0 0 46225 5 0 0 25 0 1 0 657660548 57593856 9634 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 14061 9634 267 49 0 11202 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 56244

[startup+522.301 s]
/proc/loadavg: 4.06 4.01 3.99 5/369 14080
/proc/meminfo: memFree=16413616/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=57012 CPUtime=522.3 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 9886 0 0 0 52225 5 0 0 25 0 1 0 657660548 58380288 9825 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 14253 9825 267 49 0 11394 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 57012

[startup+582.3 s]
/proc/loadavg: 4.10 4.04 4.00 5/369 14081
/proc/meminfo: memFree=16377508/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=57396 CPUtime=582.3 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10021 0 0 0 58224 6 0 0 25 0 1 0 657660548 58773504 9960 33554432000 4194304 4394578 140734427742480 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 14349 9960 267 49 0 11490 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 57396

[startup+642.301 s]
/proc/loadavg: 4.11 4.06 4.00 5/369 14083
/proc/meminfo: memFree=16337676/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=57780 CPUtime=642.26 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10110 0 0 0 64220 6 0 0 25 0 1 0 657660548 59166720 10049 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 14445 10049 267 49 0 11586 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 57780

[startup+702.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/369 14085
/proc/meminfo: memFree=16315072/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=58164 CPUtime=702.25 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10227 0 0 0 70218 7 0 0 25 0 1 0 657660548 59559936 10166 33554432000 4194304 4394578 140734427742480 18446744073709551615 4288032 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 14541 10166 267 49 0 11682 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 58164

[startup+762.314 s]
/proc/loadavg: 4.01 4.03 4.00 5/369 14086
/proc/meminfo: memFree=16287528/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=58932 CPUtime=762.26 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10406 0 0 0 76219 7 0 0 25 0 1 0 657660548 60346368 10345 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 14733 10345 267 49 0 11874 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 58932

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/369 14088
/proc/meminfo: memFree=16257504/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=59316 CPUtime=822.25 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10502 0 0 0 82218 7 0 0 25 0 1 0 657660548 60739584 10441 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 14829 10441 267 49 0 11970 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 59316

[startup+882.3 s]
/proc/loadavg: 4.07 4.03 4.00 5/369 14089
/proc/meminfo: memFree=16231196/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=60084 CPUtime=882.25 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10662 0 0 0 88218 7 0 0 25 0 1 0 657660548 61526016 10601 33554432000 4194304 4394578 140734427742480 18446744073709551615 4287716 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15021 10601 267 49 0 12162 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 60084

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/369 14091
/proc/meminfo: memFree=16197572/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=60792 CPUtime=942.26 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10813 0 0 0 94218 8 0 0 25 0 1 0 657660548 62251008 10752 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15198 10752 267 49 0 12339 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 60792

[startup+1002.3 s]
/proc/loadavg: 4.14 4.05 4.01 5/369 14093
/proc/meminfo: memFree=16172876/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=61176 CPUtime=1002.25 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 10913 0 0 0 100217 8 0 0 25 0 1 0 657660548 62644224 10852 33554432000 4194304 4394578 140734427742480 18446744073709551615 270612765718 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15294 10852 267 49 0 12435 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 61176

[startup+1062.3 s]
/proc/loadavg: 4.11 4.06 4.01 5/369 14094
/proc/meminfo: memFree=16149780/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=61944 CPUtime=1062.25 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 11044 0 0 0 106217 8 0 0 25 0 1 0 657660548 63430656 10983 33554432000 4194304 4394578 140734427742480 18446744073709551615 4287949 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15486 10983 267 49 0 12627 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 61944

[startup+1122.3 s]
/proc/loadavg: 4.09 4.06 4.01 5/369 14096
/proc/meminfo: memFree=16126072/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=62136 CPUtime=1122.26 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 11112 0 0 0 112217 9 0 0 25 0 1 0 657660548 63627264 11051 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15534 11051 267 49 0 12675 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 62136

[startup+1182.3 s]
/proc/loadavg: 4.14 4.08 4.01 5/369 14097
/proc/meminfo: memFree=16101112/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=62520 CPUtime=1182.26 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 11212 0 0 0 118216 10 0 0 25 0 1 0 657660548 64020480 11151 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15630 11151 267 49 0 12771 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 62520

[startup+1242.3 s]
/proc/loadavg: 4.05 4.06 4.01 5/369 14099
/proc/meminfo: memFree=16081096/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=62520 CPUtime=1242.27 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 11229 0 0 0 124217 10 0 0 25 0 1 0 657660548 64020480 11168 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15630 11168 267 49 0 12771 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 62520



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.05 4.00 6/369 14100
/proc/meminfo: memFree=16063944/32951124 swapFree=67056804/67111528
[pid=13970] ppid=13967 vsize=62784 CPUtime=1299.97 cores=0,2
/proc/13970/stat : 13970 (SApperloT2010) R 13967 13970 13445 0 -1 4202496 11332 0 0 0 129987 10 0 0 25 0 1 0 657660548 64290816 11271 33554432000 4194304 4394578 140734427742480 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13970/statm: 15696 11271 267 49 0 12837 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 62784

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): 1299.99
CPU user time (s): 1299.88
CPU system time (s): 0.103984
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 62784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11332
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= 15
involuntary context switches= 3632

runsolver used 4.88526 second user time and 10.2084 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 13:56:36
IDJOB=3379805
IDBENCH=85542
IDSOLVER=1862
FILE ID=node108/3379805-1305460596
RUNJOBID= node108-1305460596-13944
PBS_JOBID= 13324899
Free space on /tmp= 73556 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-3379805-1305460596/watcher-3379805-1305460596 -o /tmp/evaluation-result-3379805-1305460596/solver-3379805-1305460596 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379805-1305460596.cnf

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1782921151

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17230788 kB
Buffers:        305692 kB
Cached:        4974668 kB
SwapCached:       8700 kB
Active:       11183012 kB
Inactive:      4219692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17230788 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:             944 kB
Writeback:           0 kB
AnonPages:    10119872 kB
Mapped:          29816 kB
Slab:           211628 kB
PageTables:      40700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 67467204 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= 73532 MiB
End job on node108 at 2011-05-15 14:18:18