Trace number 3493561

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
MiniUnsat2 2011-02-22? (TO) 1800.06 1800.02

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc950.cnf
MD5SUM36e67e1ba9821e3da23147686112d6b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.99509
Satisfiable
(Un)Satisfiability was proved
Number of variables112784
Number of clauses360419
Sum of the clauses size955179
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119894
Number of clauses of size 3237433
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493561-1307800694/watcher-3493561-1307800694 -o /tmp/evaluation-result-3493561-1307800694/solver-3493561-1307800694 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1012589536 -verb=0 HOME/instance-3493561-1307800694.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 0.43 0.93 1.31 4/186 1964
/proc/meminfo: memFree=31554984/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=11804 CPUtime=0 cores=5,7
/proc/1964/stat : 1964 (runsolver) S 1962 1964 1898 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 891666563 12087296 51 33554432000 4194304 5436572 140734099231120 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 5 0 0 0
/proc/1964/statm: 2951 51 31 304 0 2643 0

[startup+0.01372 s]
/proc/loadavg: 0.43 0.93 1.31 4/186 1964
/proc/meminfo: memFree=31554984/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=2460 CPUtime=0 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) S 1962 1964 1898 0 -1 4194304 89 0 0 0 0 0 0 0 21 0 1 0 891666563 2519040 43 33554432000 4194304 4258824 140733513788992 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 17 7 0 0 0
/proc/1964/statm: 615 43 34 16 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2460

[startup+0.106806 s]
/proc/loadavg: 0.43 0.93 1.31 4/186 1964
/proc/meminfo: memFree=31554984/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=49272 CPUtime=0.07 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 8899 0 0 0 6 1 0 0 21 0 1 0 891666563 50454528 8839 33554432000 4194304 4258824 140733513788992 18446744073709551615 239476355781 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 12318 8843 219 16 0 8960 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49272

[startup+0.300732 s]
/proc/loadavg: 0.43 0.93 1.31 4/186 1964
/proc/meminfo: memFree=31554984/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=88820 CPUtime=0.26 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 17867 0 0 0 24 2 0 0 21 0 1 0 891666563 90951680 17658 33554432000 4194304 4258824 140733513788992 18446744073709551615 4248793 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 22205 17659 224 16 0 18847 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 88820

[startup+0.700662 s]
/proc/loadavg: 0.43 0.93 1.31 4/186 1964
/proc/meminfo: memFree=31554984/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=101436 CPUtime=0.66 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 21327 0 0 0 64 2 0 0 23 0 1 0 891666563 103870464 20992 33554432000 4194304 4258824 140733513788992 18446744073709551615 4217903 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 25359 20992 243 16 0 22001 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 101436

[startup+1.5005 s]
/proc/loadavg: 0.43 0.93 1.31 5/190 1975
/proc/meminfo: memFree=31156080/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=101864 CPUtime=1.45 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 21626 0 0 0 143 2 0 0 25 0 1 0 891666563 104308736 21286 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 25466 21286 244 16 0 22108 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 101864

[startup+3.10019 s]
/proc/loadavg: 0.43 0.93 1.31 5/190 1975
/proc/meminfo: memFree=31082964/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=107140 CPUtime=3.05 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 22381 0 0 0 303 2 0 0 25 0 1 0 891666563 109711360 22018 33554432000 4194304 4258824 140733513788992 18446744073709551615 4218080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 26785 22018 244 16 0 23427 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 107140

[startup+6.30058 s]
/proc/loadavg: 0.72 0.98 1.32 5/190 1975
/proc/meminfo: memFree=31054396/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=108952 CPUtime=6.26 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 23689 0 0 0 623 3 0 0 25 0 1 0 891666563 111566848 23300 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 27238 23300 244 16 0 23880 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 108952

[startup+12.7004 s]
/proc/loadavg: 0.98 1.03 1.34 5/190 1975
/proc/meminfo: memFree=31021032/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=117748 CPUtime=12.66 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 25691 0 0 0 1262 4 0 0 25 0 1 0 891666563 120573952 25265 33554432000 4194304 4258824 140733513788992 18446744073709551615 4232480 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 29437 25265 244 16 0 26079 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 117748

[startup+25.5009 s]
/proc/loadavg: 1.65 1.17 1.38 5/190 1976
/proc/meminfo: memFree=30983948/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=132996 CPUtime=25.46 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 28597 0 0 0 2542 4 0 0 25 0 1 0 891666563 136187904 28124 33554432000 4194304 4258824 140733513788992 18446744073709551615 4235890 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 33249 28124 244 16 0 29891 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 132996

[startup+51.101 s]
/proc/loadavg: 2.45 1.40 1.45 5/190 1976
/proc/meminfo: memFree=30938596/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=158288 CPUtime=51.06 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 35249 0 0 0 5100 6 0 0 25 0 1 0 891666563 162086912 34631 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 39572 34631 244 16 0 36214 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 158288

[startup+102.307 s]
/proc/loadavg: 3.38 1.81 1.58 5/190 1978
/proc/meminfo: memFree=30964636/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=197272 CPUtime=102.27 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 44696 0 0 0 10219 8 0 0 25 0 1 0 891666563 202006528 43967 33554432000 4194304 4258824 140733513788992 18446744073709551615 4231187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 49318 43967 244 16 0 45960 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 197272

[startup+162.301 s]
/proc/loadavg: 3.77 2.21 1.73 5/190 1979
/proc/meminfo: memFree=30899648/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=258604 CPUtime=162.27 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 57417 0 0 0 16214 13 0 0 25 0 1 0 891666563 264810496 56521 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 64651 56521 244 16 0 61293 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 258604

[startup+222.301 s]
/proc/loadavg: 3.91 2.53 1.87 5/190 1990
/proc/meminfo: memFree=30966052/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=131392 CPUtime=222.27 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 76315 0 0 0 22209 18 0 0 25 0 1 0 891666563 134545408 28006 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225210 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 32848 28006 244 16 0 29490 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 131392

[startup+282.301 s]
/proc/loadavg: 4.01 2.81 2.01 5/190 1992
/proc/meminfo: memFree=30776444/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=193884 CPUtime=282.27 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 90923 0 0 0 28204 23 0 0 25 0 1 0 891666563 198537216 42398 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 48471 42398 244 16 0 45113 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 193884

[startup+342.301 s]
/proc/loadavg: 4.08 3.04 2.13 5/190 1993
/proc/meminfo: memFree=30738732/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=154368 CPUtime=342.28 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 113399 0 0 0 34198 30 0 0 25 0 1 0 891666563 158072832 32149 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 38592 32149 244 16 0 35234 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 154368

[startup+402.301 s]
/proc/loadavg: 4.08 3.23 2.25 5/190 1998
/proc/meminfo: memFree=30737792/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=193972 CPUtime=402.27 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 124871 0 0 0 40193 34 0 0 25 0 1 0 891666563 198627328 43477 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 48493 43477 244 16 0 45135 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 193972

[startup+462.301 s]
/proc/loadavg: 4.03 3.37 2.36 5/190 1999
/proc/meminfo: memFree=30571928/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=155924 CPUtime=462.28 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 147950 0 0 0 46188 40 0 0 25 0 1 0 891666563 159666176 33816 33554432000 4194304 4258824 140733513788992 18446744073709551615 4217874 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 38981 33816 244 16 0 35623 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 155924

[startup+522.301 s]
/proc/loadavg: 4.01 3.48 2.46 5/190 2001
/proc/meminfo: memFree=30382432/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=245816 CPUtime=522.28 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 160315 0 0 0 52185 43 0 0 25 0 1 0 891666563 251715584 46057 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225741 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 61454 46057 244 16 0 58096 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 245816

[startup+582.301 s]
/proc/loadavg: 4.08 3.59 2.56 5/190 2003
/proc/meminfo: memFree=30459036/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=189940 CPUtime=582.28 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 185065 0 0 0 58179 49 0 0 25 0 1 0 891666563 194498560 38019 33554432000 4194304 4258824 140733513788992 18446744073709551615 4231705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 47485 38019 244 16 0 44127 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 189940

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 4.02 3.82 2.88 5/190 2009
/proc/meminfo: memFree=30370260/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=132692 CPUtime=822.29 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 267473 0 0 0 82158 71 0 0 25 0 1 0 891666563 135876608 28589 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225195 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 33173 28589 244 16 0 29815 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 132692

[startup+882.301 s]
/proc/loadavg: 4.05 3.86 2.95 5/190 2011
/proc/meminfo: memFree=30187708/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=193960 CPUtime=882.29 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 281545 0 0 0 88153 76 0 0 25 0 1 0 891666563 198615040 42468 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 48490 42468 244 16 0 45132 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 193960

[startup+942.301 s]
/proc/loadavg: 4.02 3.89 3.02 5/190 2012
/proc/meminfo: memFree=30088724/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=155484 CPUtime=942.3 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 304386 0 0 0 94148 82 0 0 25 0 1 0 891666563 159215616 32600 33554432000 4194304 4258824 140733513788992 18446744073709551615 4217839 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 38871 32600 244 16 0 35513 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 155484

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.08 5/190 2014
/proc/meminfo: memFree=30376504/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=246512 CPUtime=1002.3 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 317530 0 0 0 100145 85 0 0 25 0 1 0 891666563 252428288 45586 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 61628 45586 244 16 0 58270 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 246512

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.13 5/190 2015
/proc/meminfo: memFree=30219372/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=257588 CPUtime=1062.3 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 330057 0 0 0 106140 90 0 0 25 0 1 0 891666563 263770112 57931 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225851 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 64397 57931 244 16 0 61039 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 257588

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.18 5/190 2017
/proc/meminfo: memFree=30237820/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=189612 CPUtime=1122.3 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 354632 0 0 0 112133 97 0 0 25 0 1 0 891666563 194162688 37533 33554432000 4194304 4258824 140733513788992 18446744073709551615 4217832 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 47403 37533 244 16 0 44045 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 189612

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.23 5/190 2019
/proc/meminfo: memFree=30074980/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=250580 CPUtime=1182.3 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 366528 0 0 0 118130 100 0 0 25 0 1 0 891666563 256593920 49265 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 62645 49265 244 16 0 59287 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 250580

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.28 5/190 2020
/proc/meminfo: memFree=30107312/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=256616 CPUtime=1242.31 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 376834 0 0 0 124126 105 0 0 25 0 1 0 891666563 262774784 59445 33554432000 4194304 4258824 140733513788992 18446744073709551615 4217808 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 64154 59445 244 16 0 60796 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 256616

[startup+1302.3 s]
/proc/loadavg: 4.07 3.97 3.33 5/190 2022
/proc/meminfo: memFree=30063388/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=132680 CPUtime=1302.31 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 397879 0 0 0 130119 112 0 0 25 0 1 0 891666563 135864320 28739 33554432000 4194304 4258824 140733513788992 18446744073709551615 4231638 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 33170 28739 244 16 0 29812 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 132680

[startup+1362.3 s]
/proc/loadavg: 4.03 3.97 3.36 5/190 2023
/proc/meminfo: memFree=29923124/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=192096 CPUtime=1362.32 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 408642 0 0 0 136117 115 0 0 25 0 1 0 891666563 196706304 39356 33554432000 4194304 4258824 140733513788992 18446744073709551615 4231187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 48024 39356 244 16 0 44666 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 192096

[startup+1422.31 s]
/proc/loadavg: 4.01 3.97 3.40 5/190 2025
/proc/meminfo: memFree=29772448/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=250832 CPUtime=1422.32 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 421629 0 0 0 142111 121 0 0 25 0 1 0 891666563 256851968 52171 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 62708 52171 244 16 0 59350 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 250832

[startup+1482.3 s]
/proc/loadavg: 4.00 3.97 3.43 5/190 2027
/proc/meminfo: memFree=29660956/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=341820 CPUtime=1482.31 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 433429 0 0 0 148106 125 0 0 25 0 1 0 891666563 350023680 63815 33554432000 4194304 4258824 140733513788992 18446744073709551615 4218717 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 85455 63815 244 16 0 82097 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 341820

[startup+1542.3 s]
/proc/loadavg: 4.00 3.97 3.47 5/190 2028
/proc/meminfo: memFree=29850272/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=349612 CPUtime=1542.32 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 443185 0 0 0 154102 130 0 0 25 0 1 0 891666563 358002688 73443 33554432000 4194304 4258824 140733513788992 18446744073709551615 4218477 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 87403 73443 244 16 0 84045 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 349612

[startup+1602.3 s]
/proc/loadavg: 4.00 3.97 3.50 5/190 2030
/proc/meminfo: memFree=30103584/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=192040 CPUtime=1602.32 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 456892 0 0 0 160097 135 0 0 25 0 1 0 891666563 196648960 40033 33554432000 4194304 4258824 140733513788992 18446744073709551615 4217814 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 48010 40033 244 16 0 44652 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 192040

[startup+1662.3 s]
/proc/loadavg: 4.06 3.99 3.53 5/190 2031
/proc/meminfo: memFree=29998284/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=276664 CPUtime=1662.32 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 473032 0 0 0 166089 143 0 0 25 0 1 0 891666563 283303936 55938 33554432000 4194304 4258824 140733513788992 18446744073709551615 4217935 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 69166 55938 244 16 0 65808 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 276664

[startup+1722.3 s]
/proc/loadavg: 4.02 3.99 3.56 5/190 2033
/proc/meminfo: memFree=29833464/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=279652 CPUtime=1722.32 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 482461 0 0 0 172084 148 0 0 25 0 1 0 891666563 286363648 65257 33554432000 4194304 4258824 140733513788992 18446744073709551615 4231943 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 69913 65257 244 16 0 66555 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 279652

[startup+1782.3 s]
/proc/loadavg: 4.01 3.99 3.58 5/190 2035
/proc/meminfo: memFree=29710688/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=365452 CPUtime=1782.33 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 492480 0 0 0 178080 153 0 0 25 0 1 0 891666563 374222848 75140 33554432000 4194304 4258824 140733513788992 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 91363 75140 244 16 0 88005 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 365452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.00 3.99 3.59 4/188 2036
/proc/meminfo: memFree=30031104/32950928 swapFree=67055428/67111528
[pid=1964] ppid=1962 vsize=366588 CPUtime=1800.04 cores=5,7
/proc/1964/stat : 1964 (munsat2_release) R 1962 1964 1898 0 -1 4202496 495138 0 0 0 179849 155 0 0 25 0 1 0 891666563 375386112 77768 33554432000 4194304 4258824 140733513788992 18446744073709551615 4235755 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1964/statm: 91647 77768 244 16 0 88289 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 366588

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): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1798.49
CPU system time (s): 1.56276
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 366588

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

runsolver used 2.80257 second user time and 7.02493 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 15:58:15
IDJOB=3493561
IDBENCH=20454
IDSOLVER=1973
FILE ID=node148/3493561-1307800694
RUNJOBID= node148-1307800694-1919
PBS_JOBID= 13551044
Free space on /tmp= 74012 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT07/industrial/babic/dspam/dspam_dump_vc950.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493561-1307800694/watcher-3493561-1307800694 -o /tmp/evaluation-result-3493561-1307800694/solver-3493561-1307800694 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1012589536 -verb=0 HOME/instance-3493561-1307800694.cnf

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

MD5SUM BENCH= 36e67e1ba9821e3da23147686112d6b9
RANDOM SEED=1012589536

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:      31568144 kB
Buffers:        170792 kB
Cached:         971984 kB
SwapCached:       8836 kB
Active:         433224 kB
Inactive:       784220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31568144 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           35352 kB
Writeback:           0 kB
AnonPages:       72852 kB
Mapped:          12948 kB
Slab:            99324 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   288096 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= 74004 MiB
End job on node148 at 2011-06-11 16:28:17