Trace number 3350304

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

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3350304-1304969455/watcher-3350304-1304969455 -o /tmp/evaluation-result-3350304-1304969455/solver-3350304-1304969455 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350304-1304969455.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.86 3.93 3.03 4/284 13337
/proc/meminfo: memFree=4116840/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=22880 CPUtime=0 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1395 0 0 0 0 0 0 0 22 0 1 0 608545336 23429120 1337 33554432000 4194304 4298156 140735882176992 18446744073709551615 4244369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 5720 1338 216 26 0 2352 0

[startup+0.074394 s]
/proc/loadavg: 3.86 3.93 3.03 4/284 13337
/proc/meminfo: memFree=4116840/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=55700 CPUtime=0.06 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 8653 0 0 0 5 1 0 0 22 0 1 0 608545336 57036800 8198 33554432000 4194304 4298156 140735882176992 18446744073709551615 237278905450 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 13958 8200 216 26 0 10590 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 55700

[startup+0.100337 s]
/proc/loadavg: 3.86 3.93 3.03 4/284 13337
/proc/meminfo: memFree=4116840/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=59508 CPUtime=0.08 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 10060 0 0 0 7 1 0 0 22 0 1 0 608545336 60936192 9377 33554432000 4194304 4298156 140735882176992 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 14877 9380 216 26 0 11509 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59508

[startup+0.300301 s]
/proc/loadavg: 3.86 3.93 3.03 4/284 13337
/proc/meminfo: memFree=4116840/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=85208 CPUtime=0.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 17422 0 0 0 26 3 0 0 23 0 1 0 608545336 87252992 15646 33554432000 4194304 4298156 140735882176992 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 21302 15646 216 26 0 17934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85208

[startup+0.700228 s]
/proc/loadavg: 3.86 3.93 3.03 4/284 13337
/proc/meminfo: memFree=4116840/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=128656 CPUtime=0.69 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 28754 0 0 0 64 5 0 0 25 0 1 0 608545336 131743744 24762 33554432000 4194304 4298156 140735882176992 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 32164 24764 216 26 0 28796 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128656

[startup+1.50109 s]
/proc/loadavg: 3.86 3.93 3.03 6/285 13338
/proc/meminfo: memFree=4014648/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=170676 CPUtime=1.49 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 40736 0 0 0 142 7 0 0 25 0 1 0 608545336 174772224 34417 33554432000 4194304 4298156 140735882176992 18446744073709551615 4245474 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 42669 34418 222 26 0 39301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170676

[startup+3.1008 s]
/proc/loadavg: 3.87 3.93 3.04 6/285 13338
/proc/meminfo: memFree=3990792/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=149812 CPUtime=3.09 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 54218 0 0 0 300 9 0 0 25 0 1 0 608545336 153407488 30567 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 37453 30567 242 26 0 34085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 149812

[startup+6.30023 s]
/proc/loadavg: 3.87 3.93 3.04 7/285 13338
/proc/meminfo: memFree=3974052/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=149812 CPUtime=6.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 54594 0 0 0 620 9 0 0 25 0 1 0 608545336 153407488 30929 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 37453 30929 242 26 0 34085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149812

[startup+12.7011 s]
/proc/loadavg: 3.89 3.93 3.05 6/285 13338
/proc/meminfo: memFree=3972776/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=149812 CPUtime=12.69 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 63304 0 0 0 1259 10 0 0 25 0 1 0 608545336 153407488 30704 33554432000 4194304 4298156 140735882176992 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 37453 30704 242 26 0 34085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 149812

[startup+25.5008 s]
/proc/loadavg: 3.91 3.94 3.06 6/285 13338
/proc/meminfo: memFree=3954664/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=177728 CPUtime=25.49 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 82323 0 0 0 2536 13 0 0 25 0 1 0 608545336 181993472 38072 33554432000 4194304 4298156 140735882176992 18446744073709551615 4251848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 44432 38072 242 26 0 41064 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 177728

[startup+51.1002 s]
/proc/loadavg: 3.94 3.94 3.08 6/285 13339
/proc/meminfo: memFree=3970848/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=147380 CPUtime=51.09 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 119549 0 0 0 5091 18 0 0 25 0 1 0 608545336 150917120 32338 33554432000 4194304 4298156 140735882176992 18446744073709551615 4257018 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 36845 32338 242 26 0 33477 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147380

[startup+102.31 s]
/proc/loadavg: 3.97 3.95 3.13 6/285 13341
/proc/meminfo: memFree=3883004/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=196700 CPUtime=102.3 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 195171 0 0 0 10200 30 0 0 25 0 1 0 608545336 201420800 40970 33554432000 4194304 4298156 140735882176992 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 49175 40970 242 26 0 45807 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196700

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.18 5/285 13342
/proc/meminfo: memFree=3868564/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=162.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 270516 0 0 0 16187 42 0 0 25 0 1 0 608545336 232980480 45256 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 45256 242 26 0 53512 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 227520

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.23 5/285 13399
/proc/meminfo: memFree=3814652/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=196700 CPUtime=222.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 364853 0 0 0 22173 56 0 0 25 0 1 0 608545336 201420800 42563 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 49175 42563 242 26 0 45807 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 196700

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.27 5/285 13400
/proc/meminfo: memFree=3800712/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=282.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 423997 0 0 0 28162 67 0 0 25 0 1 0 608545336 232980480 48814 33554432000 4194304 4298156 140735882176992 18446744073709551615 4252683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 48814 242 26 0 53512 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 227520

[startup+342.3 s]
/proc/loadavg: 4.07 3.99 3.32 7/285 13402
/proc/meminfo: memFree=3797588/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=196700 CPUtime=342.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 513594 0 0 0 34150 79 0 0 25 0 1 0 608545336 201420800 43987 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 49175 43987 242 26 0 45807 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 196700

[startup+402.301 s]
/proc/loadavg: 4.15 4.02 3.37 5/285 13431
/proc/meminfo: memFree=3561304/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=402.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 576254 0 0 0 40137 92 0 0 25 0 1 0 608545336 232980480 47997 33554432000 4194304 4298156 140735882176992 18446744073709551615 4253727 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 47997 242 26 0 53512 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 227520

[startup+462.301 s]
/proc/loadavg: 4.08 4.03 3.41 5/285 13432
/proc/meminfo: memFree=3506196/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=462.3 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 671633 0 0 0 46124 106 0 0 25 0 1 0 608545336 232980480 46853 33554432000 4194304 4298156 140735882176992 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 46853 242 26 0 53512 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227520

[startup+522.3 s]
/proc/loadavg: 4.03 4.02 3.45 5/285 13434
/proc/meminfo: memFree=3442120/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=522.29 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 755438 0 0 0 52109 120 0 0 25 0 1 0 608545336 232980480 49571 33554432000 4194304 4298156 140735882176992 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 49571 242 26 0 53512 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 227520

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 3.48 5/285 13435
/proc/meminfo: memFree=3509532/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=582.3 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 853688 0 0 0 58095 135 0 0 25 0 1 0 608545336 232980480 49552 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 49552 242 26 0 53512 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 227520

[startup+642.301 s]
/proc/loadavg: 4.03 4.02 3.51 5/285 13437
/proc/meminfo: memFree=3459508/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=642.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 959343 0 0 0 64080 151 0 0 25 0 1 0 608545336 232980480 48017 33554432000 4194304 4298156 140735882176992 18446744073709551615 4257035 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 48017 242 26 0 53512 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 227520

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.54 5/285 13439
/proc/meminfo: memFree=3379868/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=702.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1046457 0 0 0 70067 164 0 0 25 0 1 0 608545336 232980480 50723 33554432000 4194304 4298156 140735882176992 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 50723 242 26 0 53512 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 227520

[startup+762.31 s]
/proc/loadavg: 4.00 4.01 3.57 5/285 13440
/proc/meminfo: memFree=3432268/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=277608 CPUtime=762.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1121761 0 0 0 76056 175 0 0 25 0 1 0 608545336 284270592 52429 33554432000 4194304 4298156 140735882176992 18446744073709551615 4263080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 69402 52429 242 26 0 66034 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 277608

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.59 5/285 13442
/proc/meminfo: memFree=3453944/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=822.3 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1216681 0 0 0 82038 192 0 0 25 0 1 0 608545336 232980480 51718 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 51718 242 26 0 53512 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 227520

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/285 13443
/proc/meminfo: memFree=3398028/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=882.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1312785 0 0 0 88023 208 0 0 25 0 1 0 608545336 232980480 51674 33554432000 4194304 4298156 140735882176992 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 51674 242 26 0 53512 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 227520

[startup+942.3 s]
/proc/loadavg: 4.12 4.03 3.65 5/285 13445
/proc/meminfo: memFree=3370252/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=277608 CPUtime=942.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1392124 0 0 0 94010 221 0 0 25 0 1 0 608545336 284270592 53691 33554432000 4194304 4298156 140735882176992 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 69402 53691 242 26 0 66034 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 277608

[startup+1002.3 s]
/proc/loadavg: 4.08 4.04 3.67 5/285 13447
/proc/meminfo: memFree=3393640/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=227520 CPUtime=1002.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1492554 0 0 0 99995 236 0 0 25 0 1 0 608545336 232980480 51473 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 56880 51473 242 26 0 53512 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 227520

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 3.69 5/285 13448
/proc/meminfo: memFree=3355804/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=277608 CPUtime=1062.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1553555 0 0 0 105985 246 0 0 25 0 1 0 608545336 284270592 59507 33554432000 4194304 4298156 140735882176992 18446744073709551615 4262512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 69402 59507 242 26 0 66034 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 277608

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.70 5/285 13450
/proc/meminfo: memFree=3265976/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=277608 CPUtime=1122.32 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1661662 0 0 0 111969 263 0 0 25 0 1 0 608545336 284270592 53935 33554432000 4194304 4298156 140735882176992 18446744073709551615 4255510 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 69402 53935 242 26 0 66034 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 277608

[startup+1182.3 s]
/proc/loadavg: 4.05 4.03 3.73 5/285 13451
/proc/meminfo: memFree=3264188/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=277608 CPUtime=1182.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1753107 0 0 0 117955 276 0 0 25 0 1 0 608545336 284270592 56032 33554432000 4194304 4298156 140735882176992 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 69402 56032 242 26 0 66034 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 277608

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.74 5/285 13453
/proc/meminfo: memFree=3378948/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=277608 CPUtime=1242.31 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1837806 0 0 0 123941 290 0 0 25 0 1 0 608545336 284270592 57474 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 69402 57474 242 26 0 66034 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 277608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.61 3.92 3.72 4/279 13472
/proc/meminfo: memFree=3575136/32950904 swapFree=67057400/67111528
[pid=13337] ppid=13335 vsize=277608 CPUtime=1300.03 cores=4,6
/proc/13337/stat : 13337 (contrasat_relea) R 13335 13337 13021 0 -1 4202496 1922693 0 0 0 129698 305 0 0 25 0 1 0 608545336 284270592 54926 33554432000 4194304 4298156 140735882176992 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13337/statm: 69402 54926 242 26 0 66034 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 277608

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): 1296.99
CPU system time (s): 3.06153
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 407836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.99
system time used= 3.06153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1922693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2791

runsolver used 3.46647 second user time and 7.76982 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-09 21:30:56
IDJOB=3350304
IDBENCH=71050
IDSOLVER=1816
FILE ID=node121/3350304-1304969455
RUNJOBID= node121-1304968096-13041
PBS_JOBID= 13285629
Free space on /tmp= 43932 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350304-1304969455/watcher-3350304-1304969455 -o /tmp/evaluation-result-3350304-1304969455/solver-3350304-1304969455 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350304-1304969455.cnf

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=1984698403

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       4116996 kB
Buffers:        233676 kB
Cached:       22038996 kB
SwapCached:       7408 kB
Active:       13557948 kB
Inactive:     14471640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       4116996 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           72604 kB
Writeback:           0 kB
AnonPages:     5755088 kB
Mapped:          22212 kB
Slab:           717076 kB
PageTables:      25560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31150636 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= 43860 MiB
End job on node121 at 2011-05-09 21:52:38