Trace number 3438348

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.15 4999.95

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2027.29
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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-3438348-1306884536/watcher-3438348-1306884536 -o /tmp/evaluation-result-3438348-1306884536/solver-3438348-1306884536 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438348-1306884536.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: 0.00 0.00 0.00 2/481 25795
/proc/meminfo: memFree=6055752/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=15760 CPUtime=0.01 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 1113 0 0 0 1 0 0 0 21 0 1 0 800053286 16138240 1052 33554432000 4194304 4394578 140736947442688 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 3940 1052 247 49 0 1081 0

[startup+0.0449021 s]
/proc/loadavg: 0.00 0.00 0.00 2/481 25795
/proc/meminfo: memFree=6055752/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=19496 CPUtime=0.04 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 2047 0 0 0 4 0 0 0 21 0 1 0 800053286 19963904 1986 33554432000 4194304 4394578 140736947442688 18446744073709551615 208080232192 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 4874 1986 247 49 0 2015 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19496

[startup+0.100895 s]
/proc/loadavg: 0.00 0.00 0.00 2/481 25795
/proc/meminfo: memFree=6055752/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=29232 CPUtime=0.09 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 4186 0 0 0 9 0 0 0 21 0 1 0 800053286 29933568 3935 33554432000 4194304 4394578 140736947442688 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 7308 3940 254 49 0 4449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29232

[startup+0.300915 s]
/proc/loadavg: 0.00 0.00 0.00 2/481 25795
/proc/meminfo: memFree=6055752/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=29232 CPUtime=0.29 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 4337 0 0 0 29 0 0 0 22 0 1 0 800053286 29933568 4086 33554432000 4194304 4394578 140736947442688 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 7308 4086 256 49 0 4449 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29232

[startup+0.700836 s]
/proc/loadavg: 0.00 0.00 0.00 2/481 25795
/proc/meminfo: memFree=6055752/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=29664 CPUtime=0.69 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 4687 0 0 0 68 1 0 0 24 0 1 0 800053286 30375936 3960 33554432000 4194304 4394578 140736947442688 18446744073709551615 4253920 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 7416 3960 256 49 0 4557 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29664

[startup+1.50069 s]
/proc/loadavg: 0.00 0.00 0.00 3/482 25796
/proc/meminfo: memFree=6034796/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=36448 CPUtime=1.49 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 6588 0 0 0 147 2 0 0 25 0 1 0 800053286 37322752 5861 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 9112 5861 267 49 0 6253 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36448

[startup+3.10039 s]
/proc/loadavg: 0.16 0.03 0.01 3/482 25796
/proc/meminfo: memFree=6027728/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=42308 CPUtime=3.09 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 7907 0 0 0 306 3 0 0 25 0 1 0 800053286 43323392 7180 33554432000 4194304 4394578 140736947442688 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 10577 7180 267 49 0 7718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42308

[startup+6.30071 s]
/proc/loadavg: 0.16 0.03 0.01 3/482 25796
/proc/meminfo: memFree=6024196/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=44992 CPUtime=6.29 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 8498 0 0 0 626 3 0 0 25 0 1 0 800053286 46071808 7771 33554432000 4194304 4394578 140736947442688 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 11248 7771 267 49 0 8389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44992

[startup+12.7005 s]
/proc/loadavg: 0.44 0.10 0.03 3/482 25797
/proc/meminfo: memFree=6018568/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=50020 CPUtime=12.69 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 9618 0 0 0 1266 3 0 0 25 0 1 0 800053286 51220480 8891 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 12505 8891 267 49 0 9646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50020

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.05 3/482 25797
/proc/meminfo: memFree=6008724/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=60640 CPUtime=25.5 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 12090 0 0 0 2546 4 0 0 25 0 1 0 800053286 62095360 11363 33554432000 4194304 4394578 140736947442688 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 15160 11363 267 49 0 12301 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 60640

[startup+51.1002 s]
/proc/loadavg: 1.29 0.34 0.11 5/482 25825
/proc/meminfo: memFree=5970096/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=72716 CPUtime=51.09 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 14746 0 0 0 5105 4 0 0 25 0 1 0 800053286 74461184 14019 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 18179 14019 267 49 0 15320 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72716

[startup+102.318 s]
/proc/loadavg: 1.71 0.62 0.22 5/482 25826
/proc/meminfo: memFree=5924512/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=83884 CPUtime=102.31 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 17383 0 0 0 10226 5 0 0 25 0 1 0 800053286 85897216 16656 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 20971 16656 267 49 0 18112 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 83884

[startup+162.301 s]
/proc/loadavg: 1.89 0.86 0.33 4/482 25828
/proc/meminfo: memFree=5888656/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=105316 CPUtime=162.3 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 22375 0 0 0 16224 6 0 0 25 0 1 0 800053286 107843584 21648 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 26329 21648 267 49 0 23470 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105316

[startup+222.3 s]
/proc/loadavg: 1.96 1.07 0.43 5/482 25829
/proc/meminfo: memFree=5853404/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=127580 CPUtime=222.29 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 27410 0 0 0 22222 7 0 0 25 0 1 0 800053286 130641920 26683 33554432000 4194304 4394578 140736947442688 18446744073709551615 4315303 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 31895 26683 267 49 0 29036 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 127580

[startup+282.301 s]
/proc/loadavg: 1.98 1.24 0.52 5/482 25831
/proc/meminfo: memFree=5821248/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=153000 CPUtime=282.3 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 33580 0 0 0 28221 9 0 0 25 0 1 0 800053286 156672000 32853 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 38250 32853 267 49 0 35391 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 153000

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 5/482 25832
/proc/meminfo: memFree=5797768/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=169232 CPUtime=342.3 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 37540 0 0 0 34220 10 0 0 25 0 1 0 800053286 173293568 36813 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 42308 36813 267 49 0 39449 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 169232

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 0.70 5/482 25834
/proc/meminfo: memFree=5775424/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=176392 CPUtime=402.31 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 39217 0 0 0 40220 11 0 0 25 0 1 0 800053286 180625408 38490 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 44098 38490 267 49 0 41239 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 176392

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.78 5/482 25836
/proc/meminfo: memFree=5749864/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=190292 CPUtime=462.31 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 42428 0 0 0 46219 12 0 0 25 0 1 0 800053286 194859008 41701 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 47573 41701 267 49 0 44714 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 190292

[startup+522.3 s]
/proc/loadavg: 2.10 1.68 0.86 5/482 25837
/proc/meminfo: memFree=5746112/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=193764 CPUtime=522.31 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 43176 0 0 0 52219 12 0 0 25 0 1 0 800053286 198414336 42449 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 48441 42449 267 49 0 45582 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 193764

[startup+582.301 s]
/proc/loadavg: 2.13 1.77 0.94 5/482 25839
/proc/meminfo: memFree=5720028/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=217396 CPUtime=582.32 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 48996 0 0 0 58219 13 0 0 25 0 1 0 800053286 222613504 48269 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 54349 48269 267 49 0 51490 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 217396

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.96 5/482 25944
/proc/meminfo: memFree=5106144/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=709880 CPUtime=4062.47 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 169675 0 0 0 406188 59 0 0 25 0 1 0 800053286 726917120 168948 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 177470 168948 267 49 0 174611 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 709880

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.96 5/482 25945
/proc/meminfo: memFree=5087016/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=727268 CPUtime=4122.45 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 174008 0 0 0 412186 59 0 0 25 0 1 0 800053286 744722432 173281 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 181817 173281 267 49 0 178958 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 727268

[startup+4182.3 s]
/proc/loadavg: 2.04 2.02 1.97 4/482 25947
/proc/meminfo: memFree=5075072/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=737060 CPUtime=4182.45 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 176457 0 0 0 418185 60 0 0 25 0 1 0 800053286 754749440 175730 33554432000 4194304 4394578 140736947442688 18446744073709551615 4287512 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 184265 175730 267 49 0 181406 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 737060

[startup+4242.3 s]
/proc/loadavg: 2.05 2.03 1.97 5/482 25948
/proc/meminfo: memFree=5062392/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=746740 CPUtime=4242.46 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 178860 0 0 0 424185 61 0 0 25 0 1 0 800053286 764661760 178133 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 186685 178133 267 49 0 183826 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 746740

[startup+4302.3 s]
/proc/loadavg: 2.09 2.05 1.98 5/482 25950
/proc/meminfo: memFree=5057028/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=746740 CPUtime=4302.46 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 178881 0 0 0 430185 61 0 0 25 0 1 0 800053286 764661760 178154 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 186685 178154 267 49 0 183826 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 746740

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 1.98 5/482 25952
/proc/meminfo: memFree=5055628/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=746996 CPUtime=4362.46 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 178947 0 0 0 436185 61 0 0 25 0 1 0 800053286 764923904 178220 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 186749 178220 267 49 0 183890 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 746996

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 1.98 5/482 25953
/proc/meminfo: memFree=5056084/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=746996 CPUtime=4422.46 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 179056 0 0 0 442185 61 0 0 25 0 1 0 800053286 764923904 178329 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 186749 178329 267 49 0 183890 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 746996

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 1.98 5/482 25955
/proc/meminfo: memFree=5054804/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=748792 CPUtime=4482.47 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 179350 0 0 0 448186 61 0 0 25 0 1 0 800053286 766763008 178623 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 187198 178623 267 49 0 184339 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 748792

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 1.98 5/482 25956
/proc/meminfo: memFree=5053404/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=749944 CPUtime=4542.47 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 179602 0 0 0 454186 61 0 0 25 0 1 0 800053286 767942656 178875 33554432000 4194304 4394578 140736947442688 18446744073709551615 4294950 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 187486 178875 267 49 0 184627 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 749944

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.98 5/482 25958
/proc/meminfo: memFree=5050876/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=751608 CPUtime=4602.48 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 179940 0 0 0 460187 61 0 0 25 0 1 0 800053286 769646592 179213 33554432000 4194304 4394578 140736947442688 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 187902 179213 267 49 0 185043 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 751608

[startup+4662.3 s]
/proc/loadavg: 2.06 2.02 1.99 5/482 25960
/proc/meminfo: memFree=5047004/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=752376 CPUtime=4662.47 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 180057 0 0 0 466186 61 0 0 25 0 1 0 800053286 770433024 179330 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 188094 179330 267 49 0 185235 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 752376

[startup+4722.32 s]
/proc/loadavg: 2.08 2.03 2.00 4/482 25961
/proc/meminfo: memFree=5047224/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=752376 CPUtime=4722.49 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 180080 0 0 0 472188 61 0 0 25 0 1 0 800053286 770433024 179353 33554432000 4194304 4394578 140736947442688 18446744073709551615 4315327 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 188094 179353 267 49 0 185235 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 752376

[startup+4782.3 s]
/proc/loadavg: 2.08 2.04 2.00 5/482 25963
/proc/meminfo: memFree=5045944/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=753916 CPUtime=4782.48 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 180342 0 0 0 478187 61 0 0 25 0 1 0 800053286 772009984 179615 33554432000 4194304 4394578 140736947442688 18446744073709551615 208079881420 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 188479 179615 267 49 0 185620 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 753916

[startup+4842.3 s]
/proc/loadavg: 2.08 2.04 2.00 5/482 25964
/proc/meminfo: memFree=5042184/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=756796 CPUtime=4842.48 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 181085 0 0 0 484187 61 0 0 25 0 1 0 800053286 774959104 180358 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 189199 180358 267 49 0 186340 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 756796

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.00 5/482 25966
/proc/meminfo: memFree=5024148/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=774140 CPUtime=4902.48 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 185443 0 0 0 490186 62 0 0 25 0 1 0 800053286 792719360 184716 33554432000 4194304 4394578 140736947442688 18446744073709551615 4327706 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 193535 184716 267 49 0 190676 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 774140

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 2.00 5/482 25968
/proc/meminfo: memFree=5002660/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=793412 CPUtime=4962.48 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 190232 0 0 0 496183 65 0 0 25 0 1 0 800053286 812453888 189505 33554432000 4194304 4394578 140736947442688 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 198353 189505 267 49 0 195494 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 793412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 25969
/proc/meminfo: memFree=4995448/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=800504 CPUtime=5000.1 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 192014 0 0 0 499945 65 0 0 25 0 1 0 800053286 819716096 191287 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 200126 191287 267 49 0 197267 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 800504

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 25969
/proc/meminfo: memFree=4995448/32950928 swapFree=43212416/67111528
[pid=25795] ppid=25793 vsize=800504 CPUtime=5000.1 cores=1,3,5,7
/proc/25795/stat : 25795 (SApperloT2010) R 25793 25795 25757 0 -1 4202496 192014 0 0 0 499945 65 0 0 25 0 1 0 800053286 819716096 191287 33554432000 4194304 4394578 140736947442688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/25795/statm: 200126 191287 267 49 0 197267 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 800504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.15
CPU user time (s): 4999.45
CPU system time (s): 0.693894
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 800504

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

runsolver used 21.9287 second user time and 55.4156 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-01 01:28:56
IDJOB=3438348
IDBENCH=71139
IDSOLVER=1933
FILE ID=node127/3438348-1306884536
RUNJOBID= node127-1306884535-25776
PBS_JOBID= 13488449
Free space on /tmp= 56884 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438348-1306884536/watcher-3438348-1306884536 -o /tmp/evaluation-result-3438348-1306884536/solver-3438348-1306884536 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438348-1306884536.cnf

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=1458814305

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:       6056156 kB
Buffers:        293976 kB
Cached:       18284708 kB
SwapCached:      26796 kB
Active:       10337460 kB
Inactive:     15829508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6056156 kB
SwapTotal:    67111528 kB
SwapFree:     43212416 kB
Dirty:            6636 kB
Writeback:           0 kB
AnonPages:     7568292 kB
Mapped:          22016 kB
Slab:           563204 kB
PageTables:      95316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119763772 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= 56884 MiB
End job on node127 at 2011-06-01 02:52:18