Trace number 3422116

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.07 4999.94

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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

running on 4 cores: 1,3,5,7

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.00 0.00 0.00 2/572 22517
/proc/meminfo: memFree=24129336/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=21556 CPUtime=0.01 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 1477 0 0 0 1 0 0 0 21 0 1 0 777466082 22073344 1316 33554432000 4194304 4298156 140736563050208 18446744073709551615 4200591 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 5389 1316 215 26 0 2021 0

[startup+0.028545 s]
/proc/loadavg: 0.00 0.00 0.00 2/572 22517
/proc/meminfo: memFree=24129336/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=23428 CPUtime=0.02 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 2312 0 0 0 2 0 0 0 21 0 1 0 777466082 23990272 1963 33554432000 4194304 4298156 140736563050208 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 5857 1964 215 26 0 2489 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23428

[startup+0.100537 s]
/proc/loadavg: 0.00 0.00 0.00 2/572 22517
/proc/meminfo: memFree=24129336/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=37040 CPUtime=0.09 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 6921 0 0 0 9 0 0 0 21 0 1 0 777466082 37928960 5641 33554432000 4194304 4298156 140736563050208 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 9260 5644 215 26 0 5892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37040

[startup+0.300501 s]
/proc/loadavg: 0.00 0.00 0.00 2/572 22517
/proc/meminfo: memFree=24129336/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=87196 CPUtime=0.29 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 19647 0 0 0 27 2 0 0 22 0 1 0 777466082 89288704 15494 33554432000 4194304 4298156 140736563050208 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 21799 15498 215 26 0 18431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87196

[startup+0.700429 s]
/proc/loadavg: 0.00 0.00 0.00 2/572 22517
/proc/meminfo: memFree=24129336/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=162320 CPUtime=0.69 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 44818 0 0 0 63 6 0 0 23 0 1 0 777466082 166215680 35199 33554432000 4194304 4298156 140736563050208 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 40580 35200 215 26 0 37212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162320

[startup+1.50036 s]
/proc/loadavg: 0.00 0.00 0.00 3/573 22518
/proc/meminfo: memFree=23931432/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=314468 CPUtime=1.49 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 78136 0 0 0 138 11 0 0 25 0 1 0 777466082 322015232 61832 33554432000 4194304 4298156 140736563050208 18446744073709551615 4227725 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 78617 61832 221 26 0 75249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 314468

[startup+3.101 s]
/proc/loadavg: 0.16 0.03 0.01 3/573 22518
/proc/meminfo: memFree=23878484/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=314468 CPUtime=3.09 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 78136 0 0 0 298 11 0 0 25 0 1 0 777466082 322015232 61832 33554432000 4194304 4298156 140736563050208 18446744073709551615 4227725 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 78617 61832 221 26 0 75249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 314468

[startup+6.30043 s]
/proc/loadavg: 0.16 0.03 0.01 3/573 22518
/proc/meminfo: memFree=23857296/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=318816 CPUtime=6.29 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 80703 0 0 0 617 12 0 0 25 0 1 0 777466082 326467584 64080 33554432000 4194304 4298156 140736563050208 18446744073709551615 4227418 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 79704 64080 221 26 0 76336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 318816

[startup+12.7003 s]
/proc/loadavg: 0.59 0.13 0.04 3/573 22518
/proc/meminfo: memFree=23878620/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=12.69 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 110006 0 0 0 1254 15 0 0 25 0 1 0 777466082 311836672 56977 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 56977 242 26 0 72764 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 304528

[startup+25.501 s]
/proc/loadavg: 0.81 0.19 0.06 3/573 22545
/proc/meminfo: memFree=23827984/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=25.49 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 112755 0 0 0 2534 15 0 0 25 0 1 0 777466082 311836672 59605 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 59605 242 26 0 72764 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 304528

[startup+51.1004 s]
/proc/loadavg: 1.21 0.33 0.11 3/573 22546
/proc/meminfo: memFree=23782436/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=51.09 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 149143 0 0 0 5089 20 0 0 25 0 1 0 777466082 311836672 61540 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 61540 242 26 0 72764 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 304528

[startup+102.321 s]
/proc/loadavg: 1.68 0.61 0.22 3/573 22548
/proc/meminfo: memFree=23802504/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=102.32 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 255394 0 0 0 10196 36 0 0 25 0 1 0 777466082 311836672 62263 33554432000 4194304 4298156 140736563050208 18446744073709551615 4257032 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 62263 242 26 0 72764 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 304528

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/573 22549
/proc/meminfo: memFree=23784240/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=162.29 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 402315 0 0 0 16175 54 0 0 25 0 1 0 777466082 311836672 63781 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 63781 242 26 0 72764 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 304528

[startup+222.301 s]
/proc/loadavg: 1.95 1.07 0.43 3/573 22551
/proc/meminfo: memFree=23773408/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=222.3 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 548614 0 0 0 22159 71 0 0 25 0 1 0 777466082 311836672 62624 33554432000 4194304 4298156 140736563050208 18446744073709551615 4254072 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 62624 242 26 0 72764 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 304528

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/573 22552
/proc/meminfo: memFree=23778080/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=282.3 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 736565 0 0 0 28134 96 0 0 25 0 1 0 777466082 311836672 60217 33554432000 4194304 4298156 140736563050208 18446744073709551615 4276150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 60217 242 26 0 72764 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 304528

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/573 22554
/proc/meminfo: memFree=23760076/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=342.3 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 855337 0 0 0 34116 114 0 0 25 0 1 0 777466082 311836672 64621 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 64621 242 26 0 72764 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 304528

[startup+402.301 s]
/proc/loadavg: 2.07 1.50 0.70 3/573 22582
/proc/meminfo: memFree=23909332/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=402.3 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 1012240 0 0 0 40095 135 0 0 25 0 1 0 777466082 311836672 62362 33554432000 4194304 4298156 140736563050208 18446744073709551615 4252672 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 62362 242 26 0 72764 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 304528

[startup+462.301 s]
/proc/loadavg: 2.05 1.61 0.79 3/573 22584
/proc/meminfo: memFree=23872796/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=462.3 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 1167953 0 0 0 46074 156 0 0 25 0 1 0 777466082 311836672 63911 33554432000 4194304 4298156 140736563050208 18446744073709551615 4252741 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 63911 242 26 0 72764 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 304528

[startup+522.3 s]
/proc/loadavg: 2.14 1.71 0.87 3/573 22586
/proc/meminfo: memFree=23880424/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=522.3 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 1360453 0 0 0 52050 180 0 0 25 0 1 0 777466082 311836672 62303 33554432000 4194304 4298156 140736563050208 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 62304 242 26 0 72764 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 304528

[startup+582.301 s]
/proc/loadavg: 2.11 1.77 0.94 3/573 22587
/proc/meminfo: memFree=23843316/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=304528 CPUtime=582.3 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 1520172 0 0 0 58030 200 0 0 25 0 1 0 777466082 311836672 64838 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 76132 64838 242 26 0 72764 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 304528

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 1.98 3/573 22746
/proc/meminfo: memFree=23537136/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=451492 CPUtime=4062.42 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 8597341 0 0 0 405053 1189 0 0 25 0 1 0 777466082 462327808 93222 33554432000 4194304 4298156 140736563050208 18446744073709551615 4254600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 112873 93222 242 26 0 109505 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 451492

[startup+4122.3 s]
/proc/loadavg: 2.11 2.05 1.99 3/573 22748
/proc/meminfo: memFree=23533252/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=451668 CPUtime=4122.4 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 8702647 0 0 0 411037 1203 0 0 25 0 1 0 777466082 462508032 94199 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 112917 94199 242 26 0 109549 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 451668

[startup+4182.3 s]
/proc/loadavg: 2.09 2.05 1.99 3/573 22749
/proc/meminfo: memFree=23509524/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=453056 CPUtime=4182.4 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 8803758 0 0 0 417022 1218 0 0 25 0 1 0 777466082 463929344 92116 33554432000 4194304 4298156 140736563050208 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 113264 92116 242 26 0 109896 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 453056

[startup+4242.3 s]
/proc/loadavg: 2.03 2.04 1.99 3/573 22751
/proc/meminfo: memFree=23553624/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=454908 CPUtime=4242.4 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 8909148 0 0 0 423007 1233 0 0 25 0 1 0 777466082 465825792 91667 33554432000 4194304 4298156 140736563050208 18446744073709551615 4254984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 113727 91667 242 26 0 110359 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 454908

[startup+4302.3 s]
/proc/loadavg: 2.11 2.06 2.00 3/573 22753
/proc/meminfo: memFree=23549992/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=455548 CPUtime=4302.4 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9007114 0 0 0 428992 1248 0 0 25 0 1 0 777466082 466481152 90005 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256551 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 113887 90005 242 26 0 110519 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 455548

[startup+4362.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/573 22754
/proc/meminfo: memFree=23486212/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=375840 CPUtime=4362.41 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9103559 0 0 0 434977 1264 0 0 25 0 1 0 777466082 384860160 86803 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256491 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 93960 86803 242 26 0 90592 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 375840

[startup+4422.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/573 22756
/proc/meminfo: memFree=23552632/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=375840 CPUtime=4422.41 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9200912 0 0 0 440962 1279 0 0 25 0 1 0 777466082 384860160 84259 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 93960 84259 242 26 0 90592 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 375840

[startup+4482.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/573 22757
/proc/meminfo: memFree=23486504/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=458748 CPUtime=4482.41 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9258420 0 0 0 446953 1288 0 0 25 0 1 0 777466082 469757952 92023 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 114687 92023 242 26 0 111319 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 458748

[startup+4542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 22759
/proc/meminfo: memFree=23479508/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=460348 CPUtime=4542.41 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9355446 0 0 0 452938 1303 0 0 25 0 1 0 777466082 471396352 89253 33554432000 4194304 4298156 140736563050208 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115087 89253 242 26 0 111719 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 460348

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 22770
/proc/meminfo: memFree=23482632/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=460348 CPUtime=4602.43 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9471445 0 0 0 458923 1320 0 0 25 0 1 0 777466082 471396352 97753 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115087 97753 242 26 0 111719 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 460348

[startup+4662.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/573 22771
/proc/meminfo: memFree=23540336/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=461036 CPUtime=4662.42 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9623070 0 0 0 464902 1340 0 0 25 0 1 0 777466082 472100864 89892 33554432000 4194304 4298156 140736563050208 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115259 89892 242 26 0 111891 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 461036

[startup+4722.32 s]
/proc/loadavg: 2.13 2.06 2.01 3/573 22773
/proc/meminfo: memFree=23523440/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=461488 CPUtime=4722.44 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9722837 0 0 0 470889 1355 0 0 25 0 1 0 777466082 472563712 88586 33554432000 4194304 4298156 140736563050208 18446744073709551615 4255058 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115372 88586 242 26 0 112004 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 461488

[startup+4782.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/573 22776
/proc/meminfo: memFree=23476788/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=461488 CPUtime=4782.41 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9826673 0 0 0 476872 1369 0 0 25 0 1 0 777466082 472563712 92302 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115372 92302 242 26 0 112004 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 461488

[startup+4842.3 s]
/proc/loadavg: 2.25 2.10 2.02 3/573 22779
/proc/meminfo: memFree=23474968/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=461488 CPUtime=4842.42 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 9927238 0 0 0 482859 1383 0 0 25 0 1 0 777466082 472563712 88407 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256623 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115372 88407 242 26 0 112004 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 461488

[startup+4902.3 s]
/proc/loadavg: 2.15 2.09 2.02 3/573 22780
/proc/meminfo: memFree=23450632/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=462916 CPUtime=4902.42 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 10031851 0 0 0 488844 1398 0 0 25 0 1 0 777466082 474025984 89153 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115729 89153 242 26 0 112361 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 462916

[startup+4962.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/573 22782
/proc/meminfo: memFree=23498212/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=462916 CPUtime=4962.42 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 10135174 0 0 0 494831 1411 0 0 25 0 1 0 777466082 474025984 89165 33554432000 4194304 4298156 140736563050208 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115729 89165 242 26 0 112361 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 462916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.03 2.06 2.01 3/573 22783
/proc/meminfo: memFree=23474244/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=462916 CPUtime=5000.04 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 10189080 0 0 0 498585 1419 0 0 25 0 1 0 777466082 474025984 89215 33554432000 4194304 4298156 140736563050208 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115729 89215 242 26 0 112361 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 462916

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.03 2.06 2.01 3/573 22783
/proc/meminfo: memFree=23474244/32950928 swapFree=49808508/67111528
[pid=22517] ppid=22515 vsize=462916 CPUtime=5000.04 cores=1,3,5,7
/proc/22517/stat : 22517 (contrasat_relea) R 22515 22517 22479 0 -1 4202496 10189080 0 0 0 498585 1419 0 0 25 0 1 0 777466082 474025984 89215 33554432000 4194304 4298156 140736563050208 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22517/statm: 115729 89215 242 26 0 112361 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 462916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4985.86
CPU system time (s): 14.2078
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 671964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4985.86
system time used= 14.2078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10189085
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 10211

runsolver used 27.2419 second user time and 66.8788 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-29 10:44:33
IDJOB=3422116
IDBENCH=69571
IDSOLVER=1915
FILE ID=node122/3422116-1306658671
RUNJOBID= node122-1306658668-22498
PBS_JOBID= 13471775
Free space on /tmp= 73408 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422116-1306658671/watcher-3422116-1306658671 -o /tmp/evaluation-result-3422116-1306658671/solver-3422116-1306658671 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422116-1306658671.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1896452479

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24129616 kB
Buffers:        208676 kB
Cached:        2350568 kB
SwapCached:      60784 kB
Active:         632272 kB
Inactive:      7925256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24129616 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:           79892 kB
Writeback:           0 kB
AnonPages:     5951136 kB
Mapped:          11788 kB
Slab:            99776 kB
PageTables:      93240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180787116 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= 73380 MiB
End job on node122 at 2011-05-29 12:07:55