Trace number 3258615

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.04 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3258615-1303502916/watcher-3258615-1303502916 -o /tmp/evaluation-result-3258615-1303502916/solver-3258615-1303502916 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3258615-1303502916.cnf 

running on 2 cores: 1,3

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: 0.00 0.00 0.18 3/184 21324
/proc/meminfo: memFree=21883444/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=3508 CPUtime=0 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4194304 83 0 0 0 0 0 0 0 21 0 1 0 461891409 3592192 36 33554432000 4194304 4395502 140734092354592 18446744073709551615 237273955975 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21324/statm: 890 42 33 50 0 44 0

[startup+0.103083 s]
/proc/loadavg: 0.00 0.00 0.18 3/184 21324
/proc/meminfo: memFree=21883444/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=22664 CPUtime=0.08 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 2822 0 0 0 8 0 0 0 21 0 1 0 461891409 23207936 2760 33554432000 4194304 4395502 140734092354592 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 5666 2760 256 50 0 2806 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22664

[startup+0.201063 s]
/proc/loadavg: 0.00 0.00 0.18 3/184 21324
/proc/meminfo: memFree=21883444/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=26824 CPUtime=0.18 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 4337 0 0 0 17 1 0 0 21 0 1 0 461891409 27467776 3837 33554432000 4194304 4395502 140734092354592 18446744073709551615 4297201 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 6706 3838 267 50 0 3846 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 26824

[startup+0.301044 s]
/proc/loadavg: 0.00 0.00 0.18 3/184 21324
/proc/meminfo: memFree=21883444/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=28420 CPUtime=0.28 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 4736 0 0 0 27 1 0 0 22 0 1 0 461891409 29102080 4236 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 7105 4236 267 50 0 4245 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28420

[startup+0.700975 s]
/proc/loadavg: 0.00 0.00 0.18 3/184 21324
/proc/meminfo: memFree=21883444/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=33252 CPUtime=0.68 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 5919 0 0 0 66 2 0 0 23 0 1 0 461891409 34050048 5419 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 8313 5419 267 50 0 5453 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 33252

[startup+1.50083 s]
/proc/loadavg: 0.00 0.00 0.18 5/190 21335
/proc/meminfo: memFree=21812988/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=38908 CPUtime=1.48 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 7312 0 0 0 146 2 0 0 25 0 1 0 461891409 39841792 6812 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 9727 6812 267 50 0 6867 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38908

[startup+3.10055 s]
/proc/loadavg: 0.00 0.00 0.18 5/190 21335
/proc/meminfo: memFree=21775416/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=49008 CPUtime=3.08 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 9753 0 0 0 306 2 0 0 25 0 1 0 461891409 50184192 9253 33554432000 4194304 4395502 140734092354592 18446744073709551615 4315657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 12252 9253 267 50 0 9392 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 49008

[startup+6.30098 s]
/proc/loadavg: 0.32 0.07 0.20 5/190 21335
/proc/meminfo: memFree=21726912/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=61084 CPUtime=6.28 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 12733 0 0 0 625 3 0 0 25 0 1 0 461891409 62550016 12233 33554432000 4194304 4395502 140734092354592 18446744073709551615 4316950 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 15271 12233 267 50 0 12411 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61084

[startup+12.7008 s]
/proc/loadavg: 0.61 0.13 0.22 5/190 21335
/proc/meminfo: memFree=21671524/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=65688 CPUtime=12.68 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 13745 0 0 0 1265 3 0 0 25 0 1 0 461891409 67264512 13245 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 16422 13245 267 50 0 13562 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65688

[startup+25.5006 s]
/proc/loadavg: 1.44 0.34 0.29 5/190 21336
/proc/meminfo: memFree=21596464/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=76408 CPUtime=25.48 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 16139 0 0 0 2544 4 0 0 25 0 1 0 461891409 78241792 15639 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299237 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 19102 15639 267 50 0 16242 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76408

[startup+51.101 s]
/proc/loadavg: 2.31 0.63 0.38 5/190 21337
/proc/meminfo: memFree=21537132/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=91376 CPUtime=51.08 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 19409 0 0 0 5103 5 0 0 25 0 1 0 461891409 93569024 18909 33554432000 4194304 4395502 140734092354592 18446744073709551615 4328557 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 22844 18909 267 50 0 19984 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 91376

[startup+102.301 s]
/proc/loadavg: 3.27 1.15 0.57 5/190 21338
/proc/meminfo: memFree=21465080/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=107680 CPUtime=102.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 22857 0 0 0 10222 7 0 0 25 0 1 0 461891409 110264320 22357 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 26920 22357 267 50 0 24060 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 107680

[startup+162.3 s]
/proc/loadavg: 3.73 1.66 0.78 5/190 21339
/proc/meminfo: memFree=21414472/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=125492 CPUtime=162.28 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 26678 0 0 0 16220 8 0 0 25 0 1 0 461891409 128503808 26178 33554432000 4194304 4395502 140734092354592 18446744073709551615 4297239 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 31373 26178 267 50 0 28513 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 125492

[startup+222.307 s]
/proc/loadavg: 3.90 2.09 0.98 5/190 21341
/proc/meminfo: memFree=21360892/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=137272 CPUtime=222.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 29109 0 0 0 22220 9 0 0 25 0 1 0 461891409 140566528 28609 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 34318 28609 267 50 0 31458 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 137272

[startup+282.301 s]
/proc/loadavg: 4.02 2.45 1.17 5/190 21343
/proc/meminfo: memFree=21309916/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=147356 CPUtime=282.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 31210 0 0 0 28219 10 0 0 25 0 1 0 461891409 150892544 30710 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 36839 30710 267 50 0 33979 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 147356

[startup+342.301 s]
/proc/loadavg: 4.00 2.73 1.35 5/190 21344
/proc/meminfo: memFree=21273200/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=156572 CPUtime=342.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 33137 0 0 0 34218 11 0 0 25 0 1 0 461891409 160329728 32637 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 39143 32637 267 50 0 36283 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 156572

[startup+402.3 s]
/proc/loadavg: 4.00 2.96 1.51 5/190 21346
/proc/meminfo: memFree=21229792/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=168552 CPUtime=402.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 35787 0 0 0 40218 11 0 0 25 0 1 0 461891409 172597248 35287 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 42138 35287 267 50 0 39278 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 168552

[startup+462.301 s]
/proc/loadavg: 4.00 3.14 1.66 5/190 21347
/proc/meminfo: memFree=21206468/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=171340 CPUtime=462.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 36388 0 0 0 46217 12 0 0 25 0 1 0 461891409 175452160 35888 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 42835 35888 267 50 0 39975 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 171340

[startup+522.301 s]
/proc/loadavg: 4.05 3.31 1.81 5/190 21349
/proc/meminfo: memFree=21186368/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=176524 CPUtime=522.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 37459 0 0 0 52217 12 0 0 25 0 1 0 461891409 180760576 36959 33554432000 4194304 4395502 140734092354592 18446744073709551615 4347457 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 44131 36959 267 50 0 41271 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 176524

[startup+582.3 s]
/proc/loadavg: 4.02 3.43 1.94 5/190 21351
/proc/meminfo: memFree=21174572/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=181516 CPUtime=582.3 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 38467 0 0 0 58217 13 0 0 25 0 1 0 461891409 185872384 37967 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 45379 37967 267 50 0 42519 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 181516

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 2.07 5/190 21352
/proc/meminfo: memFree=21155328/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=188196 CPUtime=642.29 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 39926 0 0 0 64216 13 0 0 25 0 1 0 461891409 192712704 39426 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 47049 39426 267 50 0 44189 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 188196

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.19 5/190 21354
/proc/meminfo: memFree=21128528/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=190104 CPUtime=702.3 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 40358 0 0 0 70216 14 0 0 25 0 1 0 461891409 194666496 39858 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 47526 39858 267 50 0 44666 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 190104

[startup+762.3 s]
/proc/loadavg: 4.00 3.68 2.30 5/190 21355
/proc/meminfo: memFree=21105824/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=194200 CPUtime=762.31 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 41055 0 0 0 76217 14 0 0 25 0 1 0 461891409 198860800 40555 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 48550 40555 267 50 0 45690 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 194200

[startup+822.301 s]
/proc/loadavg: 4.08 3.76 2.41 5/190 21357
/proc/meminfo: memFree=21094032/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=200792 CPUtime=822.3 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 42456 0 0 0 82216 14 0 0 25 0 1 0 461891409 205611008 41956 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 50198 41956 267 50 0 47338 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 200792

[startup+882.307 s]
/proc/loadavg: 4.03 3.80 2.50 5/190 21359
/proc/meminfo: memFree=21079140/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=204568 CPUtime=882.31 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 43211 0 0 0 88216 15 0 0 25 0 1 0 461891409 209477632 42711 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 51142 42711 267 50 0 48282 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 204568

[startup+942.3 s]
/proc/loadavg: 4.01 3.83 2.60 5/190 21360
/proc/meminfo: memFree=21060152/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=207064 CPUtime=942.3 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 43770 0 0 0 94215 15 0 0 25 0 1 0 461891409 212033536 43270 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 51766 43270 267 50 0 48906 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 207064

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.68 5/190 21362
/proc/meminfo: memFree=21037080/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=218328 CPUtime=1002.3 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 46310 0 0 0 100214 16 0 0 25 0 1 0 461891409 223567872 45810 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 54582 45810 267 50 0 51722 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 218328

[startup+1062.3 s]
/proc/loadavg: 4.07 3.90 2.77 5/190 21363
/proc/meminfo: memFree=21020200/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=227892 CPUtime=1062.3 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 48433 0 0 0 106213 17 0 0 25 0 1 0 461891409 233361408 47933 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 56973 47933 267 50 0 54113 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 227892

[startup+1122.3 s]
/proc/loadavg: 4.02 3.91 2.84 5/190 21365
/proc/meminfo: memFree=21013000/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=231476 CPUtime=1122.3 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 49210 0 0 0 112213 17 0 0 25 0 1 0 461891409 237031424 48710 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 57869 48710 267 50 0 55009 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 231476

[startup+1182.3 s]
/proc/loadavg: 4.01 3.93 2.91 5/190 21367
/proc/meminfo: memFree=20999720/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=240956 CPUtime=1182.31 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 51214 0 0 0 118213 18 0 0 25 0 1 0 461891409 246738944 50714 33554432000 4194304 4395502 140734092354592 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 60239 50714 267 50 0 57379 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 240956

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.97 5/190 21368
/proc/meminfo: memFree=20986560/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=240956 CPUtime=1242.31 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 51273 0 0 0 124213 18 0 0 25 0 1 0 461891409 246738944 50773 33554432000 4194304 4395502 140734092354592 18446744073709551615 4289070 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 60239 50773 267 50 0 57379 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 240956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.04 3/186 21372
/proc/meminfo: memFree=21264220/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=243196 CPUtime=1300.01 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 51745 0 0 0 129983 18 0 0 25 0 1 0 461891409 249032704 51245 33554432000 4194304 4395502 140734092354592 18446744073709551615 4297204 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 60799 51245 267 50 0 57939 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 243196

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.04 3/186 21372
/proc/meminfo: memFree=21264220/32950904 swapFree=67082280/67111528
[pid=21324] ppid=21322 vsize=243196 CPUtime=1300.01 cores=1,3
/proc/21324/stat : 21324 (SApperloT2010) R 21322 21324 21274 0 -1 4202496 51745 0 0 0 129983 18 0 0 25 0 1 0 461891409 249032704 51245 33554432000 4194304 4395502 140734092354592 18446744073709551615 4297204 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21324/statm: 60799 51245 267 50 0 57939 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 243196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.84
CPU system time (s): 0.197969
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 243196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51745
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= 6
involuntary context switches= 2798

runsolver used 2.17967 second user time and 4.91825 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-22 22:08:37
IDJOB=3258615
IDBENCH=71397
IDSOLVER=1655
FILE ID=node121/3258615-1303502916
RUNJOBID= node121-1303502915-21294
PBS_JOBID= 13134216
Free space on /tmp= 72024 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1457484118

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      21883848 kB
Buffers:       1659900 kB
Cached:        8833972 kB
SwapCached:       2780 kB
Active:        7747468 kB
Inactive:      2819600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21883848 kB
SwapTotal:    67111528 kB
SwapFree:     67082280 kB
Dirty:            3616 kB
Writeback:           0 kB
AnonPages:       71636 kB
Mapped:          14232 kB
Slab:           435112 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   263636 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= 72020 MiB
End job on node121 at 2011-04-22 22:30:19