Trace number 3422106

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) 5000.06 4999.95

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark441.7
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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-3422106-1306658669/watcher-3422106-1306658669 -o /tmp/evaluation-result-3422106-1306658669/solver-3422106-1306658669 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422106-1306658669.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 3/527 10122
/proc/meminfo: memFree=11980632/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=20176 CPUtime=0 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 998 0 0 0 0 0 0 0 20 0 1 0 856098076 20660224 894 33554432000 4194304 4298156 140735755988944 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 5044 895 214 26 0 1676 0

[startup+0.032191 s]
/proc/loadavg: 0.16 0.03 0.01 3/527 10122
/proc/meminfo: memFree=11980632/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=23756 CPUtime=0.02 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 2492 0 0 0 2 0 0 0 20 0 1 0 856098076 24326144 2127 33554432000 4194304 4298156 140735755988944 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 5939 2129 216 26 0 2571 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23756

[startup+0.101194 s]
/proc/loadavg: 0.16 0.03 0.01 3/527 10122
/proc/meminfo: memFree=11980632/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=35796 CPUtime=0.09 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 6898 0 0 0 9 0 0 0 20 0 1 0 856098076 36655104 5583 33554432000 4194304 4298156 140735755988944 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 8949 5584 216 26 0 5581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35796

[startup+0.301186 s]
/proc/loadavg: 0.16 0.03 0.01 3/527 10122
/proc/meminfo: memFree=11980632/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=85600 CPUtime=0.29 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 19536 0 0 0 28 1 0 0 21 0 1 0 856098076 87654400 15312 33554432000 4194304 4298156 140735755988944 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 21400 15313 216 26 0 18032 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85600

[startup+0.701103 s]
/proc/loadavg: 0.16 0.03 0.01 3/527 10122
/proc/meminfo: memFree=11980632/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=157060 CPUtime=0.69 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 44411 0 0 0 65 4 0 0 22 0 1 0 856098076 160829440 34601 33554432000 4194304 4298156 140735755988944 18446744073709551615 216734839841 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 39265 34603 216 26 0 35897 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 157060

[startup+1.50098 s]
/proc/loadavg: 0.16 0.03 0.01 3/528 10123
/proc/meminfo: memFree=11785956/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=345420 CPUtime=1.49 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 93882 0 0 0 137 12 0 0 25 0 1 0 856098076 353710080 72632 33554432000 4194304 4298156 140735755988944 18446744073709551615 4284818 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 86355 72635 216 26 0 82987 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 345420

[startup+3.10065 s]
/proc/loadavg: 0.16 0.03 0.01 3/528 10123
/proc/meminfo: memFree=11568336/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=540028 CPUtime=3.09 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 149485 0 0 0 288 21 0 0 25 0 1 0 856098076 552988672 116187 33554432000 4194304 4298156 140735755988944 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 135007 116187 222 26 0 131639 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 540028

[startup+6.30109 s]
/proc/loadavg: 0.31 0.07 0.02 3/528 10123
/proc/meminfo: memFree=11500976/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=540028 CPUtime=6.29 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 149485 0 0 0 608 21 0 0 25 0 1 0 856098076 552988672 116187 33554432000 4194304 4298156 140735755988944 18446744073709551615 4255040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 135007 116187 222 26 0 131639 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 540028

[startup+12.701 s]
/proc/loadavg: 0.44 0.10 0.03 3/528 10123
/proc/meminfo: memFree=11494476/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=540028 CPUtime=12.69 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 149486 0 0 0 1248 21 0 0 25 0 1 0 856098076 552988672 116188 33554432000 4194304 4298156 140735755988944 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 135007 116188 222 26 0 131639 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 540028

[startup+25.5007 s]
/proc/loadavg: 0.79 0.19 0.06 3/528 10124
/proc/meminfo: memFree=11471792/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=543124 CPUtime=25.49 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 151461 0 0 0 2527 22 0 0 25 0 1 0 856098076 556158976 118001 33554432000 4194304 4298156 140735755988944 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 135781 118001 222 26 0 132413 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 543124

[startup+51.1013 s]
/proc/loadavg: 1.20 0.33 0.11 3/528 10124
/proc/meminfo: memFree=11443548/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=554364 CPUtime=51.09 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 156419 0 0 0 5086 23 0 0 25 0 1 0 856098076 567668736 122459 33554432000 4194304 4298156 140735755988944 18446744073709551615 4227717 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 138591 122459 222 26 0 135223 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 554364

[startup+102.32 s]
/proc/loadavg: 1.65 0.59 0.21 3/528 10126
/proc/meminfo: memFree=11465000/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=102.31 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 273247 0 0 0 10193 38 0 0 25 0 1 0 856098076 535777280 108804 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 108804 243 26 0 127437 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 523220

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/528 10127
/proc/meminfo: memFree=11425908/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=162.3 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 342241 0 0 0 16183 47 0 0 25 0 1 0 856098076 535777280 114791 33554432000 4194304 4298156 140735755988944 18446744073709551615 4252391 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 114791 243 26 0 127437 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 523220

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.42 3/528 10129
/proc/meminfo: memFree=11438772/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=222.3 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 467642 0 0 0 22165 65 0 0 25 0 1 0 856098076 535777280 112553 33554432000 4194304 4298156 140735755988944 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 112553 243 26 0 127437 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 523220

[startup+282.301 s]
/proc/loadavg: 2.05 1.25 0.53 3/528 10157
/proc/meminfo: memFree=11481540/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=282.3 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 537864 0 0 0 28153 77 0 0 25 0 1 0 856098076 535777280 117956 33554432000 4194304 4298156 140735755988944 18446744073709551615 4252751 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 117956 243 26 0 127437 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 523220

[startup+342.301 s]
/proc/loadavg: 2.05 1.40 0.62 3/528 10159
/proc/meminfo: memFree=11462424/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=342.3 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 663563 0 0 0 34136 94 0 0 25 0 1 0 856098076 535777280 113547 33554432000 4194304 4298156 140735755988944 18446744073709551615 4253648 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 113547 243 26 0 127437 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 523220

[startup+402.301 s]
/proc/loadavg: 2.02 1.50 0.70 3/528 10161
/proc/meminfo: memFree=11399768/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=655480 CPUtime=402.3 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 745779 0 0 0 40125 105 0 0 25 0 1 0 856098076 671211520 128454 33554432000 4194304 4298156 140735755988944 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 163870 128454 243 26 0 160502 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 655480

[startup+462.301 s]
/proc/loadavg: 2.12 1.62 0.79 3/528 10162
/proc/meminfo: memFree=11501548/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=462.3 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 1193437 0 0 0 46067 163 0 0 25 0 1 0 856098076 535777280 108892 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 108892 243 26 0 127437 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 523220

[startup+522.301 s]
/proc/loadavg: 2.09 1.70 0.87 3/528 10164
/proc/meminfo: memFree=11428740/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=522.3 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 1263604 0 0 0 52058 172 0 0 25 0 1 0 856098076 535777280 112337 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 112337 243 26 0 127437 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 523220

[startup+582.301 s]
/proc/loadavg: 2.03 1.75 0.94 3/528 10165
/proc/meminfo: memFree=11371684/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=523220 CPUtime=582.31 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 1339749 0 0 0 58048 183 0 0 25 0 1 0 856098076 535777280 120647 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 130805 120647 243 26 0 127437 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 523220

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.03 1.98 3/528 10270
/proc/meminfo: memFree=11235748/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=688496 CPUtime=4062.41 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 9405775 0 0 0 404935 1306 0 0 25 0 1 0 856098076 705019904 139758 33554432000 4194304 4298156 140735755988944 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 172124 139758 243 26 0 168756 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 688496

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/528 10272
/proc/meminfo: memFree=11303428/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=556236 CPUtime=4122.38 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 9545616 0 0 0 410913 1325 0 0 25 0 1 0 856098076 569585664 124749 33554432000 4194304 4298156 140735755988944 18446744073709551615 4253752 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 139059 124749 243 26 0 135691 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 556236

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/528 10273
/proc/meminfo: memFree=11263608/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=556512 CPUtime=4182.39 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 9631463 0 0 0 416902 1337 0 0 25 0 1 0 856098076 569868288 130048 33554432000 4194304 4298156 140735755988944 18446744073709551615 4276668 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 139128 130048 243 26 0 135760 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 556512

[startup+4242.3 s]
/proc/loadavg: 2.09 2.04 1.99 3/528 10275
/proc/meminfo: memFree=11249320/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=556980 CPUtime=4242.39 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 9789762 0 0 0 422880 1359 0 0 25 0 1 0 856098076 570347520 128802 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 139245 128802 243 26 0 135877 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 556980

[startup+4302.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/528 10277
/proc/meminfo: memFree=11169684/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=690668 CPUtime=4302.39 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 9891709 0 0 0 428862 1377 0 0 25 0 1 0 856098076 707244032 145655 33554432000 4194304 4298156 140735755988944 18446744073709551615 4257002 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 172667 145655 243 26 0 169299 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 690668

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 10278
/proc/meminfo: memFree=11237864/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=692076 CPUtime=4362.39 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10043267 0 0 0 434840 1399 0 0 25 0 1 0 856098076 708685824 133791 33554432000 4194304 4298156 140735755988944 18446744073709551615 4261884 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 173019 133791 243 26 0 169651 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 692076

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 10280
/proc/meminfo: memFree=11140628/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=694352 CPUtime=4422.39 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10129829 0 0 0 440828 1411 0 0 25 0 1 0 856098076 711016448 141029 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 173588 141029 243 26 0 170220 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 694352

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/528 10281
/proc/meminfo: memFree=11166888/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=697552 CPUtime=4482.39 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10284863 0 0 0 446804 1435 0 0 25 0 1 0 856098076 714293248 137844 33554432000 4194304 4298156 140735755988944 18446744073709551615 4252707 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 174388 137844 243 26 0 171020 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 697552

[startup+4542.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/528 10283
/proc/meminfo: memFree=11204440/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=565292 CPUtime=4542.4 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10431551 0 0 0 452782 1458 0 0 25 0 1 0 856098076 578859008 127829 33554432000 4194304 4298156 140735755988944 18446744073709551615 4252751 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 141323 127829 243 26 0 137955 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 565292

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/528 10294
/proc/meminfo: memFree=11151384/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=697980 CPUtime=4602.4 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10518652 0 0 0 458769 1471 0 0 25 0 1 0 856098076 714731520 136773 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 174495 136773 243 26 0 171127 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 697980

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/528 10295
/proc/meminfo: memFree=11184104/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=566148 CPUtime=4662.4 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10667225 0 0 0 464750 1490 0 0 25 0 1 0 856098076 579735552 129836 33554432000 4194304 4298156 140735755988944 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 141537 129836 243 26 0 138169 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 566148

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 10297
/proc/meminfo: memFree=11175900/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=699048 CPUtime=4722.42 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10759411 0 0 0 470738 1504 0 0 25 0 1 0 856098076 715825152 142131 33554432000 4194304 4298156 140735755988944 18446744073709551615 4254648 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 174762 142131 243 26 0 171394 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 699048

[startup+4782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/528 10298
/proc/meminfo: memFree=11203280/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=700136 CPUtime=4782.4 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10910903 0 0 0 476718 1522 0 0 25 0 1 0 856098076 716939264 138839 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 175034 138839 243 26 0 171666 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 700136

[startup+4842.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/528 10300
/proc/meminfo: memFree=11136916/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=912952 CPUtime=4842.4 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 10987673 0 0 0 482706 1534 0 0 25 0 1 0 856098076 934862848 139780 33554432000 4194304 4298156 140735755988944 18446744073709551615 4210839 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 228238 139780 243 26 0 224870 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 912952

[startup+4902.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/528 10302
/proc/meminfo: memFree=11173080/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=569076 CPUtime=4902.41 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 11131933 0 0 0 488687 1554 0 0 25 0 1 0 856098076 582733824 134040 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 142269 134040 243 26 0 138901 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 569076

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/528 10303
/proc/meminfo: memFree=11203564/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=569440 CPUtime=4962.4 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 11279049 0 0 0 494665 1575 0 0 25 0 1 0 856098076 583106560 129408 33554432000 4194304 4298156 140735755988944 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 142360 129408 243 26 0 138992 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 569440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 10304
/proc/meminfo: memFree=11172916/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=913316 CPUtime=5000.02 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 11291030 0 0 0 498424 1578 0 0 25 0 1 0 856098076 935235584 141144 33554432000 4194304 4298156 140735755988944 18446744073709551615 4210839 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 228329 141144 243 26 0 224961 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 913316

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 10304
/proc/meminfo: memFree=11172916/32951124 swapFree=65586216/67111528
[pid=10122] ppid=10120 vsize=913316 CPUtime=5000.02 cores=0,2,4,6
/proc/10122/stat : 10122 (contrasat_relea) R 10120 10122 10084 0 -1 4202496 11291030 0 0 0 498424 1578 0 0 25 0 1 0 856098076 935235584 141144 33554432000 4194304 4298156 140735755988944 18446744073709551615 4210839 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10122/statm: 228329 141144 243 26 0 224961 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 913316

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.06
CPU user time (s): 4984.25
CPU system time (s): 15.8106
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 913316

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

runsolver used 27.1759 second user time and 59.229 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-29 10:44:33
IDJOB=3422106
IDBENCH=20580
IDSOLVER=1915
FILE ID=node119/3422106-1306658669
RUNJOBID= node119-1306658668-10102
PBS_JOBID= 13471778
Free space on /tmp= 73292 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422106-1306658669/watcher-3422106-1306658669 -o /tmp/evaluation-result-3422106-1306658669/solver-3422106-1306658669 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422106-1306658669.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=54884562

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11980912 kB
Buffers:        252968 kB
Cached:        4151680 kB
SwapCached:       4316 kB
Active:       10205936 kB
Inactive:     10437016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11980912 kB
SwapTotal:    67111528 kB
SwapFree:     65586216 kB
Dirty:          143852 kB
Writeback:           0 kB
AnonPages:    16237144 kB
Mapped:          41872 kB
Slab:           179028 kB
PageTables:      79520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163935640 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= 73292 MiB
End job on node119 at 2011-05-29 12:07:56