Trace number 3438583

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.1 5000.05

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

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

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


[startup+0 s]
/proc/loadavg: 7.47 7.95 7.97 3/493 31524
/proc/meminfo: memFree=29229668/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=18728 CPUtime=0.01 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 1513 0 0 0 1 0 0 0 25 0 1 0 804271904 19177472 1452 33554432000 4194304 4394578 140734267658368 18446744073709551615 210646807237 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 4682 1452 247 49 0 1823 0

[startup+0.062231 s]
/proc/loadavg: 7.47 7.95 7.97 3/493 31524
/proc/meminfo: memFree=29229668/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=24932 CPUtime=0.05 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 3038 0 0 0 5 0 0 0 25 0 1 0 804271904 25530368 2977 33554432000 4194304 4394578 140734267658368 18446744073709551615 210646807237 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 6233 2977 247 49 0 3374 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24932

[startup+0.101225 s]
/proc/loadavg: 7.47 7.95 7.97 3/493 31524
/proc/meminfo: memFree=29229668/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=30212 CPUtime=0.09 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 4374 0 0 0 9 0 0 0 25 0 1 0 804271904 30937088 4313 33554432000 4194304 4394578 140734267658368 18446744073709551615 210646807237 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 7553 4314 247 49 0 4694 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30212

[startup+0.301209 s]
/proc/loadavg: 7.47 7.95 7.97 3/493 31524
/proc/meminfo: memFree=29229668/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=40452 CPUtime=0.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 6951 0 0 0 27 2 0 0 25 0 1 0 804271904 41422848 6889 33554432000 4194304 4394578 140734267658368 18446744073709551615 210647170967 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 10113 6889 255 49 0 7254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40452

[startup+0.701138 s]
/proc/loadavg: 7.47 7.95 7.97 3/493 31524
/proc/meminfo: memFree=29229668/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=51876 CPUtime=0.69 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 10985 0 0 0 66 3 0 0 25 0 1 0 804271904 53121024 9729 33554432000 4194304 4394578 140734267658368 18446744073709551615 4309132 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 12969 9730 266 49 0 10110 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51876

[startup+2.30982 s]
/proc/loadavg: 7.47 7.95 7.97 3/499 31531
/proc/meminfo: memFree=29141976/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=71516 CPUtime=2.3 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 15894 0 0 0 226 4 0 0 25 0 1 0 804271904 73232384 14638 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 17879 14640 266 49 0 15020 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 71516

[startup+3.10471 s]
/proc/loadavg: 7.47 7.95 7.97 3/499 31531
/proc/meminfo: memFree=29141976/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=78676 CPUtime=3.09 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 17681 0 0 0 305 4 0 0 25 0 1 0 804271904 80564224 16425 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 19669 16432 266 49 0 16810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78676

[startup+6.3012 s]
/proc/loadavg: 7.04 7.85 7.94 3/499 31531
/proc/meminfo: memFree=29058536/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=100912 CPUtime=6.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 23191 0 0 0 624 5 0 0 25 0 1 0 804271904 103333888 21935 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 25228 21935 266 49 0 22369 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100912

[startup+12.7191 s]
/proc/loadavg: 6.63 7.75 7.91 3/499 31533
/proc/meminfo: memFree=28985844/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=135336 CPUtime=12.71 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 31585 0 0 0 1265 6 0 0 25 0 1 0 804271904 138584064 30329 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 33834 30329 266 49 0 30975 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 135336

[startup+25.501 s]
/proc/loadavg: 5.61 7.47 7.81 3/499 31533
/proc/meminfo: memFree=28884212/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=192668 CPUtime=25.49 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 45472 0 0 0 2540 9 0 0 25 0 1 0 804271904 197292032 44216 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 48167 44216 266 49 0 45308 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 192668

[startup+51.1007 s]
/proc/loadavg: 4.45 7.05 7.66 3/499 31533
/proc/meminfo: memFree=28842356/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=210288 CPUtime=51.1 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 49812 0 0 0 5100 10 0 0 25 0 1 0 804271904 215334912 48556 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 52572 48556 266 49 0 49713 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 210288

[startup+102.301 s]
/proc/loadavg: 3.14 6.28 7.37 3/499 31535
/proc/meminfo: memFree=28804524/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=229008 CPUtime=102.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 54220 0 0 0 10218 11 0 0 25 0 1 0 804271904 234504192 52964 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 57252 52964 266 49 0 54393 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 229008

[startup+162.319 s]
/proc/loadavg: 2.56 5.54 7.05 3/499 31535
/proc/meminfo: memFree=28741524/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=262320 CPUtime=162.3 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 61985 0 0 0 16218 12 0 0 25 0 1 0 804271904 268615680 60729 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 65580 60729 266 49 0 62721 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 262320

[startup+222.301 s]
/proc/loadavg: 2.20 4.90 6.73 3/499 31537
/proc/meminfo: memFree=28715960/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=276972 CPUtime=222.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 65473 0 0 0 22216 13 0 0 25 0 1 0 804271904 283619328 64217 33554432000 4194304 4394578 140734267658368 18446744073709551615 4346363 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 69243 64217 266 49 0 66384 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 276972

[startup+282.301 s]
/proc/loadavg: 2.07 4.37 6.43 3/499 31539
/proc/meminfo: memFree=28685076/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=294428 CPUtime=282.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 69221 0 0 0 28215 14 0 0 25 0 1 0 804271904 301494272 67965 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 73607 67965 266 49 0 70748 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 294428

[startup+342.301 s]
/proc/loadavg: 2.02 3.93 6.15 3/499 31541
/proc/meminfo: memFree=28666336/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=306916 CPUtime=342.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 71857 0 0 0 34215 14 0 0 25 0 1 0 804271904 314281984 70601 33554432000 4194304 4394578 140734267658368 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 76729 70601 266 49 0 73870 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 306916

[startup+402.301 s]
/proc/loadavg: 2.01 3.58 5.89 3/499 31543
/proc/meminfo: memFree=28646860/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=318680 CPUtime=402.3 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 74335 0 0 0 40215 15 0 0 25 0 1 0 804271904 326328320 73079 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 79670 73079 266 49 0 76811 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 318680

[startup+462.301 s]
/proc/loadavg: 2.00 3.29 5.64 3/499 31543
/proc/meminfo: memFree=28619948/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=330572 CPUtime=462.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 76941 0 0 0 46214 15 0 0 25 0 1 0 804271904 338505728 75685 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 82643 75685 266 49 0 79784 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 330572

[startup+522.3 s]
/proc/loadavg: 2.00 3.05 5.41 3/499 31545
/proc/meminfo: memFree=28603080/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=345204 CPUtime=522.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 80367 0 0 0 52213 16 0 0 25 0 1 0 804271904 353488896 79111 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 86301 79111 266 49 0 83442 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 345204

[startup+582.3 s]
/proc/loadavg: 2.00 2.86 5.19 3/499 31547
/proc/meminfo: memFree=28587452/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=350744 CPUtime=582.29 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 81442 0 0 0 58213 16 0 0 25 0 1 0 804271904 359161856 80186 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 87686 80186 266 49 0 84827 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 350744

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/499 31651
/proc/meminfo: memFree=28028008/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4002.33 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155324 0 0 0 400195 38 0 0 25 0 1 0 804271904 704491520 154068 33554432000 4194304 4394578 140734267658368 18446744073709551615 4291913 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154068 266 49 0 169136 0
Current children cumulated CPU time (s) 4002.33
Current children cumulated vsize (KiB) 687980

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/499 31651
/proc/meminfo: memFree=28027384/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4062.33 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155365 0 0 0 406195 38 0 0 25 0 1 0 804271904 704491520 154109 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154109 266 49 0 169136 0
Current children cumulated CPU time (s) 4062.33
Current children cumulated vsize (KiB) 687980

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/499 31653
/proc/meminfo: memFree=28027004/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4122.35 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155422 0 0 0 412197 38 0 0 25 0 1 0 804271904 704491520 154166 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154166 266 49 0 169136 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 687980

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/499 31655
/proc/meminfo: memFree=28026996/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4182.33 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155489 0 0 0 418195 38 0 0 25 0 1 0 804271904 704491520 154233 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154233 266 49 0 169136 0
Current children cumulated CPU time (s) 4182.33
Current children cumulated vsize (KiB) 687980

[startup+4242.32 s]
/proc/loadavg: 2.14 2.04 2.07 3/499 31657
/proc/meminfo: memFree=28026616/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4242.35 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155511 0 0 0 424197 38 0 0 25 0 1 0 804271904 704491520 154255 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154255 266 49 0 169136 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 687980

[startup+4302.3 s]
/proc/loadavg: 2.13 2.06 2.08 3/499 31659
/proc/meminfo: memFree=28025984/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4302.33 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155554 0 0 0 430195 38 0 0 25 0 1 0 804271904 704491520 154298 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154298 266 49 0 169136 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 687980

[startup+4362.3 s]
/proc/loadavg: 2.08 2.06 2.08 3/499 31659
/proc/meminfo: memFree=28025108/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4362.33 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155632 0 0 0 436195 38 0 0 25 0 1 0 804271904 704491520 154376 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154376 266 49 0 169136 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 687980

[startup+4422.3 s]
/proc/loadavg: 2.03 2.05 2.07 3/499 31661
/proc/meminfo: memFree=28022004/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4422.33 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155655 0 0 0 442195 38 0 0 25 0 1 0 804271904 704491520 154399 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154399 266 49 0 169136 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 687980

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/499 31663
/proc/meminfo: memFree=28014432/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4482.34 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155679 0 0 0 448195 39 0 0 25 0 1 0 804271904 704491520 154423 33554432000 4194304 4394578 140734267658368 18446744073709551615 4296370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154423 266 49 0 169136 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 687980

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/499 31665
/proc/meminfo: memFree=28014056/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4542.34 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155705 0 0 0 454195 39 0 0 25 0 1 0 804271904 704491520 154449 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154449 266 49 0 169136 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 687980

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/499 31667
/proc/meminfo: memFree=28012932/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4602.34 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155736 0 0 0 460195 39 0 0 25 0 1 0 804271904 704491520 154480 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154480 266 49 0 169136 0
Current children cumulated CPU time (s) 4602.34
Current children cumulated vsize (KiB) 687980

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/499 31667
/proc/meminfo: memFree=28011308/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4662.34 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155772 0 0 0 466195 39 0 0 25 0 1 0 804271904 704491520 154516 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154516 266 49 0 169136 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 687980

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/499 31669
/proc/meminfo: memFree=28012048/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4722.34 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155821 0 0 0 472195 39 0 0 25 0 1 0 804271904 704491520 154565 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154565 266 49 0 169136 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 687980

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/499 31671
/proc/meminfo: memFree=28011912/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=687980 CPUtime=4782.36 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155845 0 0 0 478197 39 0 0 25 0 1 0 804271904 704491520 154589 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 171995 154589 266 49 0 169136 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 687980

[startup+4842.3 s]
/proc/loadavg: 2.04 2.01 2.03 3/499 31673
/proc/meminfo: memFree=28009924/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=688620 CPUtime=4842.34 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 155998 0 0 0 484195 39 0 0 25 0 1 0 804271904 705146880 154742 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 172155 154742 266 49 0 169296 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 688620

[startup+4902.32 s]
/proc/loadavg: 2.11 2.04 2.04 3/499 31675
/proc/meminfo: memFree=28009288/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=689388 CPUtime=4902.36 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 156195 0 0 0 490197 39 0 0 25 0 1 0 804271904 705933312 154939 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 172347 154939 266 49 0 169488 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 689388

[startup+4962.3 s]
/proc/loadavg: 2.08 2.04 2.04 3/499 31675
/proc/meminfo: memFree=28008656/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=689644 CPUtime=4962.34 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 156280 0 0 0 496195 39 0 0 25 0 1 0 804271904 706195456 155024 33554432000 4194304 4394578 140734267658368 18446744073709551615 4338286 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 172411 155024 266 49 0 169552 0
Current children cumulated CPU time (s) 4962.34
Current children cumulated vsize (KiB) 689644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.04 2.04 2.03 3/499 31677
/proc/meminfo: memFree=28006912/32951132 swapFree=57925096/67111528
[pid=31524] ppid=31522 vsize=691500 CPUtime=5000.06 cores=0,2,4,6
/proc/31524/stat : 31524 (SApperloT2010) R 31522 31524 31492 0 -1 4202496 156625 0 0 0 499967 39 0 0 25 0 1 0 804271904 708096000 155369 33554432000 4194304 4394578 140734267658368 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/31524/statm: 172875 155369 266 49 0 170016 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 691500

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): 5000.05
CPU time (s): 5000.1
CPU user time (s): 4999.67
CPU system time (s): 0.422935
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 691500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.67
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156625
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 6201

runsolver used 26.8559 second user time and 57.3243 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-01 13:12:03
IDJOB=3438583
IDBENCH=71603
IDSOLVER=1933
FILE ID=node129/3438583-1306926723
RUNJOBID= node129-1306926723-31510
PBS_JOBID= 13488566
Free space on /tmp= 73744 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438583-1306926723/watcher-3438583-1306926723 -o /tmp/evaluation-result-3438583-1306926723/solver-3438583-1306926723 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438583-1306926723.cnf

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=2146755939

node129.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.831
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.66
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      29230072 kB
Buffers:        273468 kB
Cached:        2011888 kB
SwapCached:      49316 kB
Active:         213916 kB
Inactive:      3221748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29230072 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:            8164 kB
Writeback:           8 kB
AnonPages:     1111612 kB
Mapped:          14432 kB
Slab:           154124 kB
PageTables:      59036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147299180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73744 MiB
End job on node129 at 2011-06-01 14:35:25