Trace number 3438638

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.24 5000.04

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n150-s89334302-unsat.cnf
MD5SUMe0b064ae815c6a8bb8a9898180562bec
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of clauses316
Sum of the clauses size948
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3316
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3438638-1306894540/watcher-3438638-1306894540 -o /tmp/evaluation-result-3438638-1306894540/solver-3438638-1306894540 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438638-1306894540.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.03 2.00 2/481 26677
/proc/meminfo: memFree=5896392/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=12036 CPUtime=0.01 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 441 0 0 0 1 0 0 0 25 0 1 0 801053707 12324864 379 33554432000 4194304 4394578 140736860721696 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 3009 379 266 49 0 150 0

[startup+0.0558699 s]
/proc/loadavg: 2.01 2.03 2.00 2/481 26677
/proc/meminfo: memFree=5896392/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=12300 CPUtime=0.05 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 495 0 0 0 5 0 0 0 25 0 1 0 801053707 12595200 433 33554432000 4194304 4394578 140736860721696 18446744073709551615 4290847 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 3075 433 266 49 0 216 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12300

[startup+0.100862 s]
/proc/loadavg: 2.01 2.03 2.00 2/481 26677
/proc/meminfo: memFree=5896392/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=12432 CPUtime=0.09 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 554 0 0 0 9 0 0 0 25 0 1 0 801053707 12730368 492 33554432000 4194304 4394578 140736860721696 18446744073709551615 4292878 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 3108 492 267 49 0 249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12432

[startup+0.300893 s]
/proc/loadavg: 2.01 2.03 2.00 2/481 26677
/proc/meminfo: memFree=5896392/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=13088 CPUtime=0.29 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 698 0 0 0 29 0 0 0 25 0 1 0 801053707 13402112 636 33554432000 4194304 4394578 140736860721696 18446744073709551615 4290933 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 3272 636 267 49 0 413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13088

[startup+0.700748 s]
/proc/loadavg: 2.01 2.03 2.00 2/481 26677
/proc/meminfo: memFree=5896392/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=14008 CPUtime=0.69 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 935 0 0 0 69 0 0 0 25 0 1 0 801053707 14344192 873 33554432000 4194304 4394578 140736860721696 18446744073709551615 4292185 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 3502 873 267 49 0 643 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14008

[startup+1.50059 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 26678
/proc/meminfo: memFree=5892920/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=15724 CPUtime=1.49 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 1376 0 0 0 149 0 0 0 25 0 1 0 801053707 16101376 1314 33554432000 4194304 4394578 140736860721696 18446744073709551615 4294139 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 3931 1314 267 49 0 1072 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15724

[startup+3.10029 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 26678
/proc/meminfo: memFree=5889860/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=18492 CPUtime=3.09 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 2073 0 0 0 309 0 0 0 25 0 1 0 801053707 18935808 2011 33554432000 4194304 4394578 140736860721696 18446744073709551615 4291898 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 4623 2011 267 49 0 1764 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18492

[startup+6.30068 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 26678
/proc/meminfo: memFree=5884280/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=23504 CPUtime=6.29 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 3314 0 0 0 629 0 0 0 25 0 1 0 801053707 24068096 3252 33554432000 4194304 4394578 140736860721696 18446744073709551615 4296745 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 5876 3252 267 49 0 3017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23504

[startup+12.7005 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 26678
/proc/meminfo: memFree=5873388/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=33496 CPUtime=12.69 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 5820 0 0 0 1268 1 0 0 25 0 1 0 801053707 34299904 5758 33554432000 4194304 4394578 140736860721696 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 8374 5758 267 49 0 5515 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33496

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26679
/proc/meminfo: memFree=5859012/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=46516 CPUtime=25.49 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 9078 0 0 0 2547 2 0 0 25 0 1 0 801053707 47632384 9016 33554432000 4194304 4394578 140736860721696 18446744073709551615 4298647 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 11629 9016 267 49 0 8770 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46516

[startup+51.1002 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26707
/proc/meminfo: memFree=6018180/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=66248 CPUtime=51.09 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 14009 0 0 0 5105 4 0 0 25 0 1 0 801053707 67837952 13947 33554432000 4194304 4394578 140736860721696 18446744073709551615 4296451 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 16562 13947 267 49 0 13703 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66248

[startup+102.318 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26736
/proc/meminfo: memFree=5934456/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=102684 CPUtime=102.31 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 23096 0 0 0 10225 6 0 0 25 0 1 0 801053707 105148416 23034 33554432000 4194304 4394578 140736860721696 18446744073709551615 4293416 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 25671 23034 267 49 0 22812 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 102684

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 26737
/proc/meminfo: memFree=5831516/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=152688 CPUtime=162.3 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 35596 0 0 0 16221 9 0 0 25 0 1 0 801053707 156352512 35534 33554432000 4194304 4394578 140736860721696 18446744073709551615 4287872 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 38172 35534 267 49 0 35313 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 152688

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 26739
/proc/meminfo: memFree=5746532/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=186244 CPUtime=222.3 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 43995 0 0 0 22218 12 0 0 25 0 1 0 801053707 190713856 43933 33554432000 4194304 4394578 140736860721696 18446744073709551615 4285547 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 46561 43933 267 49 0 43702 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 186244

[startup+282.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/482 26741
/proc/meminfo: memFree=5643572/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=238596 CPUtime=282.31 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 57091 0 0 0 28215 16 0 0 25 0 1 0 801053707 244322304 57029 33554432000 4194304 4394578 140736860721696 18446744073709551615 4290862 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 59649 57029 267 49 0 56790 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 238596

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/482 26742
/proc/meminfo: memFree=5543828/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=285184 CPUtime=342.3 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 68730 0 0 0 34211 19 0 0 25 0 1 0 801053707 292028416 68668 33554432000 4194304 4394578 140736860721696 18446744073709551615 4309171 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 71296 68668 267 49 0 68437 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 285184

[startup+402.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/482 26744
/proc/meminfo: memFree=5446940/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=328316 CPUtime=402.31 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 79510 0 0 0 40208 23 0 0 25 0 1 0 801053707 336195584 79448 33554432000 4194304 4394578 140736860721696 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 82079 79448 267 49 0 79220 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 328316

[startup+462.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/482 26745
/proc/meminfo: memFree=5368756/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=344356 CPUtime=462.31 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 83519 0 0 0 46207 24 0 0 25 0 1 0 801053707 352620544 83457 33554432000 4194304 4394578 140736860721696 18446744073709551615 4295835 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 86089 83457 267 49 0 83230 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 344356

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 26747
/proc/meminfo: memFree=5267300/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=397400 CPUtime=522.31 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 96777 0 0 0 52203 28 0 0 25 0 1 0 801053707 406937600 96715 33554432000 4194304 4394578 140736860721696 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 99350 96715 267 49 0 96491 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 397400

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 26749
/proc/meminfo: memFree=5199180/32950928 swapFree=43212416/67111528
[pid=26677] ppid=26675 vsize=444240 CPUtime=582.31 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 108501 0 0 0 58201 30 0 0 25 0 1 0 801053707 454901760 108439 33554432000 4194304 4394578 140736860721696 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 111060 108439 267 49 0 108201 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 444240

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/482 26859
/proc/meminfo: memFree=97772/32950928 swapFree=43112192/67111528
[pid=26677] ppid=26675 vsize=2630412 CPUtime=4062.46 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 655030 0 0 0 406064 182 0 0 25 0 1 0 801053707 2693541888 654968 33554432000 4194304 4394578 140736860721696 18446744073709551615 4287743 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 657603 654968 267 49 0 654744 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 2630412

[startup+4122.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/482 26861
/proc/meminfo: memFree=96792/32950928 swapFree=43051208/67111528
[pid=26677] ppid=26675 vsize=2630412 CPUtime=4122.44 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 655030 0 0 0 412062 182 0 0 25 0 1 0 801053707 2693541888 654968 33554432000 4194304 4394578 140736860721696 18446744073709551615 4298652 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 657603 654968 267 49 0 654744 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 2630412

[startup+4182.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/482 26863
/proc/meminfo: memFree=94048/32950928 swapFree=42979316/67111528
[pid=26677] ppid=26675 vsize=2630412 CPUtime=4182.45 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 655030 0 0 0 418063 182 0 0 25 0 1 0 801053707 2693541888 654968 33554432000 4194304 4394578 140736860721696 18446744073709551615 4292207 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 657603 654968 267 49 0 654744 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 2630412

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 26864
/proc/meminfo: memFree=102560/32950928 swapFree=42930148/67111528
[pid=26677] ppid=26675 vsize=2630412 CPUtime=4242.45 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 655030 0 0 0 424063 182 0 0 25 0 1 0 801053707 2693541888 654968 33554432000 4194304 4394578 140736860721696 18446744073709551615 4292727 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 657603 654968 267 49 0 654744 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 2630412

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 26866
/proc/meminfo: memFree=93708/32950928 swapFree=42891976/67111528
[pid=26677] ppid=26675 vsize=2630412 CPUtime=4302.45 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 655030 0 0 0 430063 182 0 0 25 0 1 0 801053707 2693541888 654968 33554432000 4194304 4394578 140736860721696 18446744073709551615 4299403 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 657603 654968 267 49 0 654744 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 2630412

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26867
/proc/meminfo: memFree=92128/32950928 swapFree=42823376/67111528
[pid=26677] ppid=26675 vsize=2658508 CPUtime=4362.46 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 662078 0 0 0 436061 185 0 0 25 0 1 0 801053707 2722312192 662016 33554432000 4194304 4394578 140736860721696 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 664627 662016 267 49 0 661768 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 2658508

[startup+4422.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/482 26869
/proc/meminfo: memFree=97408/32950928 swapFree=42717840/67111528
[pid=26677] ppid=26675 vsize=2712604 CPUtime=4422.46 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 675594 0 0 0 442056 190 0 0 25 0 1 0 801053707 2777706496 675532 33554432000 4194304 4394578 140736860721696 18446744073709551615 4323784 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 678151 675532 267 49 0 675292 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 2712604

[startup+4482.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/482 26871
/proc/meminfo: memFree=100252/32950928 swapFree=42668788/67111528
[pid=26677] ppid=26675 vsize=2756932 CPUtime=4482.46 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 686678 0 0 0 448052 194 0 0 25 0 1 0 801053707 2823098368 686616 33554432000 4194304 4394578 140736860721696 18446744073709551615 4291913 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 689233 686616 267 49 0 686374 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 2756932

[startup+4542.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/482 26872
/proc/meminfo: memFree=96688/32950928 swapFree=42640672/67111528
[pid=26677] ppid=26675 vsize=2795048 CPUtime=4542.46 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 696213 0 0 0 454049 197 0 0 25 0 1 0 801053707 2862129152 696151 33554432000 4194304 4394578 140736860721696 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 698762 696151 267 49 0 695903 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 2795048

[startup+4602.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/482 26874
/proc/meminfo: memFree=91952/32950928 swapFree=42602520/67111528
[pid=26677] ppid=26675 vsize=2846512 CPUtime=4602.47 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 709067 0 0 0 460047 200 0 0 25 0 1 0 801053707 2914828288 709005 33554432000 4194304 4394578 140736860721696 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 711628 709005 267 49 0 708769 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 2846512

[startup+4662.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/482 26875
/proc/meminfo: memFree=99716/32950928 swapFree=42561992/67111528
[pid=26677] ppid=26675 vsize=2893748 CPUtime=4662.47 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 720865 0 0 0 466044 203 0 0 25 0 1 0 801053707 2963197952 720803 33554432000 4194304 4394578 140736860721696 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 723437 720803 267 49 0 720578 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 2893748

[startup+4722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 26877
/proc/meminfo: memFree=92148/32950928 swapFree=42521584/67111528
[pid=26677] ppid=26675 vsize=2948492 CPUtime=4722.49 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 734566 0 0 0 472041 208 0 0 25 0 1 0 801053707 3019255808 734504 33554432000 4194304 4394578 140736860721696 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 737123 734504 267 49 0 734264 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 2948492

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 26879
/proc/meminfo: memFree=96000/32950928 swapFree=42504068/67111528
[pid=26677] ppid=26675 vsize=2960072 CPUtime=4782.48 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 737469 0 0 0 478039 209 0 0 25 0 1 0 801053707 3031113728 737407 33554432000 4194304 4394578 140736860721696 18446744073709551615 4290832 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 740018 737407 267 49 0 737159 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 2960072

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26880
/proc/meminfo: memFree=92436/32950928 swapFree=42466932/67111528
[pid=26677] ppid=26675 vsize=3006892 CPUtime=4842.49 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 749169 0 0 0 484037 212 0 0 25 0 1 0 801053707 3079057408 749107 33554432000 4194304 4394578 140736860721696 18446744073709551615 4287708 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 751723 749107 267 49 0 748864 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 3006892

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26882
/proc/meminfo: memFree=94596/32950928 swapFree=42425848/67111528
[pid=26677] ppid=26675 vsize=3054492 CPUtime=4902.48 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 761051 0 0 0 490032 216 0 0 25 0 1 0 801053707 3127799808 760989 33554432000 4194304 4394578 140736860721696 18446744073709551615 4296374 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 763623 760989 267 49 0 760764 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 3054492

[startup+4962.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/482 26883
/proc/meminfo: memFree=95220/32950928 swapFree=42387888/67111528
[pid=26677] ppid=26675 vsize=3109080 CPUtime=4962.48 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 774693 0 0 0 496029 219 0 0 25 0 1 0 801053707 3183697920 774631 33554432000 4194304 4394578 140736860721696 18446744073709551615 4287716 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 777270 774631 267 49 0 774411 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 3109080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.11 2.06 2.01 3/482 26884
/proc/meminfo: memFree=96616/32950928 swapFree=42342800/67111528
[pid=26677] ppid=26675 vsize=3126452 CPUtime=5000.09 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4202496 779040 0 0 0 499788 221 0 0 25 0 1 0 801053707 3201486848 778978 33554432000 4194304 4394578 140736860721696 18446744073709551615 4313558 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/26677/statm: 781613 778978 267 49 0 778754 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 3126452

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

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

[startup+5000.02 s]
/proc/loadavg: 2.11 2.06 2.01 3/482 26884
/proc/meminfo: memFree=96616/32950928 swapFree=42342800/67111528
[pid=26677] ppid=26675 vsize=0 CPUtime=5000.2 cores=1,3,5,7
/proc/26677/stat : 26677 (SApperloT2010) R 26675 26677 25757 0 -1 4203524 779040 0 0 0 499789 231 0 0 25 0 1 0 801053707 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 3 0 0 0
/proc/26677/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.24
CPU user time (s): 4997.89
CPU system time (s): 2.34464
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3126452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.89
system time used= 2.34464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 779040
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= 11
involuntary context switches= 60011

runsolver used 22.6286 second user time and 52.875 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-01 04:15:40
IDJOB=3438638
IDBENCH=83143
IDSOLVER=1933
FILE ID=node127/3438638-1306894540
RUNJOBID= node127-1306884535-25776
PBS_JOBID= 13488449
Free space on /tmp= 56932 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n150-s89334302-unsat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438638-1306894540/watcher-3438638-1306894540 -o /tmp/evaluation-result-3438638-1306894540/solver-3438638-1306894540 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438638-1306894540.cnf

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

MD5SUM BENCH= e0b064ae815c6a8bb8a9898180562bec
RANDOM SEED=1540687989

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:       5896664 kB
Buffers:        296300 kB
Cached:       18280092 kB
SwapCached:      26796 kB
Active:       10502352 kB
Inactive:     15825308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5896664 kB
SwapTotal:    67111528 kB
SwapFree:     43212416 kB
Dirty:              16 kB
Writeback:           0 kB
AnonPages:     7730964 kB
Mapped:          22260 kB
Slab:           563304 kB
PageTables:      95584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119959288 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= 56932 MiB
End job on node127 at 2011-06-01 05:39:02