Trace number 3259627

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-03-04? (TO) 1300.07 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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

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-3259627-1303504223/watcher-3259627-1303504223 -o /tmp/evaluation-result-3259627-1303504223/solver-3259627-1303504223 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259627-1303504223.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.74 3.89 3.02 2/179 30722
/proc/meminfo: memFree=26652128/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=17280 CPUtime=0 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 1123 0 0 0 0 0 0 0 21 0 1 0 540652992 17694720 1062 33554432000 4194304 4395502 140734835396608 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 4320 1062 249 50 0 1460 0

[startup+0.0846581 s]
/proc/loadavg: 3.74 3.89 3.02 2/179 30722
/proc/meminfo: memFree=26652128/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=28500 CPUtime=0.08 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 3861 0 0 0 8 0 0 0 21 0 1 0 540652992 29184000 3800 33554432000 4194304 4395502 140734835396608 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 7125 3802 250 50 0 4265 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28500

[startup+0.100655 s]
/proc/loadavg: 3.74 3.89 3.02 2/179 30722
/proc/meminfo: memFree=26652128/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=30480 CPUtime=0.09 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 4356 0 0 0 9 0 0 0 21 0 1 0 540652992 31211520 4295 33554432000 4194304 4395502 140734835396608 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 7620 4296 250 50 0 4760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30480

[startup+0.300618 s]
/proc/loadavg: 3.74 3.89 3.02 2/179 30722
/proc/meminfo: memFree=26652128/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=40808 CPUtime=0.29 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 6970 0 0 0 28 1 0 0 22 0 1 0 540652992 41787392 6908 33554432000 4194304 4395502 140734835396608 18446744073709551615 260905418647 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 10202 6908 256 50 0 7342 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40808

[startup+0.700545 s]
/proc/loadavg: 3.74 3.89 3.02 2/179 30722
/proc/meminfo: memFree=26652128/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=51704 CPUtime=0.69 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 10883 0 0 0 67 2 0 0 23 0 1 0 540652992 52944896 9627 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 12926 9628 267 50 0 10066 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51704

[startup+1.50052 s]
/proc/loadavg: 3.74 3.89 3.02 3/180 30723
/proc/meminfo: memFree=26608356/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=62576 CPUtime=1.49 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 13593 0 0 0 147 2 0 0 25 0 1 0 540652992 64077824 12337 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 15644 12337 267 50 0 12784 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62576

[startup+3.10122 s]
/proc/loadavg: 3.60 3.86 3.01 3/180 30723
/proc/meminfo: memFree=26595344/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=77148 CPUtime=3.09 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 17219 0 0 0 307 2 0 0 25 0 1 0 540652992 78999552 15963 33554432000 4194304 4395502 140734835396608 18446744073709551615 4292793 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 19287 15963 267 50 0 16427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77148

[startup+6.30063 s]
/proc/loadavg: 3.60 3.86 3.01 4/185 30733
/proc/meminfo: memFree=26553196/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=97812 CPUtime=6.29 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 22332 0 0 0 626 3 0 0 25 0 1 0 540652992 100159488 21076 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 24453 21076 267 50 0 21593 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97812

[startup+12.7004 s]
/proc/loadavg: 3.58 3.85 3.02 5/190 30744
/proc/meminfo: memFree=26405528/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=131032 CPUtime=12.69 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 30453 0 0 0 1265 4 0 0 25 0 1 0 540652992 134176768 29197 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 32758 29198 267 50 0 29898 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131032

[startup+25.5011 s]
/proc/loadavg: 3.65 3.85 3.03 5/190 30744
/proc/meminfo: memFree=26276328/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=186764 CPUtime=25.49 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 43923 0 0 0 2543 6 0 0 25 0 1 0 540652992 191246336 42667 33554432000 4194304 4395502 140734835396608 18446744073709551615 4347393 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 46691 42667 267 50 0 43831 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 186764

[startup+51.1004 s]
/proc/loadavg: 3.77 3.86 3.05 5/190 30745
/proc/meminfo: memFree=26145664/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=210448 CPUtime=51.09 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 49756 0 0 0 5101 8 0 0 25 0 1 0 540652992 215498752 48500 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299156 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 52612 48500 267 50 0 49752 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 210448

[startup+102.307 s]
/proc/loadavg: 3.95 3.90 3.11 5/190 30746
/proc/meminfo: memFree=25960148/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=229364 CPUtime=102.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 54215 0 0 0 10221 9 0 0 25 0 1 0 540652992 234868736 52959 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 57341 52959 267 50 0 54481 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 229364

[startup+162.301 s]
/proc/loadavg: 3.98 3.91 3.16 5/190 30748
/proc/meminfo: memFree=25676996/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=258660 CPUtime=162.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 61115 0 0 0 16219 11 0 0 25 0 1 0 540652992 264867840 59859 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 64665 59859 267 50 0 61805 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 258660

[startup+222.301 s]
/proc/loadavg: 3.99 3.93 3.21 5/190 30749
/proc/meminfo: memFree=25569444/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=272460 CPUtime=222.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 64524 0 0 0 22218 12 0 0 25 0 1 0 540652992 278999040 63268 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 68115 63268 267 50 0 65255 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 272460

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.26 5/190 30751
/proc/meminfo: memFree=25299568/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=285752 CPUtime=282.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 67302 0 0 0 28217 13 0 0 25 0 1 0 540652992 292610048 66046 33554432000 4194304 4395502 140734835396608 18446744073709551615 4347411 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 71438 66046 267 50 0 68578 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 285752

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.30 5/190 30752
/proc/meminfo: memFree=25079036/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=304228 CPUtime=342.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 71250 0 0 0 34216 14 0 0 25 0 1 0 540652992 311529472 69994 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 76057 69994 267 50 0 73197 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 304228

[startup+402.301 s]
/proc/loadavg: 3.99 3.95 3.34 5/190 30754
/proc/meminfo: memFree=24899048/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=312904 CPUtime=402.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 73142 0 0 0 40216 14 0 0 25 0 1 0 540652992 320413696 71886 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 78226 71886 267 50 0 75366 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 312904

[startup+462.301 s]
/proc/loadavg: 3.99 3.96 3.38 5/190 30756
/proc/meminfo: memFree=24868352/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=326668 CPUtime=462.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 75889 0 0 0 46216 14 0 0 25 0 1 0 540652992 334508032 74633 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 81667 74633 267 50 0 78807 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 326668

[startup+522.301 s]
/proc/loadavg: 4.06 3.98 3.42 5/190 30760
/proc/meminfo: memFree=24671000/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=341240 CPUtime=522.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 79515 0 0 0 52215 15 0 0 25 0 1 0 540652992 349429760 78259 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 85310 78259 267 50 0 82450 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 341240

[startup+582.301 s]
/proc/loadavg: 4.02 3.98 3.46 5/190 30762
/proc/meminfo: memFree=24453604/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=345624 CPUtime=582.3 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 80371 0 0 0 58214 16 0 0 25 0 1 0 540652992 353918976 79115 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 86406 79115 267 50 0 83546 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 345624

[startup+642.3 s]
/proc/loadavg: 4.01 3.98 3.49 5/190 30763
/proc/meminfo: memFree=24241380/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=351224 CPUtime=642.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 81471 0 0 0 64215 17 0 0 25 0 1 0 540652992 359653376 80215 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 87806 80215 267 50 0 84946 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 351224

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.52 5/190 30765
/proc/meminfo: memFree=24114964/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=357948 CPUtime=702.31 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 82845 0 0 0 70214 17 0 0 25 0 1 0 540652992 366538752 81589 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 89487 81589 267 50 0 86627 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 357948

[startup+762.307 s]
/proc/loadavg: 4.00 3.98 3.54 5/190 30767
/proc/meminfo: memFree=23907944/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=368792 CPUtime=762.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 85207 0 0 0 76214 18 0 0 25 0 1 0 540652992 377643008 83951 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 92198 83951 267 50 0 89338 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 368792

[startup+822.3 s]
/proc/loadavg: 4.00 3.98 3.57 5/190 30768
/proc/meminfo: memFree=23765556/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=385212 CPUtime=822.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 88683 0 0 0 82213 19 0 0 25 0 1 0 540652992 394457088 87427 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 96303 87427 267 50 0 93443 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 385212

[startup+882.3 s]
/proc/loadavg: 4.00 3.98 3.59 5/190 30770
/proc/meminfo: memFree=23596888/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=394016 CPUtime=882.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 90556 0 0 0 88213 19 0 0 25 0 1 0 540652992 403472384 89300 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 98504 89300 267 50 0 95644 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 394016

[startup+942.3 s]
/proc/loadavg: 4.00 3.98 3.62 5/190 30771
/proc/meminfo: memFree=23542668/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=411492 CPUtime=942.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 94471 0 0 0 94212 20 0 0 25 0 1 0 540652992 421367808 93215 33554432000 4194304 4395502 140734835396608 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 102873 93215 267 50 0 100013 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 411492

[startup+1002.3 s]
/proc/loadavg: 4.05 4.00 3.64 5/190 30773
/proc/meminfo: memFree=23523904/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=418404 CPUtime=1002.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 95927 0 0 0 100211 21 0 0 25 0 1 0 540652992 428445696 94671 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 104601 94671 267 50 0 101741 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 418404

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.66 5/190 30775
/proc/meminfo: memFree=23511940/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=420260 CPUtime=1062.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 96405 0 0 0 106211 21 0 0 25 0 1 0 540652992 430346240 95149 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 105065 95149 267 50 0 102205 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 420260

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/190 30776
/proc/meminfo: memFree=23391624/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=426276 CPUtime=1122.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 97727 0 0 0 112211 21 0 0 25 0 1 0 540652992 436506624 96471 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 106569 96471 267 50 0 103709 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 426276

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.70 5/190 30778
/proc/meminfo: memFree=23253436/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=433512 CPUtime=1182.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 99171 0 0 0 118210 22 0 0 25 0 1 0 540652992 443916288 97915 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 108378 97915 267 50 0 105518 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 433512

[startup+1242.3 s]
/proc/loadavg: 4.13 4.03 3.73 5/190 30779
/proc/meminfo: memFree=23111160/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=438504 CPUtime=1242.32 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 100145 0 0 0 124210 22 0 0 25 0 1 0 540652992 449028096 98889 33554432000 4194304 4395502 140734835396608 18446744073709551615 4324322 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 109626 98889 267 50 0 106766 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 438504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 3.74 4/185 30799
/proc/meminfo: memFree=23149688/32950928 swapFree=67071984/67111528
[pid=30722] ppid=30720 vsize=445672 CPUtime=1300.04 cores=0,2
/proc/30722/stat : 30722 (SApperloT2010) R 30720 30722 30535 0 -1 4202496 101629 0 0 0 129981 23 0 0 25 0 1 0 540652992 456368128 100373 33554432000 4194304 4395502 140734835396608 18446744073709551615 4299809 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30722/statm: 111418 100373 267 50 0 108558 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 445672

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.82
CPU system time (s): 0.249962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 445672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.249962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2900

runsolver used 2.09068 second user time and 5.01324 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-22 22:30:23
IDJOB=3259627
IDBENCH=71603
IDSOLVER=1655
FILE ID=node116/3259627-1303504223
RUNJOBID= node116-1303502915-30553
PBS_JOBID= 13134221
Free space on /tmp= 72468 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259627-1303504223/watcher-3259627-1303504223 -o /tmp/evaluation-result-3259627-1303504223/solver-3259627-1303504223 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3259627-1303504223.cnf

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=87769983

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:      26652408 kB
Buffers:       1385880 kB
Cached:        4450156 kB
SwapCached:       9728 kB
Active:        2437920 kB
Inactive:      3455136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26652408 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            5256 kB
Writeback:           8 kB
AnonPages:       50852 kB
Mapped:          14300 kB
Slab:           342160 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   230616 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= 72464 MiB
End job on node116 at 2011-04-22 22:52:05