Trace number 3493737

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.05 1800.01

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E04F15.cnf
MD5SUM2f0f06d695c1977edc3fba0ba8753984
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark496.525
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses37893
Sum of the clauses size149173
Maximum clause length28
Minimum clause length1
Number of clauses of size 112
Number of clauses of size 212041
Number of clauses of size 38998
Number of clauses of size 43795
Number of clauses of size 55970
Number of clauses of size over 57077

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

running on 2 cores: 1,3

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.02 0.03 0.34 3/179 25508
/proc/meminfo: memFree=30992132/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=16344 CPUtime=0 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 902 0 0 0 0 0 0 0 22 0 1 0 10815042 16736256 842 33554432000 4194304 4258824 140733860665920 18446744073709551615 232123725232 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 4086 842 218 16 0 728 0

[startup+0.084419 s]
/proc/loadavg: 0.02 0.03 0.34 3/179 25508
/proc/meminfo: memFree=30992132/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=26600 CPUtime=0.07 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 2664 0 0 0 7 0 0 0 22 0 1 0 10815042 27238400 2564 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225228 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 6650 2564 242 16 0 3292 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26600

[startup+0.100412 s]
/proc/loadavg: 0.02 0.03 0.34 3/179 25508
/proc/meminfo: memFree=30992132/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=26600 CPUtime=0.09 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 2694 0 0 0 9 0 0 0 22 0 1 0 10815042 27238400 2593 33554432000 4194304 4258824 140733860665920 18446744073709551615 4218485 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 6650 2593 242 16 0 3292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26600

[startup+0.300383 s]
/proc/loadavg: 0.02 0.03 0.34 3/179 25508
/proc/meminfo: memFree=30992132/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=26996 CPUtime=0.29 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 3017 0 0 0 29 0 0 0 23 0 1 0 10815042 27643904 2911 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225315 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 6749 2911 242 16 0 3391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26996

[startup+0.700311 s]
/proc/loadavg: 0.02 0.03 0.34 3/179 25508
/proc/meminfo: memFree=30992132/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=27524 CPUtime=0.69 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 3448 0 0 0 69 0 0 0 25 0 1 0 10815042 28184576 3327 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 6881 3327 242 16 0 3523 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27524

[startup+1.50017 s]
/proc/loadavg: 0.33 0.09 0.36 5/190 25537
/proc/meminfo: memFree=30962784/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=30956 CPUtime=1.48 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 4105 0 0 0 148 0 0 0 25 0 1 0 10815042 31698944 3969 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 7739 3969 242 16 0 4381 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30956

[startup+3.10094 s]
/proc/loadavg: 0.33 0.09 0.36 5/190 25537
/proc/meminfo: memFree=30959684/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=34704 CPUtime=3.09 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 6803 0 0 0 308 1 0 0 25 0 1 0 10815042 35536896 4429 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 8676 4429 244 16 0 5318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34704

[startup+6.30041 s]
/proc/loadavg: 0.33 0.09 0.36 4/185 25561
/proc/meminfo: memFree=30964036/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=34704 CPUtime=6.29 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 7498 0 0 0 628 1 0 0 25 0 1 0 10815042 35536896 5112 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 8676 5112 244 16 0 5318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34704

[startup+12.7002 s]
/proc/loadavg: 0.75 0.19 0.39 5/190 25690
/proc/meminfo: memFree=30945800/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=43520 CPUtime=12.69 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 13739 0 0 0 1267 2 0 0 25 0 1 0 10815042 44564480 7574 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 10880 7574 244 16 0 7522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43520

[startup+25.5009 s]
/proc/loadavg: 1.25 0.31 0.43 5/190 25690
/proc/meminfo: memFree=30939392/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=53996 CPUtime=25.49 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 15782 0 0 0 2547 2 0 0 25 0 1 0 10815042 55291904 7774 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225116 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 13499 7774 244 16 0 10141 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53996

[startup+51.1004 s]
/proc/loadavg: 2.40 0.68 0.54 5/190 25690
/proc/meminfo: memFree=30929296/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=45876 CPUtime=51.09 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 21247 0 0 0 5106 3 0 0 25 0 1 0 10815042 46977024 8226 33554432000 4194304 4258824 140733860665920 18446744073709551615 4232842 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 11469 8226 244 16 0 8111 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 45876

[startup+102.306 s]
/proc/loadavg: 3.30 1.19 0.72 5/190 25730
/proc/meminfo: memFree=30916564/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=50276 CPUtime=102.3 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 26955 0 0 0 10226 4 0 0 25 0 1 0 10815042 51482624 8816 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 12569 8816 244 16 0 9211 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 50276

[startup+162.301 s]
/proc/loadavg: 3.74 1.70 0.93 5/190 25741
/proc/meminfo: memFree=30914532/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=52812 CPUtime=162.29 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 31080 0 0 0 16225 4 0 0 25 0 1 0 10815042 54079488 7513 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 13203 7513 244 16 0 9845 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 52812

[startup+222.3 s]
/proc/loadavg: 3.90 2.11 1.12 5/190 25742
/proc/meminfo: memFree=30889536/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64672 CPUtime=222.29 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 46812 0 0 0 22222 7 0 0 25 0 1 0 10815042 66224128 12913 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225228 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16168 12913 244 16 0 12810 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 64672

[startup+282.301 s]
/proc/loadavg: 4.04 2.47 1.30 5/190 25743
/proc/meminfo: memFree=30904128/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=57232 CPUtime=282.3 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 52294 0 0 0 28221 9 0 0 25 0 1 0 10815042 58605568 8806 33554432000 4194304 4258824 140733860665920 18446744073709551615 4220915 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 14308 8806 244 16 0 10950 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 57232

[startup+342.301 s]
/proc/loadavg: 4.01 2.75 1.47 5/190 25745
/proc/meminfo: memFree=30899740/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=50164 CPUtime=342.3 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 66329 0 0 0 34219 11 0 0 25 0 1 0 10815042 51367936 9051 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 12541 9051 244 16 0 9183 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 50164

[startup+402.3 s]
/proc/loadavg: 4.04 2.99 1.63 5/190 25785
/proc/meminfo: memFree=30854556/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=50140 CPUtime=402.3 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 81175 0 0 0 40216 14 0 0 25 0 1 0 10815042 51343360 9254 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 12535 9254 244 16 0 9177 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 50140

[startup+462.301 s]
/proc/loadavg: 4.01 3.17 1.77 5/190 25787
/proc/meminfo: memFree=30859340/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=43016 CPUtime=462.3 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 93688 0 0 0 46215 15 0 0 25 0 1 0 10815042 44048384 7511 33554432000 4194304 4258824 140733860665920 18446744073709551615 4218192 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 10754 7511 244 16 0 7396 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 43016

[startup+522.3 s]
/proc/loadavg: 4.00 3.32 1.91 5/190 25788
/proc/meminfo: memFree=30864380/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=38596 CPUtime=522.3 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 101488 0 0 0 52214 16 0 0 25 0 1 0 10815042 39522304 5683 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225741 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 9649 5683 244 16 0 6291 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 38596

[startup+582.301 s]
/proc/loadavg: 4.00 3.44 2.04 5/190 25789
/proc/meminfo: memFree=30843252/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=53712 CPUtime=582.3 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 112594 0 0 0 58211 19 0 0 25 0 1 0 10815042 55001088 7652 33554432000 4194304 4258824 140733860665920 18446744073709551615 4217918 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 13428 7652 244 16 0 10070 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 53712

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 4.00 3.74 2.47 5/190 25796
/proc/meminfo: memFree=30802896/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64640 CPUtime=822.31 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 129820 0 0 0 82209 22 0 0 25 0 1 0 10815042 66191360 12917 33554432000 4194304 4258824 140733860665920 18446744073709551615 4221216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16160 12917 244 16 0 12802 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 64640

[startup+882.3 s]
/proc/loadavg: 4.04 3.80 2.57 5/190 25797
/proc/meminfo: memFree=30800000/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64640 CPUtime=882.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 129820 0 0 0 88210 22 0 0 25 0 1 0 10815042 66191360 12917 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225501 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16160 12917 244 16 0 12802 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 64640

[startup+942.301 s]
/proc/loadavg: 4.07 3.85 2.66 5/190 25799
/proc/meminfo: memFree=30794004/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=67320 CPUtime=942.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 130500 0 0 0 94210 22 0 0 25 0 1 0 10815042 68935680 13587 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225721 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16830 13587 244 16 0 13472 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 67320

[startup+1002.3 s]
/proc/loadavg: 4.02 3.87 2.74 5/190 25801
/proc/meminfo: memFree=30808844/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64652 CPUtime=1002.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 140756 0 0 0 100208 24 0 0 25 0 1 0 10815042 66203648 8420 33554432000 4194304 4258824 140733860665920 18446744073709551615 4217924 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16163 8420 244 16 0 12805 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 64652

[startup+1062.3 s]
/proc/loadavg: 4.01 3.89 2.82 5/190 25803
/proc/meminfo: memFree=30797520/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=51400 CPUtime=1062.31 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 149708 0 0 0 106206 25 0 0 25 0 1 0 10815042 52633600 9607 33554432000 4194304 4258824 140733860665920 18446744073709551615 4231589 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 12850 9607 244 16 0 9492 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 51400

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.89 5/190 25842
/proc/meminfo: memFree=30806460/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=61192 CPUtime=1122.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 152225 0 0 0 112206 26 0 0 25 0 1 0 10815042 62660608 12083 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225154 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 15298 12083 244 16 0 11940 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 61192

[startup+1182.3 s]
/proc/loadavg: 4.04 3.94 2.96 5/190 25843
/proc/meminfo: memFree=30801572/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=61192 CPUtime=1182.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 152225 0 0 0 118206 26 0 0 25 0 1 0 10815042 62660608 12083 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 15298 12083 244 16 0 11940 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 61192

[startup+1242.3 s]
/proc/loadavg: 4.01 3.95 3.02 5/190 25845
/proc/meminfo: memFree=30796196/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=61192 CPUtime=1242.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 152225 0 0 0 124206 26 0 0 25 0 1 0 10815042 62660608 12083 33554432000 4194304 4258824 140733860665920 18446744073709551615 4217911 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 15298 12083 244 16 0 11940 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 61192

[startup+1302.3 s]
/proc/loadavg: 4.00 3.95 3.08 5/190 25847
/proc/meminfo: memFree=30782752/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=69104 CPUtime=1302.33 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 154227 0 0 0 130207 26 0 0 25 0 1 0 10815042 70762496 14061 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225721 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 17276 14061 244 16 0 13918 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 69104

[startup+1362.3 s]
/proc/loadavg: 4.00 3.96 3.14 6/190 25849
/proc/meminfo: memFree=30796484/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=68960 CPUtime=1362.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 159119 0 0 0 136205 27 0 0 25 0 1 0 10815042 70615040 9344 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225186 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 17240 9344 244 16 0 13882 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 68960

[startup+1422.31 s]
/proc/loadavg: 4.06 3.98 3.19 5/190 25850
/proc/meminfo: memFree=30801636/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=41276 CPUtime=1422.33 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 167296 0 0 0 142204 29 0 0 25 0 1 0 10815042 42266624 6704 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 10319 6704 244 16 0 6961 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 41276

[startup+1482.3 s]
/proc/loadavg: 4.02 3.98 3.24 5/190 25851
/proc/meminfo: memFree=30788060/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=50284 CPUtime=1482.33 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 178119 0 0 0 148202 31 0 0 25 0 1 0 10815042 51490816 8465 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 12571 8465 244 16 0 9213 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 50284

[startup+1542.3 s]
/proc/loadavg: 4.00 3.98 3.29 5/190 25853
/proc/meminfo: memFree=30768432/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=57468 CPUtime=1542.33 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 180834 0 0 0 154202 31 0 0 25 0 1 0 10815042 58847232 11098 33554432000 4194304 4258824 140733860665920 18446744073709551615 4231801 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 14367 11098 244 16 0 11009 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 57468

[startup+1602.3 s]
/proc/loadavg: 4.00 3.98 3.33 5/190 25855
/proc/meminfo: memFree=30756476/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64800 CPUtime=1602.32 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 182772 0 0 0 160201 31 0 0 25 0 1 0 10815042 66355200 12987 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16200 12987 244 16 0 12842 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 64800

[startup+1662.3 s]
/proc/loadavg: 4.00 3.98 3.37 5/190 25857
/proc/meminfo: memFree=30763004/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=45872 CPUtime=1662.33 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 187447 0 0 0 166201 32 0 0 25 0 1 0 10815042 46972928 8015 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225706 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 11468 8015 244 16 0 8110 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 45872

[startup+1722.3 s]
/proc/loadavg: 4.06 4.00 3.41 5/190 25858
/proc/meminfo: memFree=30740272/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64512 CPUtime=1722.34 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 192469 0 0 0 172201 33 0 0 25 0 1 0 10815042 66060288 12885 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16128 12885 244 16 0 12770 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 64512

[startup+1782.3 s]
/proc/loadavg: 4.02 4.00 3.44 5/190 25859
/proc/meminfo: memFree=30738476/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64760 CPUtime=1782.33 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 197795 0 0 0 178200 33 0 0 25 0 1 0 10815042 66314240 11664 33554432000 4194304 4258824 140733860665920 18446744073709551615 4218032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16190 11664 244 16 0 12832 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 64760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.02 4.00 3.45 4/188 25861
/proc/meminfo: memFree=30860376/32950928 swapFree=67111528/67111528
[pid=25508] ppid=25506 vsize=64760 CPUtime=1800.04 cores=1,3
/proc/25508/stat : 25508 (munsat2_release) R 25506 25508 25460 0 -1 4202496 197795 0 0 0 179971 33 0 0 25 0 1 0 10815042 66314240 11664 33554432000 4194304 4258824 140733860665920 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25508/statm: 16190 11664 244 16 0 12832 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 64760

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.01
CPU time (s): 1800.05
CPU user time (s): 1799.71
CPU system time (s): 0.338948
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 83232

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

runsolver used 2.92455 second user time and 6.89895 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 15:58:22
IDJOB=3493737
IDBENCH=83435
IDSOLVER=1973
FILE ID=node124/3493737-1307800702
RUNJOBID= node124-1307800702-25480
PBS_JOBID= 13551055
Free space on /tmp= 73840 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E04F15.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493737-1307800702/watcher-3493737-1307800702 -o /tmp/evaluation-result-3493737-1307800702/solver-3493737-1307800702 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=737525513 -verb=0 HOME/instance-3493737-1307800702.cnf

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

MD5SUM BENCH= 2f0f06d695c1977edc3fba0ba8753984
RANDOM SEED=737525513

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.855
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.855
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.855
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:     32950928 kB
MemFree:      30994304 kB
Buffers:        132936 kB
Cached:        1558720 kB
SwapCached:          0 kB
Active:         734956 kB
Inactive:      1057164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30994304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4316 kB
Writeback:           0 kB
AnonPages:      100716 kB
Mapped:          15912 kB
Slab:           100920 kB
PageTables:       4348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   247088 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= 73836 MiB
End job on node124 at 2011-06-11 16:28:24