Trace number 3350444

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) 1299.93 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
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-3350444-1304971173/watcher-3350444-1304971173 -o /tmp/evaluation-result-3350444-1304971173/solver-3350444-1304971173 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350444-1304971173.cnf 

running on 2 cores: 0,2

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: 0.98 2.01 3.14 3/354 4354
/proc/meminfo: memFree=23275676/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=11796 CPUtime=0 cores=0,2
/proc/4354/stat : 4354 (runsolver) R 4352 4354 3848 0 -1 4202560 44 0 0 0 0 0 0 0 22 0 1 0 608716964 12079104 53 33554432000 4194304 5432360 140733370207744 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/4354/statm: 2949 53 33 303 0 2643 0

[startup+0.116539 s]
/proc/loadavg: 0.98 2.01 3.14 3/354 4354
/proc/meminfo: memFree=23275676/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=43876 CPUtime=0.09 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 8196 0 0 0 8 1 0 0 23 0 1 0 608716964 44929024 6955 33554432000 4194304 4298156 140736088321856 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4354/statm: 10969 6955 219 26 0 7601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43876

[startup+0.200526 s]
/proc/loadavg: 0.98 2.01 3.14 3/354 4354
/proc/meminfo: memFree=23275676/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=55936 CPUtime=0.18 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 10580 0 0 0 16 2 0 0 23 0 1 0 608716964 57278464 9108 33554432000 4194304 4298156 140736088321856 18446744073709551615 4260219 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4354/statm: 13984 9108 245 26 0 10616 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 55936

[startup+0.300521 s]
/proc/loadavg: 0.98 2.01 3.14 3/354 4354
/proc/meminfo: memFree=23275676/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=59860 CPUtime=0.28 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 12368 0 0 0 26 2 0 0 23 0 1 0 608716964 61296640 10666 33554432000 4194304 4298156 140736088321856 18446744073709551615 4231411 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4354/statm: 14965 10666 245 26 0 11597 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59860

[startup+0.700442 s]
/proc/loadavg: 0.98 2.01 3.14 3/354 4354
/proc/meminfo: memFree=23275676/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=62612 CPUtime=0.68 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 17639 0 0 0 65 3 0 0 25 0 1 0 608716964 64114688 10092 33554432000 4194304 4298156 140736088321856 18446744073709551615 4233560 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4354/statm: 15653 10092 246 26 0 12285 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62612

[startup+1.50034 s]
/proc/loadavg: 0.98 2.01 3.14 5/368 4381
/proc/meminfo: memFree=23057136/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=58748 CPUtime=1.47 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 19032 0 0 0 144 3 0 0 25 0 1 0 608716964 60157952 10237 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256586 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4354/statm: 14687 10237 264 26 0 11319 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 58748

[startup+3.10105 s]
/proc/loadavg: 0.98 2.01 3.14 5/364 4381
/proc/meminfo: memFree=23074768/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=58748 CPUtime=3.05 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 19192 0 0 0 302 3 0 0 25 0 1 0 608716964 60157952 10371 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4354/statm: 14687 10371 264 26 0 11319 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 58748

[startup+6.30055 s]
/proc/loadavg: 1.46 2.09 3.16 3/360 4413
/proc/meminfo: memFree=23163428/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=58748 CPUtime=6.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 19812 0 0 0 619 3 0 0 25 0 1 0 608716964 60157952 10919 33554432000 4194304 4298156 140736088321856 18446744073709551615 4252608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 14687 10919 264 26 0 11319 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 58748

[startup+12.7005 s]
/proc/loadavg: 1.82 2.16 3.18 5/368 4516
/proc/meminfo: memFree=22998068/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=65892 CPUtime=12.63 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 22130 0 0 0 1259 4 0 0 25 0 1 0 608716964 67473408 12705 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256290 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 16473 12705 264 26 0 13105 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 65892

[startup+25.5003 s]
/proc/loadavg: 2.37 2.26 3.19 7/368 4571
/proc/meminfo: memFree=22973000/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=96168 CPUtime=25.42 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 29479 0 0 0 2537 5 0 0 25 0 1 0 608716964 98476032 18797 33554432000 4194304 4298156 140736088321856 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 24042 18797 264 26 0 20674 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 96168

[startup+51.101 s]
/proc/loadavg: 2.93 2.40 3.21 5/368 4572
/proc/meminfo: memFree=22892596/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=115536 CPUtime=51.02 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 44663 0 0 0 5094 8 0 0 25 0 1 0 608716964 118308864 23135 33554432000 4194304 4298156 140736088321856 18446744073709551615 4261627 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 28884 23135 264 26 0 25516 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 115536

[startup+102.3 s]
/proc/loadavg: 3.59 2.66 3.26 5/365 4603
/proc/meminfo: memFree=22747012/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=157560 CPUtime=102.23 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 57408 0 0 0 10212 11 0 0 25 0 1 0 608716964 161341440 34881 33554432000 4194304 4298156 140736088321856 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 39390 34881 264 26 0 36022 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 157560

[startup+162.3 s]
/proc/loadavg: 5.00 3.27 3.43 5/368 4610
/proc/meminfo: memFree=22289444/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=157560 CPUtime=162.23 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 57408 0 0 0 16208 15 0 0 25 0 1 0 608716964 161341440 34881 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 39390 34881 264 26 0 36022 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 157560

[startup+222.314 s]
/proc/loadavg: 4.41 3.42 3.47 5/368 4612
/proc/meminfo: memFree=22316812/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=116072 CPUtime=222.23 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 132467 0 0 0 22194 29 0 0 25 0 1 0 608716964 118857728 22986 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 29018 22986 264 26 0 25650 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 116072

[startup+282.301 s]
/proc/loadavg: 4.19 3.54 3.50 5/368 4641
/proc/meminfo: memFree=22811796/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=116072 CPUtime=282.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 200086 0 0 0 28180 42 0 0 25 0 1 0 608716964 118857728 25219 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 29018 25219 264 26 0 25650 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 116072

[startup+342.301 s]
/proc/loadavg: 4.07 3.62 3.53 5/368 4642
/proc/meminfo: memFree=22777652/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=116072 CPUtime=342.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 280132 0 0 0 34164 58 0 0 25 0 1 0 608716964 118857728 25159 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 29018 25159 264 26 0 25650 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 116072

[startup+402.301 s]
/proc/loadavg: 4.02 3.68 3.56 5/368 4647
/proc/meminfo: memFree=22744504/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=116072 CPUtime=402.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 344769 0 0 0 40150 72 0 0 25 0 1 0 608716964 118857728 24849 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 29018 24849 264 26 0 25650 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 116072

[startup+462.314 s]
/proc/loadavg: 4.01 3.74 3.58 5/368 4648
/proc/meminfo: memFree=22737764/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=116072 CPUtime=462.23 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 406142 0 0 0 46140 83 0 0 25 0 1 0 608716964 118857728 25016 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 29018 25016 264 26 0 25650 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 116072

[startup+522.3 s]
/proc/loadavg: 4.00 3.78 3.61 5/368 4650
/proc/meminfo: memFree=22708212/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=146892 CPUtime=522.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 464701 0 0 0 52128 94 0 0 25 0 1 0 608716964 150417408 28190 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 36723 28190 264 26 0 33355 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 146892

[startup+582.3 s]
/proc/loadavg: 4.00 3.82 3.63 5/368 4652
/proc/meminfo: memFree=22692672/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=146892 CPUtime=582.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 520968 0 0 0 58116 105 0 0 25 0 1 0 608716964 150417408 29795 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 36723 29795 264 26 0 33355 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 146892

[startup+642.3 s]
/proc/loadavg: 4.00 3.85 3.65 5/368 4653
/proc/meminfo: memFree=22684684/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=146892 CPUtime=642.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 583549 0 0 0 64105 116 0 0 25 0 1 0 608716964 150417408 30897 33554432000 4194304 4298156 140736088321856 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 36723 30897 264 26 0 33355 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 146892

[startup+702.301 s]
/proc/loadavg: 4.08 3.90 3.68 5/368 4655
/proc/meminfo: memFree=22689492/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=146892 CPUtime=702.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 646025 0 0 0 70093 128 0 0 25 0 1 0 608716964 150417408 29560 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 36723 29560 264 26 0 33355 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 146892

[startup+762.301 s]
/proc/loadavg: 4.11 3.95 3.70 5/368 4683
/proc/meminfo: memFree=22806104/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=146892 CPUtime=762.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 691753 0 0 0 76085 137 0 0 25 0 1 0 608716964 150417408 32129 33554432000 4194304 4298156 140736088321856 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 36723 32129 264 26 0 33355 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 146892

[startup+822.301 s]
/proc/loadavg: 4.13 3.98 3.73 5/368 4685
/proc/meminfo: memFree=22772348/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=147560 CPUtime=822.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 756852 0 0 0 82075 147 0 0 25 0 1 0 608716964 151101440 29889 33554432000 4194304 4298156 140736088321856 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 36890 29889 264 26 0 33522 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 147560

[startup+882.301 s]
/proc/loadavg: 4.10 4.00 3.75 5/368 4687
/proc/meminfo: memFree=22748516/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=148336 CPUtime=882.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 805434 0 0 0 88064 157 0 0 25 0 1 0 608716964 151896064 30255 33554432000 4194304 4298156 140736088321856 18446744073709551615 4261516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 37084 30255 264 26 0 33716 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 148336

[startup+942.314 s]
/proc/loadavg: 4.04 4.00 3.76 5/368 4688
/proc/meminfo: memFree=22761744/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=148656 CPUtime=942.22 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 856287 0 0 0 94056 166 0 0 25 0 1 0 608716964 152223744 33288 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 37164 33288 264 26 0 33796 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 148656

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.77 5/368 4690
/proc/meminfo: memFree=22748692/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=149456 CPUtime=1002.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 904296 0 0 0 100046 175 0 0 25 0 1 0 608716964 153042944 30839 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 37364 30839 264 26 0 33996 0
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (KiB) 149456

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/368 4691
/proc/meminfo: memFree=22736128/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=201192 CPUtime=1062.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 931572 0 0 0 106040 181 0 0 25 0 1 0 608716964 206020608 34556 33554432000 4194304 4298156 140736088321856 18446744073709551615 4252251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 50298 34557 264 26 0 46930 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 201192

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/368 4693
/proc/meminfo: memFree=22712884/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=151604 CPUtime=1122.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 975644 0 0 0 112033 188 0 0 25 0 1 0 608716964 155242496 32136 33554432000 4194304 4298156 140736088321856 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 37901 32136 264 26 0 34533 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 151604

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/368 4695
/proc/meminfo: memFree=22690660/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=152100 CPUtime=1182.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 999772 0 0 0 118028 193 0 0 25 0 1 0 608716964 155750400 34143 33554432000 4194304 4298156 140736088321856 18446744073709551615 4261657 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 38025 34143 264 26 0 34657 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 152100

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/368 4696
/proc/meminfo: memFree=22678596/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=152876 CPUtime=1242.21 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 1042068 0 0 0 124017 204 0 0 25 0 1 0 608716964 156545024 31288 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 38219 31288 264 26 0 34851 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 152876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.03 3.84 5/368 4698
/proc/meminfo: memFree=22697540/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=153200 CPUtime=1299.91 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 1083281 0 0 0 129780 211 0 0 25 0 1 0 608716964 156876800 29629 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 38300 29629 264 26 0 34932 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 153200

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

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

[startup+1300 s]
/proc/loadavg: 4.08 4.03 3.84 5/368 4698
/proc/meminfo: memFree=22697540/32951132 swapFree=64495964/67111528
[pid=4354] ppid=4352 vsize=153200 CPUtime=1299.91 cores=0,2
/proc/4354/stat : 4354 (contrasat_relea) R 4352 4354 3848 0 -1 4202496 1083281 0 0 0 129780 211 0 0 25 0 1 0 608716964 156876800 29629 33554432000 4194304 4298156 140736088321856 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4354/statm: 38300 29629 264 26 0 34932 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 153200

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.93
CPU user time (s): 1297.81
CPU system time (s): 2.12168
CPU usage (%): 99.9932
Max. virtual memory (cumulated for all children) (KiB): 283428

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

runsolver used 5.20221 second user time and 12.1002 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 21:59:33
IDJOB=3350444
IDBENCH=82469
IDSOLVER=1816
FILE ID=node129/3350444-1304971173
RUNJOBID= node129-1304971173-4338
PBS_JOBID= 13285621
Free space on /tmp= 48116 MiB

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

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=119346208

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      23276072 kB
Buffers:        146848 kB
Cached:        4374872 kB
SwapCached:      52448 kB
Active:        2348104 kB
Inactive:      7125624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23276072 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:            8156 kB
Writeback:           0 kB
AnonPages:     4909124 kB
Mapped:          16880 kB
Slab:            99464 kB
PageTables:      38764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79741868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48104 MiB
End job on node129 at 2011-05-09 22:21:15