Trace number 3422448

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-02UNSAT 637.792 637.821

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

Solver Data

637.76/637.81	c WARNING: for repeatability, setting FPU to use double precision
637.76/637.81	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.00 2/526 29830
/proc/meminfo: memFree=12458812/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=23728 CPUtime=0.01 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 1971 0 0 0 1 0 0 0 25 0 1 0 759083198 24297472 1808 33554432000 4194304 4298156 140734988987488 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29830/statm: 5932 1808 216 26 0 2564 0

[startup+0.049971 s]
/proc/loadavg: 2.01 2.03 2.00 2/526 29830
/proc/meminfo: memFree=12458812/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=26304 CPUtime=0.04 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 3036 0 0 0 4 0 0 0 25 0 1 0 759083198 26935296 2676 33554432000 4194304 4298156 140734988987488 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29830/statm: 6576 2677 222 26 0 3208 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26304

[startup+0.100949 s]
/proc/loadavg: 2.01 2.03 2.00 2/526 29830
/proc/meminfo: memFree=12458812/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=26280 CPUtime=0.09 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 4218 0 0 0 9 0 0 0 25 0 1 0 759083198 26910720 2995 33554432000 4194304 4298156 140734988987488 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29830/statm: 6570 2995 223 26 0 3202 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26280

[startup+0.300916 s]
/proc/loadavg: 2.01 2.03 2.00 2/526 29830
/proc/meminfo: memFree=12458812/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=24404 CPUtime=0.29 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 4713 0 0 0 28 1 0 0 25 0 1 0 759083198 24989696 2700 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29830/statm: 6101 2700 243 26 0 2733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24404

[startup+0.700842 s]
/proc/loadavg: 2.01 2.03 2.00 2/526 29830
/proc/meminfo: memFree=12458812/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=27084 CPUtime=0.69 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 4954 0 0 0 68 1 0 0 25 0 1 0 759083198 27734016 2926 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29830/statm: 6771 2926 243 26 0 3403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27084

[startup+1.50069 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29831
/proc/meminfo: memFree=12442060/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=28112 CPUtime=1.49 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 5836 0 0 0 148 1 0 0 25 0 1 0 759083198 28786688 3662 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29830/statm: 7028 3662 243 26 0 3660 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28112

[startup+3.10035 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29831
/proc/meminfo: memFree=12435860/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=31624 CPUtime=3.09 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 6661 0 0 0 308 1 0 0 25 0 1 0 759083198 32382976 4376 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/29830/statm: 7906 4376 243 26 0 4538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31624

[startup+6.30084 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29831
/proc/meminfo: memFree=12420840/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=38700 CPUtime=6.25 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 12034 0 0 0 624 1 0 0 25 0 1 0 759083198 39628800 5839 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 9675 5839 243 26 0 6307 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 38700

[startup+12.7007 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29831
/proc/meminfo: memFree=12400900/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=41412 CPUtime=12.65 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 12973 0 0 0 1263 2 0 0 25 0 1 0 759083198 42405888 6735 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 10353 6735 243 26 0 6985 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 41412

[startup+25.5004 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29831
/proc/meminfo: memFree=12370012/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=45832 CPUtime=25.45 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 19589 0 0 0 2542 3 0 0 25 0 1 0 759083198 46931968 7467 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 11458 7467 243 26 0 8090 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 45832

[startup+51.1008 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 29832
/proc/meminfo: memFree=12398504/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=57808 CPUtime=51.05 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 20348 0 0 0 5102 3 0 0 25 0 1 0 759083198 59195392 8167 33554432000 4194304 4298156 140734988987488 18446744073709551615 4251870 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 14452 8167 243 26 0 11084 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57808

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29833
/proc/meminfo: memFree=12425136/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=69408 CPUtime=102.27 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 35076 0 0 0 10222 5 0 0 25 0 1 0 759083198 71073792 12811 33554432000 4194304 4298156 140734988987488 18446744073709551615 4264481 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 17352 12811 243 26 0 13984 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 69408

[startup+162.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 29835
/proc/meminfo: memFree=12395572/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=88264 CPUtime=162.26 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 41158 0 0 0 16220 6 0 0 25 0 1 0 759083198 90382336 18403 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 22066 18403 243 26 0 18698 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 88264

[startup+222.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/527 29845
/proc/meminfo: memFree=12439960/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=88264 CPUtime=222.25 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 41158 0 0 0 22219 6 0 0 25 0 1 0 759083198 90382336 18403 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 22066 18403 243 26 0 18698 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 88264

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 29847
/proc/meminfo: memFree=12418340/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=88264 CPUtime=282.26 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 67826 0 0 0 28215 11 0 0 25 0 1 0 759083198 90382336 17098 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 22066 17098 243 26 0 18698 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 88264

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 29849
/proc/meminfo: memFree=12366328/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=118904 CPUtime=342.25 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 77069 0 0 0 34213 12 0 0 25 0 1 0 759083198 121757696 25747 33554432000 4194304 4298156 140734988987488 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 29726 25747 243 26 0 26358 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 118904

[startup+402.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 29850
/proc/meminfo: memFree=12404340/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=99852 CPUtime=402.25 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 85431 0 0 0 40212 13 0 0 25 0 1 0 759083198 102248448 18508 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 24963 18508 243 26 0 21595 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 99852

[startup+462.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/527 29852
/proc/meminfo: memFree=12282024/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=130516 CPUtime=462.25 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 95268 0 0 0 46210 15 0 0 25 0 1 0 759083198 133648384 27465 33554432000 4194304 4298156 140734988987488 18446744073709551615 4262243 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 32629 27465 243 26 0 29261 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 130516

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 29853
/proc/meminfo: memFree=12175076/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=100168 CPUtime=522.26 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 155735 0 0 0 52204 22 0 0 25 0 1 0 759083198 102572032 21520 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256329 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 25042 21520 243 26 0 21674 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 100168

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29855
/proc/meminfo: memFree=12121216/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=149488 CPUtime=582.26 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 216613 0 0 0 58197 29 0 0 25 0 1 0 759083198 153075712 29297 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 37372 29297 243 26 0 34004 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 149488

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

[startup+588.701 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29855
/proc/meminfo: memFree=12102100/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=149488 CPUtime=588.66 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 218107 0 0 0 58837 29 0 0 25 0 1 0 759083198 153075712 30701 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 37372 30701 243 26 0 34004 0
Current children cumulated CPU time (s) 588.66
Current children cumulated vsize (KiB) 149488

[startup+614.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 29856
/proc/meminfo: memFree=12250024/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=149488 CPUtime=614.27 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 237290 0 0 0 61395 32 0 0 25 0 1 0 759083198 153075712 30725 33554432000 4194304 4298156 140734988987488 18446744073709551615 4254600 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 37372 30725 243 26 0 34004 0
Current children cumulated CPU time (s) 614.27
Current children cumulated vsize (KiB) 149488

[startup+627.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29856
/proc/meminfo: memFree=12202640/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=149488 CPUtime=627.07 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 246422 0 0 0 62674 33 0 0 25 0 1 0 759083198 153075712 30539 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 37372 30539 243 26 0 34004 0
Current children cumulated CPU time (s) 627.07
Current children cumulated vsize (KiB) 149488

[startup+633.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29856
/proc/meminfo: memFree=12195064/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=149488 CPUtime=633.48 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 247499 0 0 0 63315 33 0 0 25 0 1 0 759083198 153075712 31538 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 37372 31538 243 26 0 34004 0
Current children cumulated CPU time (s) 633.48
Current children cumulated vsize (KiB) 149488

[startup+635.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29856
/proc/meminfo: memFree=11911972/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=100168 CPUtime=635.06 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 247530 0 0 0 63473 33 0 0 25 0 1 0 759083198 102572032 21520 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 25042 21520 243 26 0 21674 0
Current children cumulated CPU time (s) 635.06
Current children cumulated vsize (KiB) 100168

[startup+636.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29856
/proc/meminfo: memFree=12409832/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=100168 CPUtime=636.66 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 247530 0 0 0 63633 33 0 0 25 0 1 0 759083198 102572032 21520 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 25042 21520 243 26 0 21674 0
Current children cumulated CPU time (s) 636.66
Current children cumulated vsize (KiB) 100168

[startup+637.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29856
/proc/meminfo: memFree=12406236/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=100168 CPUtime=637.46 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 247530 0 0 0 63713 33 0 0 25 0 1 0 759083198 102572032 21520 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 25042 21520 243 26 0 21674 0
Current children cumulated CPU time (s) 637.46
Current children cumulated vsize (KiB) 100168

[startup+637.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29856
/proc/meminfo: memFree=12406236/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=100168 CPUtime=637.66 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 247530 0 0 0 63733 33 0 0 25 0 1 0 759083198 102572032 21520 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 25042 21520 243 26 0 21674 0
Current children cumulated CPU time (s) 637.66
Current children cumulated vsize (KiB) 100168

[startup+637.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29856
/proc/meminfo: memFree=12406236/32951124 swapFree=66578944/67111528
[pid=29830] ppid=29828 vsize=100168 CPUtime=637.76 cores=0,2,4,6
/proc/29830/stat : 29830 (contrasat_relea) R 29828 29830 29417 0 -1 4202496 247530 0 0 0 63743 33 0 0 25 0 1 0 759083198 102572032 21520 33554432000 4194304 4298156 140734988987488 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29830/statm: 25042 21520 243 26 0 21674 0
Current children cumulated CPU time (s) 637.76
Current children cumulated vsize (KiB) 100168

Child status: 20
Real time (s): 637.821
CPU time (s): 637.792
CPU user time (s): 637.45
CPU system time (s): 0.341948
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 198808

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

runsolver used 3.51047 second user time and 7.52686 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-29 12:57:53
IDJOB=3422448
IDBENCH=83117
IDSOLVER=1915
FILE ID=node145/3422448-1306666673
RUNJOBID= node145-1306658664-29435
PBS_JOBID= 13471752
Free space on /tmp= 73416 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422448-1306666673/watcher-3422448-1306666673 -o /tmp/evaluation-result-3422448-1306666673/solver-3422448-1306666673 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422448-1306666673.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=516693086

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12459092 kB
Buffers:        275400 kB
Cached:        8060128 kB
SwapCached:      34712 kB
Active:       12059644 kB
Inactive:      8137920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12459092 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:    11826844 kB
Mapped:          38028 kB
Slab:           159164 kB
PageTables:      67044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153830332 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= 73416 MiB
End job on node145 at 2011-05-29 13:08:31