Trace number 3265347

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1299.43 1300.01

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265347-1303575685/watcher-3265347-1303575685 -o /tmp/evaluation-result-3265347-1303575685/solver-3265347-1303575685 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3265347-1303575685.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.40 3.88 3.95 2/172 9111
/proc/meminfo: memFree=18645984/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=12072 CPUtime=0 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 404 0 0 0 0 0 0 0 23 0 1 0 469168115 12361728 343 33554432000 4194304 4395502 140735049640480 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 3018 344 249 50 0 158 0

[startup+0.0967029 s]
/proc/loadavg: 3.40 3.88 3.95 2/172 9111
/proc/meminfo: memFree=18645984/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=14320 CPUtime=0.08 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 978 0 0 0 8 0 0 0 23 0 1 0 469168115 14663680 916 33554432000 4194304 4395502 140735049640480 18446744073709551615 274664832919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 3580 916 267 50 0 720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14320

[startup+0.100701 s]
/proc/loadavg: 3.40 3.88 3.95 2/172 9111
/proc/meminfo: memFree=18645984/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=14320 CPUtime=0.09 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 978 0 0 0 9 0 0 0 23 0 1 0 469168115 14663680 916 33554432000 4194304 4395502 140735049640480 18446744073709551615 4297609 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 3580 916 267 50 0 720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14320

[startup+0.300669 s]
/proc/loadavg: 3.40 3.88 3.95 2/172 9111
/proc/meminfo: memFree=18645984/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=15640 CPUtime=0.29 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 1324 0 0 0 29 0 0 0 25 0 1 0 469168115 16015360 1262 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299851 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 3910 1262 267 50 0 1050 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15640

[startup+0.700599 s]
/proc/loadavg: 3.40 3.88 3.95 2/172 9111
/proc/meminfo: memFree=18645984/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=16984 CPUtime=0.69 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 1613 0 0 0 69 0 0 0 25 0 1 0 469168115 17391616 1551 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 4246 1551 267 50 0 1386 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16984

[startup+1.50045 s]
/proc/loadavg: 3.40 3.88 3.95 4/183 9132
/proc/meminfo: memFree=18590148/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=18632 CPUtime=1.49 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 2025 0 0 0 149 0 0 0 25 0 1 0 469168115 19079168 1963 33554432000 4194304 4395502 140735049640480 18446744073709551615 4288068 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 4658 1963 267 50 0 1798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18632

[startup+3.10018 s]
/proc/loadavg: 3.40 3.88 3.95 5/188 9142
/proc/meminfo: memFree=18548940/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=20744 CPUtime=3.09 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 2507 0 0 0 309 0 0 0 25 0 1 0 469168115 21241856 2445 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 5186 2445 267 50 0 2326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20744

[startup+6.30062 s]
/proc/loadavg: 3.61 3.91 3.96 5/185 9163
/proc/meminfo: memFree=18526128/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=23980 CPUtime=6.29 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 3188 0 0 0 629 0 0 0 25 0 1 0 469168115 24555520 3126 33554432000 4194304 4395502 140735049640480 18446744073709551615 4330655 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 5995 3126 267 50 0 3135 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23980

[startup+12.7005 s]
/proc/loadavg: 3.72 3.93 3.97 5/188 9170
/proc/meminfo: memFree=18353040/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=26904 CPUtime=12.4 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 3832 0 0 0 1233 7 0 0 25 0 1 0 469168115 27549696 3770 33554432000 4194304 4395502 140735049640480 18446744073709551615 4292695 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/9111/statm: 6726 3770 267 50 0 3866 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 26904

[startup+25.5003 s]
/proc/loadavg: 3.78 3.93 3.97 5/188 9170
/proc/meminfo: memFree=18234048/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=31932 CPUtime=25.2 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 4891 0 0 0 2512 8 0 0 25 0 1 0 469168115 32698368 4829 33554432000 4194304 4395502 140735049640480 18446744073709551615 4288924 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 7983 4829 267 50 0 5123 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 31932

[startup+51.1009 s]
/proc/loadavg: 3.92 3.95 3.97 5/188 9197
/proc/meminfo: memFree=18008140/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=37708 CPUtime=50.5 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 6057 0 0 0 5033 17 0 0 25 0 1 0 469168115 38612992 5995 33554432000 4194304 4395502 140735049640480 18446744073709551615 4324296 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 9427 5995 267 50 0 6567 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 37708

[startup+102.307 s]
/proc/loadavg: 3.96 3.96 3.97 5/188 9199
/proc/meminfo: memFree=17767820/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=42916 CPUtime=101.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 7103 0 0 0 10149 21 0 0 25 0 1 0 469168115 43945984 7041 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 10729 7041 267 50 0 7869 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 42916

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.97 5/188 9201
/proc/meminfo: memFree=17577392/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=47464 CPUtime=161.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 7930 0 0 0 16148 22 0 0 25 0 1 0 469168115 48603136 7868 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299180 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 11866 7868 267 50 0 9006 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 47464

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.97 5/188 9202
/proc/meminfo: memFree=17470380/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=51112 CPUtime=221.69 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 8555 0 0 0 22147 22 0 0 25 0 1 0 469168115 52338688 8493 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 12778 8493 267 50 0 9918 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 51112

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.98 5/188 9203
/proc/meminfo: memFree=17390524/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=53224 CPUtime=281.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 9076 0 0 0 28147 23 0 0 25 0 1 0 469168115 54501376 9014 33554432000 4194304 4395502 140735049640480 18446744073709551615 4316143 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 13306 9014 267 50 0 10446 0
Current children cumulated CPU time (s) 281.7
Current children cumulated vsize (KiB) 53224

[startup+342.3 s]
/proc/loadavg: 4.06 4.00 3.98 5/188 9205
/proc/meminfo: memFree=17298012/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=54376 CPUtime=341.69 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 9308 0 0 0 34146 23 0 0 25 0 1 0 469168115 55681024 9246 33554432000 4194304 4395502 140735049640480 18446744073709551615 4297099 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 13594 9246 267 50 0 10734 0
Current children cumulated CPU time (s) 341.69
Current children cumulated vsize (KiB) 54376

[startup+402.301 s]
/proc/loadavg: 4.06 4.01 3.99 5/188 9207
/proc/meminfo: memFree=17245304/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=55720 CPUtime=401.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 9567 0 0 0 40146 24 0 0 25 0 1 0 469168115 57057280 9505 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 13930 9505 267 50 0 11070 0
Current children cumulated CPU time (s) 401.7
Current children cumulated vsize (KiB) 55720

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.99 5/188 9209
/proc/meminfo: memFree=17209956/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=57004 CPUtime=461.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 9832 0 0 0 46145 25 0 0 25 0 1 0 469168115 58372096 9770 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14251 9770 267 50 0 11391 0
Current children cumulated CPU time (s) 461.7
Current children cumulated vsize (KiB) 57004

[startup+522.3 s]
/proc/loadavg: 4.07 4.02 3.99 5/188 9210
/proc/meminfo: memFree=17166800/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=57772 CPUtime=521.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10020 0 0 0 52145 25 0 0 25 0 1 0 469168115 59158528 9958 33554432000 4194304 4395502 140735049640480 18446744073709551615 4311003 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14443 9958 267 50 0 11583 0
Current children cumulated CPU time (s) 521.7
Current children cumulated vsize (KiB) 57772

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.99 5/188 9211
/proc/meminfo: memFree=17129960/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=57964 CPUtime=581.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10101 0 0 0 58145 25 0 0 25 0 1 0 469168115 59355136 10039 33554432000 4194304 4395502 140735049640480 18446744073709551615 4297099 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14491 10039 267 50 0 11631 0
Current children cumulated CPU time (s) 581.7
Current children cumulated vsize (KiB) 57964

[startup+642.3 s]
/proc/loadavg: 4.01 4.01 3.99 5/188 9213
/proc/meminfo: memFree=17100324/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=58348 CPUtime=641.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10188 0 0 0 64145 25 0 0 25 0 1 0 469168115 59748352 10126 33554432000 4194304 4395502 140735049640480 18446744073709551615 4289125 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14587 10126 267 50 0 11727 0
Current children cumulated CPU time (s) 641.7
Current children cumulated vsize (KiB) 58348

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/188 9215
/proc/meminfo: memFree=17042784/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=58732 CPUtime=701.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10315 0 0 0 70144 26 0 0 25 0 1 0 469168115 60141568 10253 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14683 10253 267 50 0 11823 0
Current children cumulated CPU time (s) 701.7
Current children cumulated vsize (KiB) 58732

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.99 5/188 9217
/proc/meminfo: memFree=16981516/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=59116 CPUtime=761.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10417 0 0 0 76144 27 0 0 25 0 1 0 469168115 60534784 10355 33554432000 4194304 4395502 140735049640480 18446744073709551615 4288536 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14779 10355 267 50 0 11919 0
Current children cumulated CPU time (s) 761.71
Current children cumulated vsize (KiB) 59116

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/188 9218
/proc/meminfo: memFree=16936252/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=59308 CPUtime=821.7 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10466 0 0 0 82143 27 0 0 25 0 1 0 469168115 60731392 10404 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14827 10404 267 50 0 11967 0
Current children cumulated CPU time (s) 821.7
Current children cumulated vsize (KiB) 59308

[startup+882.301 s]
/proc/loadavg: 4.09 4.03 4.00 5/188 9219
/proc/meminfo: memFree=16894960/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=59692 CPUtime=881.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10568 0 0 0 88143 28 0 0 25 0 1 0 469168115 61124608 10506 33554432000 4194304 4395502 140735049640480 18446744073709551615 4296651 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 14923 10506 267 50 0 12063 0
Current children cumulated CPU time (s) 881.71
Current children cumulated vsize (KiB) 59692

[startup+942.3 s]
/proc/loadavg: 4.03 4.02 4.00 5/188 9221
/proc/meminfo: memFree=16870528/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=60460 CPUtime=941.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10722 0 0 0 94143 28 0 0 25 0 1 0 469168115 61911040 10660 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 15115 10660 267 50 0 12255 0
Current children cumulated CPU time (s) 941.71
Current children cumulated vsize (KiB) 60460

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/188 9223
/proc/meminfo: memFree=16853784/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=60652 CPUtime=1001.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10798 0 0 0 100142 29 0 0 25 0 1 0 469168115 62107648 10736 33554432000 4194304 4395502 140735049640480 18446744073709551615 4297604 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 15163 10736 267 50 0 12303 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 60652

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/188 9225
/proc/meminfo: memFree=16829604/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=61036 CPUtime=1061.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 10887 0 0 0 106141 30 0 0 25 0 1 0 469168115 62500864 10825 33554432000 4194304 4395502 140735049640480 18446744073709551615 4288136 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 15259 10825 267 50 0 12399 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 61036

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 4.00 5/188 9226
/proc/meminfo: memFree=16810616/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=61420 CPUtime=1121.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 11008 0 0 0 112141 30 0 0 25 0 1 0 469168115 62894080 10946 33554432000 4194304 4395502 140735049640480 18446744073709551615 4288198 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 15355 10946 267 50 0 12495 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 61420

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/188 9227
/proc/meminfo: memFree=16796108/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=61996 CPUtime=1181.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 11113 0 0 0 118141 30 0 0 25 0 1 0 469168115 63483904 11051 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 15499 11051 267 50 0 12639 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 61996

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/188 9229
/proc/meminfo: memFree=16781600/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=61996 CPUtime=1241.71 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 11129 0 0 0 124141 30 0 0 25 0 1 0 469168115 63483904 11067 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 15499 11067 267 50 0 12639 0
Current children cumulated CPU time (s) 1241.71
Current children cumulated vsize (KiB) 61996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.00 5/188 9231
/proc/meminfo: memFree=16754440/32951132 swapFree=67111528/67111528
[pid=9111] ppid=9109 vsize=62188 CPUtime=1299.42 cores=1,3
/proc/9111/stat : 9111 (SApperloT2010) R 9109 9111 8280 0 -1 4202496 11194 0 0 0 129911 31 0 0 25 0 1 0 469168115 63680512 11132 33554432000 4194304 4395502 140735049640480 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/9111/statm: 15547 11132 267 50 0 12687 0
Current children cumulated CPU time (s) 1299.42
Current children cumulated vsize (KiB) 62188

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.43
CPU user time (s): 1299.12
CPU system time (s): 0.318951
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 62188

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

runsolver used 1.92371 second user time and 5.18221 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 18:21:25
IDJOB=3265347
IDBENCH=85542
IDSOLVER=1655
FILE ID=node131/3265347-1303575685
RUNJOBID= node131-1303575684-9101
PBS_JOBID= 13150312
Free space on /tmp= 72048 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265347-1303575685/watcher-3265347-1303575685 -o /tmp/evaluation-result-3265347-1303575685/solver-3265347-1303575685 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3265347-1303575685.cnf

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1313709062

node131.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.830
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.66
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.830
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.75
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18646000 kB
Buffers:        991588 kB
Cached:       12732184 kB
SwapCached:          0 kB
Active:        4193120 kB
Inactive:      9597208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18646000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             204 kB
Writeback:           8 kB
AnonPages:       65868 kB
Mapped:          14708 kB
Slab:           450468 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   193756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72008 MiB
End job on node131 at 2011-04-23 18:43:07