Trace number 3350445

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
minisat hack: contrasat 2011-03-02? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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 ! (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: 961)

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.56 2.46 2.80 4/382 3471
/proc/meminfo: memFree=4128956/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=20184 CPUtime=0 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 892 0 0 0 0 0 0 0 22 0 1 0 608712549 20668416 810 33554432000 4194304 4298156 140737249963776 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 5046 810 215 26 0 1678 0

[startup+0.092649 s]
/proc/loadavg: 3.56 2.46 2.80 4/382 3471
/proc/meminfo: memFree=4128956/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=42828 CPUtime=0.08 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 7489 0 0 0 7 1 0 0 22 0 1 0 608712549 43855872 6495 33554432000 4194304 4298156 140737249963776 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 10707 6496 223 26 0 7339 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42828

[startup+0.100657 s]
/proc/loadavg: 3.56 2.46 2.80 4/382 3471
/proc/meminfo: memFree=4128956/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=44024 CPUtime=0.09 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 8282 0 0 0 8 1 0 0 22 0 1 0 608712549 45080576 7032 33554432000 4194304 4298156 140737249963776 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 11006 7033 218 26 0 7638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44024

[startup+0.300622 s]
/proc/loadavg: 3.56 2.46 2.80 4/382 3471
/proc/meminfo: memFree=4128956/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=67528 CPUtime=0.29 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 13938 0 0 0 28 1 0 0 23 0 1 0 608712549 69148672 11808 33554432000 4194304 4298156 140737249963776 18446744073709551615 4211271 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 16882 11810 245 26 0 13514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67528

[startup+0.700547 s]
/proc/loadavg: 3.56 2.46 2.80 4/382 3471
/proc/meminfo: memFree=4128956/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=63692 CPUtime=0.69 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 20062 0 0 0 67 2 0 0 25 0 1 0 608712549 65220608 11308 33554432000 4194304 4298156 140737249963776 18446744073709551615 4264297 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 15923 11310 246 26 0 12555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63692

[startup+1.5004 s]
/proc/loadavg: 3.56 2.46 2.80 5/383 3472
/proc/meminfo: memFree=4094856/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=63692 CPUtime=1.49 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 20713 0 0 0 147 2 0 0 25 0 1 0 608712549 65220608 11858 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 15923 11858 264 26 0 12555 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63692

[startup+3.1011 s]
/proc/loadavg: 3.56 2.46 2.80 5/383 3472
/proc/meminfo: memFree=4084192/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=77904 CPUtime=3.09 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 22078 0 0 0 307 2 0 0 25 0 1 0 608712549 79773696 13111 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 19476 13111 264 26 0 16108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77904

[startup+6.30052 s]
/proc/loadavg: 3.60 2.49 2.80 5/383 3473
/proc/meminfo: memFree=4061180/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=77904 CPUtime=6.29 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 23845 0 0 0 627 2 0 0 25 0 1 0 608712549 79773696 14660 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 19476 14660 264 26 0 16108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77904

[startup+12.7004 s]
/proc/loadavg: 3.63 2.51 2.81 5/383 3473
/proc/meminfo: memFree=4064656/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=82436 CPUtime=12.69 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 34851 0 0 0 1265 4 0 0 25 0 1 0 608712549 84414464 15759 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 20609 15759 264 26 0 17241 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82436

[startup+25.501 s]
/proc/loadavg: 3.71 2.58 2.83 5/383 3473
/proc/meminfo: memFree=4060812/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=89620 CPUtime=25.49 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 36780 0 0 0 2545 4 0 0 25 0 1 0 608712549 91770880 17553 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 22405 17553 264 26 0 19037 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89620

[startup+51.1003 s]
/proc/loadavg: 3.81 2.70 2.86 5/383 3474
/proc/meminfo: memFree=4021436/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=132360 CPUtime=51.09 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 52493 0 0 0 5103 6 0 0 25 0 1 0 608712549 135536640 26620 33554432000 4194304 4298156 140737249963776 18446744073709551615 212691134866 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 33090 26620 264 26 0 29722 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132360

[startup+102.314 s]
/proc/loadavg: 3.91 2.90 2.91 5/383 3597
/proc/meminfo: memFree=4043876/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=132804 CPUtime=102.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 55336 0 0 0 10222 8 0 0 25 0 1 0 608712549 135991296 29315 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 33201 29315 264 26 0 29833 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 132804

[startup+162.301 s]
/proc/loadavg: 4.02 3.11 2.98 5/383 3608
/proc/meminfo: memFree=3994300/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=151776 CPUtime=162.29 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 102463 0 0 0 16214 15 0 0 25 0 1 0 608712549 155418624 30113 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 37944 30113 264 26 0 34576 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151776

[startup+222.301 s]
/proc/loadavg: 4.06 3.28 3.05 5/383 3609
/proc/meminfo: memFree=3967832/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=151776 CPUtime=222.29 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 214687 0 0 0 22199 30 0 0 25 0 1 0 608712549 155418624 32396 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 37944 32396 264 26 0 34576 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 151776

[startup+282.301 s]
/proc/loadavg: 4.02 3.41 3.11 5/383 3638
/proc/meminfo: memFree=3947004/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=182464 CPUtime=282.29 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 327788 0 0 0 28182 47 0 0 25 0 1 0 608712549 186843136 38849 33554432000 4194304 4298156 140737249963776 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 45616 38849 264 26 0 42248 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 182464

[startup+342.301 s]
/proc/loadavg: 4.06 3.53 3.17 5/383 3642
/proc/meminfo: memFree=3927684/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=182464 CPUtime=342.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 413743 0 0 0 34172 58 0 0 25 0 1 0 608712549 186843136 40988 33554432000 4194304 4298156 140737249963776 18446744073709551615 4253756 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 45616 40988 264 26 0 42248 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182464

[startup+402.3 s]
/proc/loadavg: 4.02 3.61 3.21 5/383 3671
/proc/meminfo: memFree=3960908/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=182464 CPUtime=402.29 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 515733 0 0 0 40156 73 0 0 25 0 1 0 608712549 186843136 40014 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 45616 40014 264 26 0 42248 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 182464

[startup+462.3 s]
/proc/loadavg: 4.19 3.73 3.28 5/383 3673
/proc/meminfo: memFree=3907072/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=182464 CPUtime=462.29 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 609157 0 0 0 46142 87 0 0 25 0 1 0 608712549 186843136 39121 33554432000 4194304 4298156 140737249963776 18446744073709551615 4257018 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 45616 39121 264 26 0 42248 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 182464

[startup+522.3 s]
/proc/loadavg: 4.19 3.81 3.33 5/383 3674
/proc/meminfo: memFree=3878256/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=522.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 720997 0 0 0 52127 103 0 0 25 0 1 0 608712549 218402816 42673 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256214 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 42673 264 26 0 49953 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 213284

[startup+582.3 s]
/proc/loadavg: 4.07 3.84 3.37 5/383 3676
/proc/meminfo: memFree=3879724/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=182464 CPUtime=582.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 907364 0 0 0 58102 128 0 0 25 0 1 0 608712549 186843136 40020 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 45616 40020 264 26 0 42248 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 182464

[startup+642.3 s]
/proc/loadavg: 4.02 3.86 3.40 5/383 3678
/proc/meminfo: memFree=3839776/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=642.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1013964 0 0 0 64086 144 0 0 25 0 1 0 608712549 218402816 42587 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 42587 264 26 0 49953 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 213284

[startup+702.3 s]
/proc/loadavg: 4.04 3.90 3.44 5/383 3679
/proc/meminfo: memFree=3829200/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=702.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1105378 0 0 0 70073 157 0 0 25 0 1 0 608712549 218402816 42065 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 42065 264 26 0 49953 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 213284

[startup+762.315 s]
/proc/loadavg: 4.01 3.92 3.48 5/383 3681
/proc/meminfo: memFree=3827296/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=182464 CPUtime=762.31 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1222913 0 0 0 76057 174 0 0 25 0 1 0 608712549 186843136 41757 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 45616 41757 264 26 0 42248 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 182464

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.51 5/383 3682
/proc/meminfo: memFree=3790932/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=822.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1311957 0 0 0 82042 188 0 0 25 0 1 0 608712549 218402816 42206 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 42206 264 26 0 49953 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 213284

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.53 5/383 3684
/proc/meminfo: memFree=3772804/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=882.3 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1371990 0 0 0 88032 198 0 0 25 0 1 0 608712549 218402816 45287 33554432000 4194304 4298156 140737249963776 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 45287 264 26 0 49953 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 213284

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.56 5/383 3685
/proc/meminfo: memFree=3812452/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=942.31 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1512231 0 0 0 94015 216 0 0 25 0 1 0 608712549 218402816 43795 33554432000 4194304 4298156 140737249963776 18446744073709551615 4254786 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 43795 264 26 0 49953 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 213284

[startup+1002.3 s]
/proc/loadavg: 4.08 3.97 3.59 5/383 3687
/proc/meminfo: memFree=3800760/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=1002.31 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1585450 0 0 0 100003 228 0 0 25 0 1 0 608712549 218402816 42639 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256593 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 42639 264 26 0 49953 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 213284

[startup+1062.3 s]
/proc/loadavg: 4.25 4.04 3.64 5/383 3689
/proc/meminfo: memFree=3777920/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=1062.31 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1649471 0 0 0 105995 236 0 0 25 0 1 0 608712549 218402816 47826 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 47826 264 26 0 49953 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 213284

[startup+1122.3 s]
/proc/loadavg: 4.12 4.05 3.66 5/383 3690
/proc/meminfo: memFree=3727912/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=1122.32 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1735567 0 0 0 111983 249 0 0 25 0 1 0 608712549 218402816 49029 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 49029 264 26 0 49953 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 213284

[startup+1182.3 s]
/proc/loadavg: 4.15 4.07 3.69 5/383 3692
/proc/meminfo: memFree=3750840/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=1182.32 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1813787 0 0 0 117972 260 0 0 25 0 1 0 608712549 218402816 43287 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 43287 264 26 0 49953 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 213284

[startup+1242.3 s]
/proc/loadavg: 4.10 4.07 3.71 5/383 3693
/proc/meminfo: memFree=3713608/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=1242.31 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1863635 0 0 0 123963 268 0 0 25 0 1 0 608712549 218402816 49173 33554432000 4194304 4298156 140737249963776 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 49173 264 26 0 49953 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 213284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.05 3.73 5/383 3695
/proc/meminfo: memFree=3656524/32951124 swapFree=67111348/67111528
[pid=3471] ppid=3469 vsize=213284 CPUtime=1300.03 cores=4,6
/proc/3471/stat : 3471 (contrasat_relea) R 3469 3471 2878 0 -1 4202496 1949139 0 0 0 129721 282 0 0 25 0 1 0 608712549 218402816 49591 33554432000 4194304 4298156 140737249963776 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3471/statm: 53321 49591 264 26 0 49953 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 213284

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.02
CPU time (s): 1300.05
CPU user time (s): 1297.22
CPU system time (s): 2.82857
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 343512

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

runsolver used 4.96024 second user time and 10.4864 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-09 21:59:08
IDJOB=3350445
IDBENCH=82467
IDSOLVER=1816
FILE ID=node139/3350445-1304971148
RUNJOBID= node139-1304971048-3369
PBS_JOBID= 13285611
Free space on /tmp= 40728 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350445-1304971148/watcher-3350445-1304971148 -o /tmp/evaluation-result-3350445-1304971148/solver-3350445-1304971148 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350445-1304971148.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=735106949

node139.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.852
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:       4129112 kB
Buffers:        228692 kB
Cached:       20622516 kB
SwapCached:          8 kB
Active:       16434644 kB
Inactive:     11607244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4129112 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4800 kB
Writeback:           8 kB
AnonPages:     7190796 kB
Mapped:          29436 kB
Slab:           676372 kB
PageTables:      39472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77217240 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= 40744 MiB
End job on node139 at 2011-05-09 22:20:50