Trace number 3350435

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 677.664 677.667

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 benchmark53.8988
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

677.60/677.66	c WARNING: for repeatability, setting FPU to use double precision
677.60/677.66	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-3350435-1304971902/watcher-3350435-1304971902 -o /tmp/evaluation-result-3350435-1304971902/solver-3350435-1304971902 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350435-1304971902.cnf 

running on 2 cores: 1,3

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: 4.18 3.94 3.70 5/367 4682
/proc/meminfo: memFree=22821588/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=22212 CPUtime=0 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 1295 0 0 0 0 0 0 0 25 0 1 0 608789841 22745088 1221 33554432000 4194304 4298156 140736370598448 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 5553 1223 216 26 0 2185 0

[startup+0.026618 s]
/proc/loadavg: 4.18 3.94 3.70 5/367 4682
/proc/meminfo: memFree=22821588/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=24408 CPUtime=0.01 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 2258 0 0 0 1 0 0 0 25 0 1 0 608789841 24993792 2025 33554432000 4194304 4298156 140736370598448 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 6102 2027 216 26 0 2734 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24408

[startup+0.100597 s]
/proc/loadavg: 4.18 3.94 3.70 5/367 4682
/proc/meminfo: memFree=22821588/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=26280 CPUtime=0.08 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 4182 0 0 0 8 0 0 0 25 0 1 0 608789841 26910720 2966 33554432000 4194304 4298156 140736370598448 18446744073709551615 4233525 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 6570 2966 223 26 0 3202 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26280

[startup+0.300573 s]
/proc/loadavg: 4.18 3.94 3.70 5/367 4682
/proc/meminfo: memFree=22821588/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=24404 CPUtime=0.28 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 4704 0 0 0 28 0 0 0 25 0 1 0 608789841 24989696 2692 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 6101 2692 242 26 0 2733 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24404

[startup+0.700497 s]
/proc/loadavg: 4.18 3.94 3.70 5/367 4682
/proc/meminfo: memFree=22821588/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=27084 CPUtime=0.69 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 4943 0 0 0 68 1 0 0 25 0 1 0 608789841 27734016 2916 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 6771 2916 243 26 0 3403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27084

[startup+1.50036 s]
/proc/loadavg: 4.18 3.94 3.70 5/368 4683
/proc/meminfo: memFree=22806336/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=28112 CPUtime=1.49 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 5821 0 0 0 148 1 0 0 25 0 1 0 608789841 28786688 3647 33554432000 4194304 4298156 140736370598448 18446744073709551615 4253652 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 7028 3647 243 26 0 3660 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28112

[startup+3.1011 s]
/proc/loadavg: 4.18 3.94 3.70 5/368 4683
/proc/meminfo: memFree=22801252/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=31624 CPUtime=3.09 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 6632 0 0 0 308 1 0 0 25 0 1 0 608789841 32382976 4350 33554432000 4194304 4298156 140736370598448 18446744073709551615 4253744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 7906 4350 243 26 0 4538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31624

[startup+6.30055 s]
/proc/loadavg: 4.16 3.94 3.70 5/368 4683
/proc/meminfo: memFree=22788740/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=38700 CPUtime=6.29 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 12035 0 0 0 627 2 0 0 25 0 1 0 608789841 39628800 5840 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 9675 5840 243 26 0 6307 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38700

[startup+12.7005 s]
/proc/loadavg: 4.15 3.94 3.70 5/368 4683
/proc/meminfo: memFree=22777220/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=41412 CPUtime=12.69 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 12974 0 0 0 1267 2 0 0 25 0 1 0 608789841 42405888 6736 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256794 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 10353 6736 243 26 0 6985 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41412

[startup+25.5003 s]
/proc/loadavg: 4.12 3.95 3.70 5/368 4683
/proc/meminfo: memFree=22818136/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=45832 CPUtime=25.49 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 19590 0 0 0 2546 3 0 0 25 0 1 0 608789841 46931968 7468 33554432000 4194304 4298156 140736370598448 18446744073709551615 4254984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 11458 7468 243 26 0 8090 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45832

[startup+51.101 s]
/proc/loadavg: 4.15 3.96 3.72 5/368 4684
/proc/meminfo: memFree=22780924/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=46228 CPUtime=51.07 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 20071 0 0 0 5101 6 0 0 25 0 1 0 608789841 47337472 7916 33554432000 4194304 4298156 140736370598448 18446744073709551615 4254775 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 11557 7916 243 26 0 8189 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46228

[startup+102.313 s]
/proc/loadavg: 4.11 3.98 3.73 5/368 4685
/proc/meminfo: memFree=22759820/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=69408 CPUtime=102.29 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 35077 0 0 0 10221 8 0 0 25 0 1 0 608789841 71073792 12812 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 17352 12812 243 26 0 13984 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 69408

[startup+162.3 s]
/proc/loadavg: 4.08 4.00 3.75 5/368 4687
/proc/meminfo: memFree=22743056/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=88264 CPUtime=162.28 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 41159 0 0 0 16218 10 0 0 25 0 1 0 608789841 90382336 18404 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 22066 18404 243 26 0 18698 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 88264

[startup+222.301 s]
/proc/loadavg: 4.03 4.00 3.76 5/368 4689
/proc/meminfo: memFree=22760124/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=88264 CPUtime=222.28 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 41159 0 0 0 22218 10 0 0 25 0 1 0 608789841 90382336 18404 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 22066 18404 243 26 0 18698 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 88264

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.77 5/368 4690
/proc/meminfo: memFree=22776212/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=88264 CPUtime=282.28 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 67827 0 0 0 28214 14 0 0 25 0 1 0 608789841 90382336 17099 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 22066 17099 243 26 0 18698 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 88264

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.79 5/368 4692
/proc/meminfo: memFree=22696808/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=99936 CPUtime=342.28 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 71664 0 0 0 34212 16 0 0 25 0 1 0 608789841 102334464 20721 33554432000 4194304 4298156 140736370598448 18446744073709551615 4251989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 24984 20721 243 26 0 21616 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 99936

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/368 4693
/proc/meminfo: memFree=22715484/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=88264 CPUtime=402.28 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 83871 0 0 0 40210 18 0 0 25 0 1 0 608789841 90382336 17049 33554432000 4194304 4298156 140736370598448 18446744073709551615 4261476 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 22066 17049 243 26 0 18698 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 88264

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/368 4695
/proc/meminfo: memFree=22680364/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=99852 CPUtime=462.29 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 87469 0 0 0 46210 19 0 0 25 0 1 0 608789841 102248448 20393 33554432000 4194304 4298156 140736370598448 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 24963 20393 243 26 0 21595 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 99852

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/368 4697
/proc/meminfo: memFree=22646476/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=522.29 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 129830 0 0 0 52203 26 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 100168

[startup+582.3 s]
/proc/loadavg: 3.91 3.99 3.83 4/362 4716
/proc/meminfo: memFree=22811196/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=582.28 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 180867 0 0 0 58196 32 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 100168

[startup+642.3 s]
/proc/loadavg: 2.73 3.64 3.71 3/356 4736
/proc/meminfo: memFree=22997700/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=642.3 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 227957 0 0 0 64188 42 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 100168

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

[startup+652.701 s]
/proc/loadavg: 2.62 3.59 3.69 3/356 4736
/proc/meminfo: memFree=22960620/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=652.68 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 237291 0 0 0 65225 43 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4257008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 652.68
Current children cumulated vsize (KiB) 100168

[startup+665.513 s]
/proc/loadavg: 2.48 3.51 3.67 3/356 4736
/proc/meminfo: memFree=22953176/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=149488 CPUtime=665.5 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 246334 0 0 0 66505 45 0 0 25 0 1 0 608789841 153075712 30455 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 37372 30455 243 26 0 34004 0
Current children cumulated CPU time (s) 665.5
Current children cumulated vsize (KiB) 149488

[startup+671.9 s]
/proc/loadavg: 2.44 3.48 3.66 3/356 4737
/proc/meminfo: memFree=22957636/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=149488 CPUtime=671.89 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 247341 0 0 0 67144 45 0 0 25 0 1 0 608789841 153075712 31397 33554432000 4194304 4298156 140736370598448 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 37372 31397 243 26 0 34004 0
Current children cumulated CPU time (s) 671.89
Current children cumulated vsize (KiB) 149488

[startup+675.101 s]
/proc/loadavg: 2.41 3.46 3.65 3/356 4737
/proc/meminfo: memFree=22951188/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=675.09 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 247531 0 0 0 67464 45 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 675.09
Current children cumulated vsize (KiB) 100168

[startup+676.701 s]
/proc/loadavg: 2.41 3.46 3.65 3/356 4737
/proc/meminfo: memFree=22987644/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=676.69 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 247531 0 0 0 67624 45 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 676.69
Current children cumulated vsize (KiB) 100168

[startup+677.1 s]
/proc/loadavg: 2.41 3.46 3.65 3/356 4737
/proc/meminfo: memFree=22987644/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=677.09 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 247531 0 0 0 67664 45 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 677.09
Current children cumulated vsize (KiB) 100168

[startup+677.5 s]
/proc/loadavg: 2.41 3.46 3.65 3/356 4737
/proc/meminfo: memFree=22986032/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=677.5 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 247531 0 0 0 67705 45 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 677.5
Current children cumulated vsize (KiB) 100168

[startup+677.613 s]
/proc/loadavg: 2.41 3.46 3.65 3/356 4737
/proc/meminfo: memFree=22986032/32951132 swapFree=64495964/67111528
[pid=4682] ppid=4680 vsize=100168 CPUtime=677.6 cores=1,3
/proc/4682/stat : 4682 (contrasat_relea) R 4680 4682 3848 0 -1 4202496 247531 0 0 0 67715 45 0 0 25 0 1 0 608789841 102572032 21521 33554432000 4194304 4298156 140736370598448 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4682/statm: 25042 21521 243 26 0 21674 0
Current children cumulated CPU time (s) 677.6
Current children cumulated vsize (KiB) 100168

Child status: 20
Real time (s): 677.667
CPU time (s): 677.664
CPU user time (s): 677.204
CPU system time (s): 0.45993
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 198808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 677.204
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247536
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= 9
involuntary context switches= 778

runsolver used 2.23766 second user time and 5.77412 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 22:11:42
IDJOB=3350435
IDBENCH=83117
IDSOLVER=1816
FILE ID=node129/3350435-1304971902
RUNJOBID= node129-1304971173-4340
PBS_JOBID= 13285621
Free space on /tmp= 48104 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-3350435-1304971902/watcher-3350435-1304971902 -o /tmp/evaluation-result-3350435-1304971902/solver-3350435-1304971902 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350435-1304971902.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=1727825828

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22821868 kB
Buffers:        148140 kB
Cached:        4431768 kB
SwapCached:      52448 kB
Active:        2760200 kB
Inactive:      7165696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22821868 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:     5302244 kB
Mapped:          17788 kB
Slab:            99628 kB
PageTables:      39332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80243788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48120 MiB
End job on node129 at 2011-05-09 22:23:00