Trace number 3438383

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g1.cnf
MD5SUMeded74bffb721f48c45af6ff95302642
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.17
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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.1 (svn: 989)

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-3438383-1308500394/watcher-3438383-1308500394 -o /tmp/evaluation-result-3438383-1308500394/solver-3438383-1308500394 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438383-1308500394.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: 2.01 2.01 1.99 2/176 3962
/proc/meminfo: memFree=28330388/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=13636 CPUtime=0 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 665 0 0 0 0 0 0 0 21 0 1 0 961638257 13963264 604 33554432000 4194304 4394578 140736161654752 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 3409 604 247 49 0 550 0

[startup+0.081616 s]
/proc/loadavg: 2.01 2.01 1.99 2/176 3962
/proc/meminfo: memFree=28330388/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=19980 CPUtime=0.07 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 2255 0 0 0 6 1 0 0 21 0 1 0 961638257 20459520 2193 33554432000 4194304 4394578 140736161654752 18446744073709551615 235594891159 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 4995 2193 256 49 0 2136 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19980

[startup+0.100605 s]
/proc/loadavg: 2.01 2.01 1.99 2/176 3962
/proc/meminfo: memFree=28330388/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=19980 CPUtime=0.09 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 2255 0 0 0 8 1 0 0 21 0 1 0 961638257 20459520 2193 33554432000 4194304 4394578 140736161654752 18446744073709551615 235594891159 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 4995 2193 256 49 0 2136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19980

[startup+0.300585 s]
/proc/loadavg: 2.01 2.01 1.99 2/176 3962
/proc/meminfo: memFree=28330388/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=25920 CPUtime=0.29 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 4087 0 0 0 27 2 0 0 22 0 1 0 961638257 26542080 3695 33554432000 4194304 4394578 140736161654752 18446744073709551615 4346552 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 6480 3695 267 49 0 3621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25920

[startup+0.700506 s]
/proc/loadavg: 2.01 2.01 1.99 2/176 3962
/proc/meminfo: memFree=28330388/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=30032 CPUtime=0.69 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 5115 0 0 0 67 2 0 0 23 0 1 0 961638257 30752768 4723 33554432000 4194304 4394578 140736161654752 18446744073709551615 4346483 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 7508 4723 267 49 0 4649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30032

[startup+1.5003 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 3964
/proc/meminfo: memFree=28293096/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=35980 CPUtime=1.49 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 6550 0 0 0 147 2 0 0 25 0 1 0 961638257 36843520 6158 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 8995 6158 267 49 0 6136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35980

[startup+3.10108 s]
/proc/loadavg: 2.01 2.01 1.99 4/178 3964
/proc/meminfo: memFree=28279332/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=45196 CPUtime=3.09 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 8777 0 0 0 307 2 0 0 25 0 1 0 961638257 46280704 8385 33554432000 4194304 4394578 140736161654752 18446744073709551615 4287388 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 11299 8385 267 49 0 8440 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45196

[startup+6.30052 s]
/proc/loadavg: 2.01 2.01 1.99 4/178 3964
/proc/meminfo: memFree=28267060/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=49372 CPUtime=6.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 9703 0 0 0 627 3 0 0 25 0 1 0 961638257 50556928 9311 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 12343 9311 267 49 0 9484 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 49372

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 1.99 4/178 3964
/proc/meminfo: memFree=28253632/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=55520 CPUtime=12.7 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 11106 0 0 0 1267 3 0 0 25 0 1 0 961638257 56852480 10714 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 13880 10714 267 49 0 11021 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 55520

[startup+25.5011 s]
/proc/loadavg: 2.01 2.00 1.99 4/178 3965
/proc/meminfo: memFree=28234416/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=67560 CPUtime=25.49 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 13796 0 0 0 2546 3 0 0 25 0 1 0 961638257 69181440 13404 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 16890 13404 267 49 0 14031 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67560

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 3965
/proc/meminfo: memFree=28214008/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=79856 CPUtime=51.09 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 16470 0 0 0 5105 4 0 0 25 0 1 0 961638257 81772544 16078 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 19964 16078 267 49 0 17105 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79856

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 3967
/proc/meminfo: memFree=28190296/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=93668 CPUtime=102.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 19365 0 0 0 10226 4 0 0 25 0 1 0 961638257 95916032 18973 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 23417 18973 267 49 0 20558 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 93668

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 3968
/proc/meminfo: memFree=28173780/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=105784 CPUtime=162.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 21919 0 0 0 16224 6 0 0 25 0 1 0 961638257 108322816 21527 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 26446 21527 267 49 0 23587 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105784

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 3970
/proc/meminfo: memFree=28160356/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=115544 CPUtime=222.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 23851 0 0 0 22224 6 0 0 25 0 1 0 961638257 118317056 23459 33554432000 4194304 4394578 140736161654752 18446744073709551615 4346193 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 28886 23459 267 49 0 26027 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 115544

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 3972
/proc/meminfo: memFree=28142976/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=125436 CPUtime=282.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 25834 0 0 0 28224 6 0 0 25 0 1 0 961638257 128446464 25442 33554432000 4194304 4394578 140736161654752 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 31359 25442 267 49 0 28500 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 125436

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 3973
/proc/meminfo: memFree=28123356/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=148200 CPUtime=342.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 30788 0 0 0 34223 7 0 0 25 0 1 0 961638257 151756800 30396 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 37050 30397 267 49 0 34191 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 148200

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 3975
/proc/meminfo: memFree=28114888/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=152812 CPUtime=402.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 31845 0 0 0 40222 8 0 0 25 0 1 0 961638257 156479488 31453 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 38203 31453 267 49 0 35344 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 152812

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/178 3976
/proc/meminfo: memFree=28106312/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=154284 CPUtime=462.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 32210 0 0 0 46222 8 0 0 25 0 1 0 961638257 157986816 31818 33554432000 4194304 4394578 140736161654752 18446744073709551615 4287909 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 38571 31818 267 49 0 35712 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 154284

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 3978
/proc/meminfo: memFree=28101692/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=158764 CPUtime=522.3 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 33109 0 0 0 52222 8 0 0 25 0 1 0 961638257 162574336 32717 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 39691 32717 267 49 0 36832 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158764

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 3980
/proc/meminfo: memFree=28092120/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=165836 CPUtime=582.31 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 34558 0 0 0 58223 8 0 0 25 0 1 0 961638257 169816064 34166 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 41459 34166 267 49 0 38600 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 165836

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4084
/proc/meminfo: memFree=27899648/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=287504 CPUtime=4062.39 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 59533 0 0 0 406220 19 0 0 25 0 1 0 961638257 294404096 59141 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 71876 59141 267 49 0 69017 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 287504

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4086
/proc/meminfo: memFree=27899000/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=288144 CPUtime=4122.39 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 59635 0 0 0 412219 20 0 0 25 0 1 0 961638257 295059456 59243 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 72036 59243 267 49 0 69177 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 288144

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4088
/proc/meminfo: memFree=27896512/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=289808 CPUtime=4182.39 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 59997 0 0 0 418219 20 0 0 25 0 1 0 961638257 296763392 59605 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298716 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 72452 59605 267 49 0 69593 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 289808

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4089
/proc/meminfo: memFree=27896352/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=289808 CPUtime=4242.39 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 60013 0 0 0 424219 20 0 0 25 0 1 0 961638257 296763392 59621 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 72452 59621 267 49 0 69593 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 289808

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4091
/proc/meminfo: memFree=27896196/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=289808 CPUtime=4302.39 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 60027 0 0 0 430219 20 0 0 25 0 1 0 961638257 296763392 59635 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298907 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 72452 59635 267 49 0 69593 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 289808

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4092
/proc/meminfo: memFree=27895532/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=290192 CPUtime=4362.39 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 60140 0 0 0 436219 20 0 0 25 0 1 0 961638257 297156608 59748 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 72548 59748 267 49 0 69689 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 290192

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4094
/proc/meminfo: memFree=27894640/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=290384 CPUtime=4422.39 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 60220 0 0 0 442219 20 0 0 25 0 1 0 961638257 297353216 59828 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 72596 59828 267 49 0 69737 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 290384

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4096
/proc/meminfo: memFree=27891148/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=294096 CPUtime=4482.4 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 60987 0 0 0 448219 21 0 0 25 0 1 0 961638257 301154304 60595 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 73524 60595 267 49 0 70665 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 294096

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4097
/proc/meminfo: memFree=27889008/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=295632 CPUtime=4542.4 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 61444 0 0 0 454219 21 0 0 25 0 1 0 961638257 302727168 61052 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 73908 61052 267 49 0 71049 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 295632

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4099
/proc/meminfo: memFree=27885012/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=297936 CPUtime=4602.41 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 61892 0 0 0 460220 21 0 0 25 0 1 0 961638257 305086464 61500 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 74484 61500 267 49 0 71625 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 297936

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4100
/proc/meminfo: memFree=27882020/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=302032 CPUtime=4662.4 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 62606 0 0 0 466219 21 0 0 25 0 1 0 961638257 309280768 62214 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 75508 62214 267 49 0 72649 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 302032

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4102
/proc/meminfo: memFree=27880004/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=304592 CPUtime=4722.41 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 63081 0 0 0 472220 21 0 0 25 0 1 0 961638257 311902208 62689 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 76148 62689 267 49 0 73289 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 304592

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4104
/proc/meminfo: memFree=27879736/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=304592 CPUtime=4782.41 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 63117 0 0 0 478220 21 0 0 25 0 1 0 961638257 311902208 62725 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 76148 62725 267 49 0 73289 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 304592

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4105
/proc/meminfo: memFree=27875972/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=307152 CPUtime=4842.41 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 63594 0 0 0 484220 21 0 0 25 0 1 0 961638257 314523648 63202 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 76788 63202 267 49 0 73929 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 307152

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4107
/proc/meminfo: memFree=27871476/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=311248 CPUtime=4902.41 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 64328 0 0 0 490220 21 0 0 25 0 1 0 961638257 318717952 63936 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 77812 63936 267 49 0 74953 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 311248

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4108
/proc/meminfo: memFree=27870932/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=311760 CPUtime=4962.41 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 64504 0 0 0 496220 21 0 0 25 0 1 0 961638257 319242240 64112 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 77940 64112 267 49 0 75081 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 311760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 4109
/proc/meminfo: memFree=27868564/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=314832 CPUtime=5000.01 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 65080 0 0 0 499980 21 0 0 25 0 1 0 961638257 322387968 64688 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 78708 64688 267 49 0 75849 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 314832

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.00 2.00 4/178 4109
/proc/meminfo: memFree=27868564/32950928 swapFree=67052140/67111528
[pid=3962] ppid=3958 vsize=314832 CPUtime=5000.01 cores=1,3,5,7
/proc/3962/stat : 3962 (SApperloT2010) R 3958 3962 3425 0 -1 4202496 65080 0 0 0 499980 21 0 0 25 0 1 0 961638257 322387968 64688 33554432000 4194304 4394578 140736161654752 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3962/statm: 78708 64688 267 49 0 75849 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 314832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 4999.81
CPU system time (s): 0.228965
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 314832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.81
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65080
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= 42
involuntary context switches= 6224

runsolver used 7.37888 second user time and 19.874 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-19 18:19:55
IDJOB=3438383
IDBENCH=71273
IDSOLVER=1933
FILE ID=node120/3438383-1308500394
RUNJOBID= node120-1308500394-3936
PBS_JOBID= 13608186
Free space on /tmp= 73392 MiB

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

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

MD5SUM BENCH= eded74bffb721f48c45af6ff95302642
RANDOM SEED=553159338

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28331112 kB
Buffers:        608720 kB
Cached:        3607900 kB
SwapCached:      13128 kB
Active:        2319980 kB
Inactive:      1915804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28331112 kB
SwapTotal:    67111528 kB
SwapFree:     67052140 kB
Dirty:            1680 kB
Writeback:           0 kB
AnonPages:       16056 kB
Mapped:           8988 kB
Slab:           320224 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187196 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= 73388 MiB
End job on node120 at 2011-06-19 19:43:17