Trace number 3438468

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.12 4999.94

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 22777
/proc/meminfo: memFree=16696192/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=15020 CPUtime=0 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 951 0 0 0 0 0 0 0 22 0 1 0 781369133 15380480 891 33554432000 4194304 4394578 140733638097952 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 3755 892 247 49 0 896 0

[startup+0.0614551 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 22777
/proc/meminfo: memFree=16696192/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=22528 CPUtime=0.04 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 2831 0 0 0 4 0 0 0 22 0 1 0 781369133 23068672 2770 33554432000 4194304 4394578 140733638097952 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 5632 2770 255 49 0 2773 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22528

[startup+0.100482 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 22777
/proc/meminfo: memFree=16696192/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=22528 CPUtime=0.09 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 2831 0 0 0 8 1 0 0 22 0 1 0 781369133 23068672 2770 33554432000 4194304 4394578 140733638097952 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 5632 2770 255 49 0 2773 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22528

[startup+0.300432 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 22777
/proc/meminfo: memFree=16696192/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=28440 CPUtime=0.29 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 4752 0 0 0 28 1 0 0 23 0 1 0 781369133 29122560 4253 33554432000 4194304 4394578 140733638097952 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 7110 4253 267 49 0 4251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28440

[startup+0.700357 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 22777
/proc/meminfo: memFree=16696192/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=33136 CPUtime=0.69 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 5932 0 0 0 68 1 0 0 25 0 1 0 781369133 33931264 5433 33554432000 4194304 4394578 140733638097952 18446744073709551615 4323448 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 8284 5433 267 49 0 5425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33136

[startup+1.50018 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22786
/proc/meminfo: memFree=16633424/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=38928 CPUtime=1.49 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 7348 0 0 0 148 1 0 0 25 0 1 0 781369133 39862272 6849 33554432000 4194304 4394578 140733638097952 18446744073709551615 4299444 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 9732 6849 267 49 0 6873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38928

[startup+3.1009 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22786
/proc/meminfo: memFree=16613296/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=49032 CPUtime=3.09 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 9803 0 0 0 307 2 0 0 25 0 1 0 781369133 50208768 9304 33554432000 4194304 4394578 140733638097952 18446744073709551615 4299467 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 12258 9304 267 49 0 9399 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49032

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22786
/proc/meminfo: memFree=16573500/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=61264 CPUtime=6.28 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 12770 0 0 0 626 2 0 0 25 0 1 0 781369133 62734336 12271 33554432000 4194304 4394578 140733638097952 18446744073709551615 4357767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 15316 12274 267 49 0 12457 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61264

[startup+12.7011 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22787
/proc/meminfo: memFree=16534024/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=65660 CPUtime=12.69 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 13761 0 0 0 1267 2 0 0 25 0 1 0 781369133 67235840 13262 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 16415 13262 267 49 0 13556 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65660

[startup+25.5007 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22787
/proc/meminfo: memFree=16475392/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=76932 CPUtime=25.49 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 16323 0 0 0 2546 3 0 0 25 0 1 0 781369133 78778368 15824 33554432000 4194304 4394578 140733638097952 18446744073709551615 264726063772 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 19233 15824 267 49 0 16374 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76932

[startup+51.1008 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 22788
/proc/meminfo: memFree=16456960/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=91736 CPUtime=51.09 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 19579 0 0 0 5106 3 0 0 25 0 1 0 781369133 93937664 19080 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 22934 19080 267 49 0 20075 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 91736

[startup+102.319 s]
/proc/loadavg: 2.10 2.03 2.01 3/515 22789
/proc/meminfo: memFree=16403852/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=109052 CPUtime=102.31 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 23286 0 0 0 10227 4 0 0 25 0 1 0 781369133 111669248 22787 33554432000 4194304 4394578 140733638097952 18446744073709551615 4295977 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 27263 22787 267 49 0 24404 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 109052

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/515 22791
/proc/meminfo: memFree=16370052/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=126696 CPUtime=162.29 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 26977 0 0 0 16224 5 0 0 25 0 1 0 781369133 129736704 26478 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 31674 26478 267 49 0 28815 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 126696

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 22792
/proc/meminfo: memFree=16332056/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=139724 CPUtime=222.3 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 29609 0 0 0 22224 6 0 0 25 0 1 0 781369133 143077376 29110 33554432000 4194304 4394578 140733638097952 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 34931 29110 267 49 0 32072 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139724

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 22794
/proc/meminfo: memFree=16305460/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=148816 CPUtime=282.3 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 31522 0 0 0 28223 7 0 0 25 0 1 0 781369133 152387584 31023 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 37204 31023 267 49 0 34345 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148816

[startup+342.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 22795
/proc/meminfo: memFree=16276516/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=163564 CPUtime=342.3 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 34689 0 0 0 34222 8 0 0 25 0 1 0 781369133 167489536 34190 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 40891 34190 267 49 0 38032 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 163564

[startup+402.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 22797
/proc/meminfo: memFree=16257096/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=169324 CPUtime=402.31 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 36008 0 0 0 40223 8 0 0 25 0 1 0 781369133 173387776 35509 33554432000 4194304 4394578 140733638097952 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 42331 35509 267 49 0 39472 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 169324

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 22799
/proc/meminfo: memFree=16245124/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=175468 CPUtime=462.31 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 37276 0 0 0 46223 8 0 0 25 0 1 0 781369133 179679232 36777 33554432000 4194304 4394578 140733638097952 18446744073709551615 4287897 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 43867 36777 267 49 0 41008 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 175468

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 22800
/proc/meminfo: memFree=16236868/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=179536 CPUtime=522.3 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 38089 0 0 0 52222 8 0 0 25 0 1 0 781369133 183844864 37590 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 44884 37590 267 49 0 42025 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 179536

[startup+582.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/515 22811
/proc/meminfo: memFree=16223712/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=187120 CPUtime=582.31 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 39684 0 0 0 58222 9 0 0 25 0 1 0 781369133 191610880 39185 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298898 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 46780 39185 267 49 0 43921 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 187120

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 22907
/proc/meminfo: memFree=15839364/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=351600 CPUtime=4062.46 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 73553 0 0 0 406228 18 0 0 25 0 1 0 781369133 360038400 73054 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 87900 73054 267 49 0 85041 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 351600

[startup+4122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 22908
/proc/meminfo: memFree=15835440/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=357232 CPUtime=4122.44 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 74878 0 0 0 412226 18 0 0 25 0 1 0 781369133 365805568 74379 33554432000 4194304 4394578 140733638097952 18446744073709551615 4346184 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89308 74379 267 49 0 86449 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 357232

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 22919
/proc/meminfo: memFree=15819240/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=357232 CPUtime=4182.44 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 74916 0 0 0 418226 18 0 0 25 0 1 0 781369133 365805568 74417 33554432000 4194304 4394578 140733638097952 18446744073709551615 4316096 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89308 74417 267 49 0 86449 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 357232

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 23417
/proc/meminfo: memFree=15801464/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=357232 CPUtime=4242.44 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 74946 0 0 0 424226 18 0 0 25 0 1 0 781369133 365805568 74447 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89308 74447 267 49 0 86449 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 357232

[startup+4302.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 23419
/proc/meminfo: memFree=15790488/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=357744 CPUtime=4302.44 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75071 0 0 0 430226 18 0 0 25 0 1 0 781369133 366329856 74572 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89436 74572 267 49 0 86577 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 357744

[startup+4362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/515 23421
/proc/meminfo: memFree=15784472/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=358000 CPUtime=4362.45 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75127 0 0 0 436226 19 0 0 25 0 1 0 781369133 366592000 74628 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89500 74628 267 49 0 86641 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 358000

[startup+4422.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 23422
/proc/meminfo: memFree=15772884/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=359280 CPUtime=4422.45 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75389 0 0 0 442226 19 0 0 25 0 1 0 781369133 367902720 74890 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89820 74890 267 49 0 86961 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 359280

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 23424
/proc/meminfo: memFree=15762040/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=359280 CPUtime=4482.45 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75394 0 0 0 448226 19 0 0 25 0 1 0 781369133 367902720 74895 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89820 74895 267 49 0 86961 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 359280

[startup+4542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 23425
/proc/meminfo: memFree=15760720/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=359792 CPUtime=4542.46 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75493 0 0 0 454227 19 0 0 25 0 1 0 781369133 368427008 74994 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89948 74994 267 49 0 87089 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 359792

[startup+4602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/515 23427
/proc/meminfo: memFree=15757296/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=359792 CPUtime=4602.47 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75505 0 0 0 460228 19 0 0 25 0 1 0 781369133 368427008 75006 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 89948 75006 267 49 0 87089 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 359792

[startup+4662.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 23429
/proc/meminfo: memFree=15753644/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=360048 CPUtime=4662.46 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75557 0 0 0 466227 19 0 0 25 0 1 0 781369133 368689152 75058 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 90012 75058 267 49 0 87153 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 360048

[startup+4722.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 23430
/proc/meminfo: memFree=15754564/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=360048 CPUtime=4722.48 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 75594 0 0 0 472229 19 0 0 25 0 1 0 781369133 368689152 75095 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 90012 75095 267 49 0 87153 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 360048

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 23432
/proc/meminfo: memFree=15750776/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=366192 CPUtime=4782.47 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 76835 0 0 0 478227 20 0 0 25 0 1 0 781369133 374980608 76336 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 91548 76336 267 49 0 88689 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 366192

[startup+4842.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/515 23433
/proc/meminfo: memFree=15741400/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=366192 CPUtime=4842.47 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 76863 0 0 0 484227 20 0 0 25 0 1 0 781369133 374980608 76364 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 91548 76364 267 49 0 88689 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 366192

[startup+4902.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 23435
/proc/meminfo: memFree=15740728/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=366192 CPUtime=4902.47 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 76874 0 0 0 490227 20 0 0 25 0 1 0 781369133 374980608 76375 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 91548 76375 267 49 0 88689 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 366192

[startup+4962.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 23437
/proc/meminfo: memFree=15740532/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=366192 CPUtime=4962.47 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 76898 0 0 0 496227 20 0 0 25 0 1 0 781369133 374980608 76399 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 91548 76399 267 49 0 88689 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 366192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 23438
/proc/meminfo: memFree=15739984/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=366192 CPUtime=5000.09 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 76900 0 0 0 499989 20 0 0 25 0 1 0 781369133 374980608 76401 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 91548 76401 267 49 0 88689 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 366192

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.02 2.04 2.00 3/515 23438
/proc/meminfo: memFree=15739984/32951124 swapFree=62999000/67111528
[pid=22777] ppid=22775 vsize=366192 CPUtime=5000.09 cores=0,2,4,6
/proc/22777/stat : 22777 (SApperloT2010) R 22775 22777 22520 0 -1 4202496 76900 0 0 0 499989 20 0 0 25 0 1 0 781369133 374980608 76401 33554432000 4194304 4394578 140733638097952 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22777/statm: 91548 76401 267 49 0 88689 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 366192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.12
CPU user time (s): 4999.9
CPU system time (s): 0.217966
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 366192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.9
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76900
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= 10
involuntary context switches= 5907

runsolver used 27.6798 second user time and 56.1635 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 02:52:15
IDJOB=3438468
IDBENCH=71397
IDSOLVER=1933
FILE ID=node141/3438468-1306889535
RUNJOBID= node141-1306884533-22538
PBS_JOBID= 13488435
Free space on /tmp= 24276 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1802097650

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      16696348 kB
Buffers:         29512 kB
Cached:        5837880 kB
SwapCached:       8636 kB
Active:       10059796 kB
Inactive:      5796768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16696348 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            2732 kB
Writeback:           0 kB
AnonPages:     9987464 kB
Mapped:          25156 kB
Slab:           258168 kB
PageTables:      69120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150654640 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= 24320 MiB
End job on node141 at 2011-06-01 04:15:37