Trace number 3439363

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)UNSAT 913.427 913.401

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.703
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
Number of clauses of size over 50

Solver Data

913.31/913.39	c Solved by BasicSolver 
913.31/913.39	
913.31/913.39	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 4 cores: 1,3,5,7

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: 1.93 2.79 5.11 2/483 26951
/proc/meminfo: memFree=25132436/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=12432 CPUtime=0 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 532 0 0 0 0 0 0 0 25 0 1 0 883245899 12730368 470 33554432000 4194304 4394578 140733200717984 18446744073709551615 4295955 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3108 471 266 49 0 249 0

[startup+0.0629149 s]
/proc/loadavg: 1.93 2.79 5.11 2/483 26951
/proc/meminfo: memFree=25132436/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=12828 CPUtime=0.06 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 650 0 0 0 6 0 0 0 25 0 1 0 883245899 13135872 588 33554432000 4194304 4394578 140733200717984 18446744073709551615 4296760 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3207 588 266 49 0 348 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12828

[startup+0.100873 s]
/proc/loadavg: 1.93 2.79 5.11 2/483 26951
/proc/meminfo: memFree=25132436/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=12956 CPUtime=0.09 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 678 0 0 0 9 0 0 0 25 0 1 0 883245899 13266944 616 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3239 616 267 49 0 380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12956

[startup+0.300837 s]
/proc/loadavg: 1.93 2.79 5.11 2/483 26951
/proc/meminfo: memFree=25132436/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=13220 CPUtime=0.29 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 750 0 0 0 29 0 0 0 25 0 1 0 883245899 13537280 688 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3305 688 267 49 0 446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13220

[startup+0.700763 s]
/proc/loadavg: 1.93 2.79 5.11 2/483 26951
/proc/meminfo: memFree=25132436/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=13632 CPUtime=0.69 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 843 0 0 0 69 0 0 0 25 0 1 0 883245899 13959168 781 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3408 781 267 49 0 549 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13632

[startup+1.50066 s]
/proc/loadavg: 1.93 2.79 5.11 3/484 26952
/proc/meminfo: memFree=25129460/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=14028 CPUtime=1.49 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 934 0 0 0 149 0 0 0 25 0 1 0 883245899 14364672 872 33554432000 4194304 4394578 140733200717984 18446744073709551615 4287934 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3507 872 267 49 0 648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14028

[startup+3.10032 s]
/proc/loadavg: 1.93 2.79 5.11 3/484 26952
/proc/meminfo: memFree=25127476/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=14436 CPUtime=3.09 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 1025 0 0 0 309 0 0 0 25 0 1 0 883245899 14782464 963 33554432000 4194304 4394578 140733200717984 18446744073709551615 4287785 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3609 963 267 49 0 750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14436

[startup+6.3008 s]
/proc/loadavg: 1.93 2.77 5.09 3/484 26952
/proc/meminfo: memFree=25126880/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=14980 CPUtime=6.29 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 1139 0 0 0 629 0 0 0 25 0 1 0 883245899 15339520 1077 33554432000 4194304 4394578 140733200717984 18446744073709551615 4290855 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3745 1077 267 49 0 886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14980

[startup+12.7006 s]
/proc/loadavg: 1.94 2.76 5.07 3/484 26953
/proc/meminfo: memFree=25125256/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=15692 CPUtime=12.69 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 1323 0 0 0 1269 0 0 0 25 0 1 0 883245899 16068608 1261 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 3923 1261 267 49 0 1064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15692

[startup+25.5003 s]
/proc/loadavg: 1.95 2.72 5.02 3/484 26953
/proc/meminfo: memFree=25124128/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=17172 CPUtime=25.49 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 1684 0 0 0 2548 1 0 0 25 0 1 0 883245899 17584128 1622 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 4293 1622 267 49 0 1434 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17172

[startup+51.1006 s]
/proc/loadavg: 1.97 2.66 4.94 3/484 26954
/proc/meminfo: memFree=25119152/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=19636 CPUtime=51.09 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 2334 0 0 0 5108 1 0 0 25 0 1 0 883245899 20107264 2272 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 4909 2272 267 49 0 2050 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19636

[startup+102.317 s]
/proc/loadavg: 1.98 2.56 4.79 3/484 26955
/proc/meminfo: memFree=25111176/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=25016 CPUtime=102.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 3683 0 0 0 10230 1 0 0 25 0 1 0 883245899 25616384 3621 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 6254 3621 267 49 0 3395 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25016

[startup+162.3 s]
/proc/loadavg: 1.99 2.45 4.61 3/484 26957
/proc/meminfo: memFree=25085812/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=34304 CPUtime=162.3 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 5990 0 0 0 16227 3 0 0 25 0 1 0 883245899 35127296 5928 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298650 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 8576 5928 267 49 0 5717 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 34304

[startup+222.3 s]
/proc/loadavg: 1.99 2.37 4.44 3/484 26958
/proc/meminfo: memFree=25074096/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=41008 CPUtime=222.3 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 7638 0 0 0 22227 3 0 0 25 0 1 0 883245899 41992192 7576 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 10252 7576 267 49 0 7393 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 41008

[startup+282.3 s]
/proc/loadavg: 1.99 2.30 4.29 3/484 26960
/proc/meminfo: memFree=25048232/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=51136 CPUtime=282.3 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 10165 0 0 0 28225 5 0 0 25 0 1 0 883245899 52363264 10103 33554432000 4194304 4394578 140733200717984 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 12784 10103 267 49 0 9925 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 51136

[startup+342.3 s]
/proc/loadavg: 2.07 2.27 4.15 3/484 26961
/proc/meminfo: memFree=25027472/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=59560 CPUtime=342.3 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 12255 0 0 0 34223 7 0 0 25 0 1 0 883245899 60989440 12193 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 14890 12193 267 49 0 12031 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 59560

[startup+402.3 s]
/proc/loadavg: 2.05 2.23 4.02 3/484 26963
/proc/meminfo: memFree=25011280/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=66888 CPUtime=402.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 14088 0 0 0 40223 8 0 0 25 0 1 0 883245899 68493312 14026 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 16722 14026 267 49 0 13863 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 66888

[startup+462.3 s]
/proc/loadavg: 2.02 2.19 3.89 3/484 26965
/proc/meminfo: memFree=24987420/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=70720 CPUtime=462.3 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 15001 0 0 0 46222 8 0 0 25 0 1 0 883245899 72417280 14939 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 17680 14939 267 49 0 14821 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 70720

[startup+522.3 s]
/proc/loadavg: 2.13 2.18 3.78 3/484 26966
/proc/meminfo: memFree=24968760/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=79908 CPUtime=522.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 17276 0 0 0 52222 9 0 0 25 0 1 0 883245899 81825792 17214 33554432000 4194304 4394578 140733200717984 18446744073709551615 4291750 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 19977 17214 267 49 0 17118 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 79908

[startup+582.3 s]
/proc/loadavg: 2.10 2.16 3.67 3/484 26968
/proc/meminfo: memFree=24942168/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=87440 CPUtime=582.3 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 19170 0 0 0 58221 9 0 0 25 0 1 0 883245899 89538560 19108 33554432000 4194304 4394578 140733200717984 18446744073709551615 4293855 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 21860 19108 267 49 0 19001 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 87440

[startup+642.3 s]
/proc/loadavg: 2.04 2.13 3.56 3/484 26969
/proc/meminfo: memFree=24913584/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=94080 CPUtime=642.32 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 20805 0 0 0 64222 10 0 0 25 0 1 0 883245899 96337920 20743 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 23520 20743 267 49 0 20661 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 94080

[startup+702.3 s]
/proc/loadavg: 2.01 2.10 3.46 3/484 26971
/proc/meminfo: memFree=24894924/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=100136 CPUtime=702.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 22316 0 0 0 70220 11 0 0 25 0 1 0 883245899 102539264 22254 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 25034 22254 267 49 0 22175 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 100136

[startup+762.318 s]
/proc/loadavg: 2.00 2.08 3.37 3/484 26973
/proc/meminfo: memFree=24886684/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=106944 CPUtime=762.33 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 24012 0 0 0 76220 13 0 0 25 0 1 0 883245899 109510656 23950 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 26736 23950 267 49 0 23877 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 106944

[startup+822.3 s]
/proc/loadavg: 2.00 2.06 3.28 3/484 26974
/proc/meminfo: memFree=24878080/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=114812 CPUtime=822.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 25957 0 0 0 82217 14 0 0 25 0 1 0 883245899 117567488 25895 33554432000 4194304 4394578 140733200717984 18446744073709551615 4296944 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 28703 25895 267 49 0 25844 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 114812

[startup+882.3 s]
/proc/loadavg: 2.10 2.08 3.21 3/484 26976
/proc/meminfo: memFree=24874432/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=882.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26544 0 0 0 88217 14 0 0 25 0 1 0 883245899 120098816 26482 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26482 267 49 0 26462 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 117284

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

[startup+895.901 s]
/proc/loadavg: 2.07 2.08 3.19 3/484 26976
/proc/meminfo: memFree=24870456/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=895.91 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26550 0 0 0 89577 14 0 0 25 0 1 0 883245899 120098816 26488 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26488 267 49 0 26462 0
Current children cumulated CPU time (s) 895.91
Current children cumulated vsize (KiB) 117284

[startup+902.3 s]
/proc/loadavg: 2.07 2.07 3.18 3/484 26976
/proc/meminfo: memFree=24869960/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=902.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26550 0 0 0 90217 14 0 0 25 0 1 0 883245899 120098816 26488 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26488 267 49 0 26462 0
Current children cumulated CPU time (s) 902.31
Current children cumulated vsize (KiB) 117284

[startup+908.7 s]
/proc/loadavg: 2.14 2.09 3.18 3/484 26977
/proc/meminfo: memFree=24869092/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=908.71 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26550 0 0 0 90857 14 0 0 25 0 1 0 883245899 120098816 26488 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26488 267 49 0 26462 0
Current children cumulated CPU time (s) 908.71
Current children cumulated vsize (KiB) 117284

[startup+911.918 s]
/proc/loadavg: 2.13 2.09 3.17 3/484 26977
/proc/meminfo: memFree=24869584/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=911.93 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26551 0 0 0 91179 14 0 0 25 0 1 0 883245899 120098816 26489 33554432000 4194304 4394578 140733200717984 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26489 267 49 0 26462 0
Current children cumulated CPU time (s) 911.93
Current children cumulated vsize (KiB) 117284

[startup+912.701 s]
/proc/loadavg: 2.13 2.09 3.17 3/484 26977
/proc/meminfo: memFree=24869584/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=912.71 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26551 0 0 0 91257 14 0 0 25 0 1 0 883245899 120098816 26489 33554432000 4194304 4394578 140733200717984 18446744073709551615 260905061280 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26489 267 49 0 26462 0
Current children cumulated CPU time (s) 912.71
Current children cumulated vsize (KiB) 117284

[startup+913.1 s]
/proc/loadavg: 2.13 2.09 3.17 3/484 26977
/proc/meminfo: memFree=24869584/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=913.11 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26551 0 0 0 91297 14 0 0 25 0 1 0 883245899 120098816 26489 33554432000 4194304 4394578 140733200717984 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26489 267 49 0 26462 0
Current children cumulated CPU time (s) 913.11
Current children cumulated vsize (KiB) 117284

[startup+913.3 s]
/proc/loadavg: 2.13 2.09 3.17 3/484 26977
/proc/meminfo: memFree=24869584/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=117284 CPUtime=913.31 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) R 26949 26951 26861 0 -1 4202496 26551 0 0 0 91317 14 0 0 25 0 1 0 883245899 120098816 26489 33554432000 4194304 4394578 140733200717984 18446744073709551615 4285739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/26951/statm: 29321 26489 267 49 0 26462 0
Current children cumulated CPU time (s) 913.31
Current children cumulated vsize (KiB) 117284

[startup+913.4 s]
/proc/loadavg: 2.13 2.09 3.17 3/484 26977
/proc/meminfo: memFree=24869584/32950928 swapFree=61542356/67111528
[pid=26951] ppid=26949 vsize=0 CPUtime=913.42 cores=1,3,5,7
/proc/26951/stat : 26951 (SApperloT2010) S 26949 26951 26861 0 -1 4202500 26563 0 0 0 91327 15 0 0 25 0 1 0 883245899 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 6 18446744073709551615 0 0 17 1 0 0 0
/proc/26951/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 913.42
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 913.401
CPU time (s): 913.427
CPU user time (s): 913.273
CPU system time (s): 0.153976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 117284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 913.273
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26563
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= 11
involuntary context switches= 1855

runsolver used 4.15937 second user time and 9.8425 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-01 14:09:12
IDJOB=3439363
IDBENCH=84062
IDSOLVER=1933
FILE ID=node116/3439363-1306930152
RUNJOBID= node116-1306929548-26880
PBS_JOBID= 13488579
Free space on /tmp= 73724 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439363-1306930152/watcher-3439363-1306930152 -o /tmp/evaluation-result-3439363-1306930152/solver-3439363-1306930152 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439363-1306930152.cnf

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=2035236625

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25132700 kB
Buffers:        128908 kB
Cached:         157156 kB
SwapCached:      12568 kB
Active:        7430696 kB
Inactive:       127928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25132700 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:              52 kB
Writeback:           0 kB
AnonPages:     7270412 kB
Mapped:          22912 kB
Slab:           130328 kB
PageTables:      62740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139774924 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= 73724 MiB
End job on node116 at 2011-06-01 14:24:26