Trace number 3280296

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.07 1300.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications 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 variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

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

running on 2 cores: 5,7

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: 1.56 2.15 2.71 4/189 8619
/proc/meminfo: memFree=21016184/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=30436 CPUtime=0 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 2967 0 0 0 0 0 0 0 21 0 1 0 486544204 31166464 2906 33554432000 4194304 4395502 140737161221168 18446744073709551615 4332374 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 7609 2916 245 50 0 4749 0

[startup+0.059051 s]
/proc/loadavg: 1.56 2.15 2.71 4/189 8619
/proc/meminfo: memFree=21016184/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=74180 CPUtime=0.05 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 12997 0 0 0 4 1 0 0 21 0 1 0 486544204 75960320 12936 33554432000 4194304 4395502 140737161221168 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 18545 12937 249 50 0 15685 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 74180

[startup+0.101044 s]
/proc/loadavg: 1.56 2.15 2.71 4/189 8619
/proc/meminfo: memFree=21016184/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=79064 CPUtime=0.09 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 14232 0 0 0 8 1 0 0 21 0 1 0 486544204 80961536 14171 33554432000 4194304 4395502 140737161221168 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 19766 14173 249 50 0 16906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 79064

[startup+0.301007 s]
/proc/loadavg: 1.56 2.15 2.71 4/189 8619
/proc/meminfo: memFree=21016184/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=99260 CPUtime=0.29 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 19284 0 0 0 26 3 0 0 22 0 1 0 486544204 101642240 19223 33554432000 4194304 4395502 140737161221168 18446744073709551615 237278537457 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 24848 19224 249 50 0 21988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99260

[startup+0.700936 s]
/proc/loadavg: 1.56 2.15 2.71 4/189 8619
/proc/meminfo: memFree=21016184/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=138880 CPUtime=0.69 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 29236 0 0 0 64 5 0 0 23 0 1 0 486544204 142213120 29080 33554432000 4194304 4395502 140737161221168 18446744073709551615 4255896 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 34720 29081 250 50 0 31860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138880

[startup+1.50079 s]
/proc/loadavg: 1.76 2.18 2.72 5/190 8620
/proc/meminfo: memFree=20697008/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=245208 CPUtime=1.49 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 54932 0 0 0 136 13 0 0 25 0 1 0 486544204 251092992 45664 33554432000 4194304 4395502 140737161221168 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 61302 45664 256 50 0 58442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245208

[startup+3.10056 s]
/proc/loadavg: 1.76 2.18 2.72 5/190 8620
/proc/meminfo: memFree=20641960/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=256084 CPUtime=3.09 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 57880 0 0 0 282 27 0 0 25 0 1 0 486544204 262230016 45892 33554432000 4194304 4395502 140737161221168 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 64021 45892 256 50 0 61161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 256084

[startup+6.30094 s]
/proc/loadavg: 1.76 2.18 2.72 5/190 8620
/proc/meminfo: memFree=20552236/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=274572 CPUtime=6.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 63835 0 0 0 573 57 0 0 25 0 1 0 486544204 281161728 51847 33554432000 4194304 4395502 140737161221168 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 68643 51847 256 50 0 65783 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 274572

[startup+12.7008 s]
/proc/loadavg: 2.10 2.24 2.73 5/190 8621
/proc/meminfo: memFree=20423936/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=322884 CPUtime=12.7 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 76998 0 0 0 1195 75 0 0 25 0 1 0 486544204 330633216 65010 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 80721 65010 267 50 0 77861 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 322884

[startup+25.5005 s]
/proc/loadavg: 2.39 2.30 2.74 5/190 8621
/proc/meminfo: memFree=20356112/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=331068 CPUtime=25.49 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 79106 0 0 0 2474 75 0 0 25 0 1 0 486544204 339013632 67118 33554432000 4194304 4395502 140737161221168 18446744073709551615 4288155 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 82767 67118 267 50 0 79907 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 331068

[startup+51.101 s]
/proc/loadavg: 2.94 2.44 2.78 5/190 8622
/proc/meminfo: memFree=20229248/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=354288 CPUtime=51.09 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 84660 0 0 0 5032 77 0 0 25 0 1 0 486544204 362790912 72672 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 88572 72672 267 50 0 85712 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 354288

[startup+102.307 s]
/proc/loadavg: 3.57 2.70 2.84 5/190 8623
/proc/meminfo: memFree=20015868/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=399616 CPUtime=102.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 95100 0 0 0 10148 82 0 0 25 0 1 0 486544204 409206784 83112 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 99904 83112 267 50 0 97044 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 399616

[startup+162.3 s]
/proc/loadavg: 3.84 2.93 2.91 5/190 8625
/proc/meminfo: memFree=19813732/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=438916 CPUtime=162.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 104352 0 0 0 16144 86 0 0 25 0 1 0 486544204 449449984 92364 33554432000 4194304 4395502 140737161221168 18446744073709551615 4316933 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 109729 92364 267 50 0 106869 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 438916

[startup+222.3 s]
/proc/loadavg: 4.01 3.14 2.98 5/190 8626
/proc/meminfo: memFree=19642356/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=479848 CPUtime=222.29 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 113334 0 0 0 22141 88 0 0 25 0 1 0 486544204 491364352 101346 33554432000 4194304 4395502 140737161221168 18446744073709551615 4325810 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 119962 101346 267 50 0 117102 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 479848

[startup+282.301 s]
/proc/loadavg: 4.00 3.29 3.04 5/190 8628
/proc/meminfo: memFree=19509532/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=513352 CPUtime=282.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 120825 0 0 0 28138 92 0 0 25 0 1 0 486544204 525672448 108837 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 128338 108837 267 50 0 125478 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 513352

[startup+342.301 s]
/proc/loadavg: 4.00 3.42 3.10 5/190 8629
/proc/meminfo: memFree=19374720/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=541732 CPUtime=342.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 127372 0 0 0 34136 94 0 0 25 0 1 0 486544204 554733568 115384 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 135433 115384 267 50 0 132573 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 541732

[startup+402.3 s]
/proc/loadavg: 4.00 3.52 3.15 5/190 8631
/proc/meminfo: memFree=19250816/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=565364 CPUtime=402.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 133008 0 0 0 40133 97 0 0 25 0 1 0 486544204 578932736 121020 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 141341 121020 267 50 0 138481 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 565364

[startup+462.301 s]
/proc/loadavg: 4.00 3.61 3.20 5/190 8633
/proc/meminfo: memFree=19128660/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=590040 CPUtime=462.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 139031 0 0 0 46131 99 0 0 25 0 1 0 486544204 604200960 127043 33554432000 4194304 4395502 140737161221168 18446744073709551615 4293590 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 147510 127043 267 50 0 144650 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 590040

[startup+522.301 s]
/proc/loadavg: 4.00 3.68 3.25 5/190 8634
/proc/meminfo: memFree=19063656/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=626132 CPUtime=522.31 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 146615 0 0 0 52128 103 0 0 25 0 1 0 486544204 641159168 134627 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 156533 134627 267 50 0 153673 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 626132

[startup+582.3 s]
/proc/loadavg: 4.00 3.73 3.30 5/190 8636
/proc/meminfo: memFree=19028916/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=650084 CPUtime=582.3 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 152135 0 0 0 58125 105 0 0 25 0 1 0 486544204 665686016 140147 33554432000 4194304 4395502 140737161221168 18446744073709551615 4347033 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 162521 140147 267 50 0 159661 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 650084

[startup+642.301 s]
/proc/loadavg: 4.00 3.78 3.34 5/190 8637
/proc/meminfo: memFree=19005576/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=669336 CPUtime=642.32 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 156011 0 0 0 64125 107 0 0 25 0 1 0 486544204 685400064 144023 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 167334 144023 267 50 0 164474 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 669336

[startup+702.301 s]
/proc/loadavg: 4.00 3.82 3.38 5/190 8639
/proc/meminfo: memFree=18980384/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=687464 CPUtime=702.31 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 160301 0 0 0 70121 110 0 0 25 0 1 0 486544204 703963136 148313 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 171866 148313 267 50 0 169006 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 687464

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.41 5/190 8641
/proc/meminfo: memFree=18951604/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=705012 CPUtime=762.31 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 164439 0 0 0 76119 112 0 0 25 0 1 0 486544204 721932288 152451 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 176253 152451 267 50 0 173393 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 705012

[startup+822.3 s]
/proc/loadavg: 4.04 3.89 3.45 5/190 8642
/proc/meminfo: memFree=18930876/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=722988 CPUtime=822.31 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 168257 0 0 0 82118 113 0 0 25 0 1 0 486544204 740339712 156269 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 180747 156269 267 50 0 177887 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 722988

[startup+882.301 s]
/proc/loadavg: 4.01 3.90 3.48 5/190 8644
/proc/meminfo: memFree=18885848/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=741304 CPUtime=882.31 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 172249 0 0 0 88116 115 0 0 25 0 1 0 486544204 759095296 160261 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 185326 160261 267 50 0 182466 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 741304

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.51 5/190 8645
/proc/meminfo: memFree=18871068/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=751268 CPUtime=942.32 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 174291 0 0 0 94116 116 0 0 25 0 1 0 486544204 769298432 162303 33554432000 4194304 4395502 140737161221168 18446744073709551615 4300285 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 187817 162303 267 50 0 184957 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 751268

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.54 5/190 8647
/proc/meminfo: memFree=18864844/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=751524 CPUtime=1002.32 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 174502 0 0 0 100116 116 0 0 25 0 1 0 486544204 769560576 162514 33554432000 4194304 4395502 140737161221168 18446744073709551615 4347033 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 187881 162514 267 50 0 185021 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 751524

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.56 5/190 8649
/proc/meminfo: memFree=18849944/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=754596 CPUtime=1062.31 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 175159 0 0 0 106115 116 0 0 25 0 1 0 486544204 772706304 163171 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 188649 163171 267 50 0 185789 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 754596

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.59 5/190 8650
/proc/meminfo: memFree=18842112/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=758820 CPUtime=1122.32 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 176193 0 0 0 112115 117 0 0 25 0 1 0 486544204 777031680 164205 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 189705 164205 267 50 0 186845 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 758820

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/190 8652
/proc/meminfo: memFree=18827704/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=767012 CPUtime=1182.32 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 178143 0 0 0 118114 118 0 0 25 0 1 0 486544204 785420288 166155 33554432000 4194304 4395502 140737161221168 18446744073709551615 4300200 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 191753 166155 267 50 0 188893 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 767012

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/190 8653
/proc/meminfo: memFree=18814784/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=773156 CPUtime=1242.32 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 179366 0 0 0 124114 118 0 0 25 0 1 0 486544204 791711744 167378 33554432000 4194304 4395502 140737161221168 18446744073709551615 4328554 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 193289 167378 267 50 0 190429 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 773156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.65 2/185 8658
/proc/meminfo: memFree=20496248/32950904 swapFree=67082284/67111528
[pid=8619] ppid=8617 vsize=773156 CPUtime=1300.03 cores=5,7
/proc/8619/stat : 8619 (SApperloT2010) R 8617 8619 8224 0 -1 4202496 179398 0 0 0 129885 118 0 0 25 0 1 0 486544204 791711744 167410 33554432000 4194304 4395502 140737161221168 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8619/statm: 193289 167410 267 50 0 190429 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 773156

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.04
CPU time (s): 1300.07
CPU user time (s): 1298.85
CPU system time (s): 1.21381
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 773156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.85
system time used= 1.21381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179398
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= 5
involuntary context switches= 3603

runsolver used 2.11768 second user time and 4.98524 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-25 18:37:25
IDJOB=3280296
IDBENCH=20365
IDSOLVER=1655
FILE ID=node121/3280296-1303749443
RUNJOBID= node121-1303749442-8580
PBS_JOBID= 13154041
Free space on /tmp= 72072 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280296-1303749443/watcher-3280296-1303749443 -o /tmp/evaluation-result-3280296-1303749443/solver-3280296-1303749443 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3280296-1303749443.cnf

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=1744865487

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      21016596 kB
Buffers:       2143532 kB
Cached:        9086340 kB
SwapCached:       2776 kB
Active:        8657552 kB
Inactive:      2767040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21016596 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           68196 kB
Writeback:           0 kB
AnonPages:      192444 kB
Mapped:          13924 kB
Slab:           445784 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   424424 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= 72112 MiB
End job on node121 at 2011-04-25 18:59:07