Trace number 3440001

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: LR_GL_SHR 2011-03-02? (TO) 5000.09 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark847.939
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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: 977)

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-3440001-1306912760/watcher-3440001-1306912760 -o /tmp/evaluation-result-3440001-1306912760/solver-3440001-1306912760 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440001-1306912760.cnf -verb=0 -model 

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.09 2.04 2.01 2/498 29503
/proc/meminfo: memFree=20490380/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=28468 CPUtime=0.01 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 2507 0 0 0 1 0 0 0 24 0 1 0 881506727 29151232 2386 33554432000 4194304 4300056 140733515183376 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 7117 2386 222 26 0 3749 0

[startup+0.101065 s]
/proc/loadavg: 2.09 2.04 2.01 2/498 29503
/proc/meminfo: memFree=20490380/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=37456 CPUtime=0.09 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 5920 0 0 0 9 0 0 0 24 0 1 0 881506727 38354944 5315 33554432000 4194304 4300056 140733515183376 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 9364 5316 222 26 0 5996 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37456

[startup+0.201041 s]
/proc/loadavg: 2.09 2.04 2.01 2/498 29503
/proc/meminfo: memFree=20490380/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=44820 CPUtime=0.19 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 8061 0 0 0 19 0 0 0 25 0 1 0 881506727 45895680 7165 33554432000 4194304 4300056 140733515183376 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 11398 7175 228 26 0 8030 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 44820

[startup+0.301018 s]
/proc/loadavg: 2.09 2.04 2.01 2/498 29503
/proc/meminfo: memFree=20490380/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=53996 CPUtime=0.29 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 9964 0 0 0 29 0 0 0 25 0 1 0 881506727 55291904 8928 33554432000 4194304 4300056 140733515183376 18446744073709551615 4210569 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 13499 8932 229 26 0 10131 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53996

[startup+0.700941 s]
/proc/loadavg: 2.09 2.04 2.01 2/498 29503
/proc/meminfo: memFree=20490380/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=45444 CPUtime=0.69 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 12410 0 0 0 68 1 0 0 25 0 1 0 881506727 46534656 7384 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 11361 7384 246 26 0 7993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45444

[startup+1.5008 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 29504
/proc/meminfo: memFree=20460612/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=45444 CPUtime=1.49 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 12608 0 0 0 148 1 0 0 25 0 1 0 881506727 46534656 7566 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 11361 7566 247 26 0 7993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45444

[startup+3.10051 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 29504
/proc/meminfo: memFree=20458876/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=45680 CPUtime=3.09 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 12907 0 0 0 308 1 0 0 25 0 1 0 881506727 46776320 7850 33554432000 4194304 4300056 140733515183376 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 11420 7850 247 26 0 8052 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45680

[startup+6.30091 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 29504
/proc/meminfo: memFree=20455812/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=52516 CPUtime=6.29 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 13421 0 0 0 628 1 0 0 25 0 1 0 881506727 53776384 8346 33554432000 4194304 4300056 140733515183376 18446744073709551615 4251317 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 13129 8346 249 26 0 9761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52516

[startup+12.7007 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 29504
/proc/meminfo: memFree=20443912/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=64012 CPUtime=12.69 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 16022 0 0 0 1267 2 0 0 25 0 1 0 881506727 65548288 10908 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 16003 10908 249 26 0 12635 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64012

[startup+25.5014 s]
/proc/loadavg: 2.06 2.04 2.01 3/499 29504
/proc/meminfo: memFree=20437812/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=71192 CPUtime=25.5 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 17246 0 0 0 2547 3 0 0 25 0 1 0 881506727 72900608 12083 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 17798 12083 249 26 0 14430 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 71192

[startup+51.1006 s]
/proc/loadavg: 2.04 2.03 2.00 3/499 29505
/proc/meminfo: memFree=20467768/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=82868 CPUtime=51.09 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 19261 0 0 0 5106 3 0 0 25 0 1 0 881506727 84856832 14019 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 20717 14019 249 26 0 17349 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82868

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 29533
/proc/meminfo: memFree=20572008/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=74508 CPUtime=102.31 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 25912 0 0 0 10226 5 0 0 25 0 1 0 881506727 76296192 13815 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 18627 13815 249 26 0 15259 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 74508

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/499 29535
/proc/meminfo: memFree=20553744/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=104968 CPUtime=162.3 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 30142 0 0 0 16224 6 0 0 25 0 1 0 881506727 107487232 17903 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 26242 17903 249 26 0 22874 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 104968

[startup+222.319 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 29537
/proc/meminfo: memFree=20509296/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=104968 CPUtime=222.32 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 33465 0 0 0 22225 7 0 0 25 0 1 0 881506727 107487232 20976 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 26242 20976 249 26 0 22874 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 104968

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 29538
/proc/meminfo: memFree=20507752/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=104968 CPUtime=282.3 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 41854 0 0 0 28222 8 0 0 25 0 1 0 881506727 107487232 21188 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256030 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 26242 21188 249 26 0 22874 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104968

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29540
/proc/meminfo: memFree=20493680/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=119872 CPUtime=342.3 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 45554 0 0 0 34222 8 0 0 25 0 1 0 881506727 122748928 24822 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 29968 24822 249 26 0 26600 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 119872

[startup+402.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 29541
/proc/meminfo: memFree=20418232/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=119872 CPUtime=402.3 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 56183 0 0 0 40220 10 0 0 25 0 1 0 881506727 122748928 26355 33554432000 4194304 4300056 140733515183376 18446744073709551615 4263782 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 29968 26355 249 26 0 26600 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 119872

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 29543
/proc/meminfo: memFree=20449672/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=169192 CPUtime=462.31 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 65845 0 0 0 46218 13 0 0 25 0 1 0 881506727 173252608 35929 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29503/statm: 42298 35929 249 26 0 38930 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 169192

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29552
/proc/meminfo: memFree=20403580/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=200012 CPUtime=522.3 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 68747 0 0 0 52216 14 0 0 25 0 1 0 881506727 204812288 38724 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50003 38724 249 26 0 46635 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 200012

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29560
/proc/meminfo: memFree=20483564/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=119872 CPUtime=582.31 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 69981 0 0 0 58216 15 0 0 25 0 1 0 881506727 122748928 26410 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 29968 26410 249 26 0 26600 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 119872

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.04 2.03 3/499 29791
/proc/meminfo: memFree=27063516/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4002.42 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 243823 0 0 0 400176 66 0 0 25 0 1 0 881506727 206966784 43693 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256330 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 43693 249 26 0 47161 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 202116

[startup+4062.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/499 29793
/proc/meminfo: memFree=27120252/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4062.43 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 245509 0 0 0 406177 66 0 0 25 0 1 0 881506727 206966784 45319 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 45319 249 26 0 47161 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 202116

[startup+4122.3 s]
/proc/loadavg: 2.12 2.06 2.03 3/499 29795
/proc/meminfo: memFree=27078040/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4122.42 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 247191 0 0 0 412175 67 0 0 25 0 1 0 881506727 206966784 46935 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 46935 249 26 0 47161 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 202116

[startup+4182.32 s]
/proc/loadavg: 2.09 2.06 2.03 3/499 29796
/proc/meminfo: memFree=27061488/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=232936 CPUtime=4182.45 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 248379 0 0 0 418177 68 0 0 25 0 1 0 881506727 238526464 48082 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 58234 48082 249 26 0 54866 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 232936

[startup+4242.3 s]
/proc/loadavg: 2.03 2.05 2.03 3/499 29798
/proc/meminfo: memFree=27102840/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=152796 CPUtime=4242.42 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 248763 0 0 0 424174 68 0 0 25 0 1 0 881506727 156463104 34671 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 38199 34671 249 26 0 34831 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 152796

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/499 29799
/proc/meminfo: memFree=27162560/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=152796 CPUtime=4302.43 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 248763 0 0 0 430175 68 0 0 25 0 1 0 881506727 156463104 34671 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 38199 34671 249 26 0 34831 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 152796

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/499 29801
/proc/meminfo: memFree=27097284/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4362.43 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 257292 0 0 0 436173 70 0 0 25 0 1 0 881506727 206966784 43157 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 43157 249 26 0 47161 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 202116

[startup+4422.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 29803
/proc/meminfo: memFree=27075652/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4422.43 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 259066 0 0 0 442172 71 0 0 25 0 1 0 881506727 206966784 44872 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 44872 249 26 0 47161 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 202116

[startup+4482.3 s]
/proc/loadavg: 2.03 2.03 2.01 3/499 29804
/proc/meminfo: memFree=27057744/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4482.44 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 260708 0 0 0 448172 72 0 0 25 0 1 0 881506727 206966784 46450 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 46450 249 26 0 47161 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 202116

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 29806
/proc/meminfo: memFree=27044404/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=232936 CPUtime=4542.43 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 262074 0 0 0 454171 72 0 0 25 0 1 0 881506727 238526464 47770 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 58234 47770 249 26 0 54866 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 232936

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 29807
/proc/meminfo: memFree=27161912/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=152796 CPUtime=4602.44 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 262622 0 0 0 460170 74 0 0 25 0 1 0 881506727 156463104 34671 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 38199 34671 249 26 0 34831 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 152796

[startup+4662.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/499 29809
/proc/meminfo: memFree=27121680/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=152796 CPUtime=4662.44 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 262622 0 0 0 466170 74 0 0 25 0 1 0 881506727 156463104 34671 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 38199 34671 249 26 0 34831 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 152796

[startup+4722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 29811
/proc/meminfo: memFree=27077736/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4722.46 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 271092 0 0 0 472170 76 0 0 25 0 1 0 881506727 206966784 43105 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 43105 249 26 0 47161 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 202116

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/499 29814
/proc/meminfo: memFree=27060568/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4782.44 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 272685 0 0 0 478168 76 0 0 25 0 1 0 881506727 206966784 44628 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 44628 249 26 0 47161 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 202116

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29817
/proc/meminfo: memFree=27115212/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=202116 CPUtime=4842.46 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 274424 0 0 0 484169 77 0 0 25 0 1 0 881506727 206966784 46313 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 50529 46313 249 26 0 47161 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 202116

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 29818
/proc/meminfo: memFree=27109088/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=232936 CPUtime=4902.44 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 276025 0 0 0 490166 78 0 0 25 0 1 0 881506727 238526464 47852 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 58234 47852 249 26 0 54866 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 232936

[startup+4962.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/499 29820
/proc/meminfo: memFree=27116344/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=152796 CPUtime=4962.45 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 276364 0 0 0 496166 79 0 0 25 0 1 0 881506727 156463104 34671 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 38199 34671 249 26 0 34831 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 152796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 29821
/proc/meminfo: memFree=27108356/32950928 swapFree=34421304/67111528
[pid=29503] ppid=29501 vsize=152796 CPUtime=5000.07 cores=0,2,4,6
/proc/29503/stat : 29503 (lr_gl_shr) R 29501 29503 27501 0 -1 4202496 276364 0 0 0 499928 79 0 0 25 0 1 0 881506727 156463104 34671 33554432000 4194304 4300056 140733515183376 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29503/statm: 38199 34671 249 26 0 34831 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 152796

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4999.29
CPU system time (s): 0.804877
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 232936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.29
system time used= 0.804877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276364
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= 7931

runsolver used 25.9111 second user time and 55.9255 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-01 09:19:21
IDJOB=3440001
IDBENCH=83103
IDSOLVER=1938
FILE ID=node113/3440001-1306912760
RUNJOBID= node113-1306912074-29437
PBS_JOBID= 13488463
Free space on /tmp= 30232 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top26.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440001-1306912760/watcher-3440001-1306912760 -o /tmp/evaluation-result-3440001-1306912760/solver-3440001-1306912760 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440001-1306912760.cnf -verb=0 -model

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=774984614

node113.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.846
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.69
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.846
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.846
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.846
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.75
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.846
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20490660 kB
Buffers:         21484 kB
Cached:        6780468 kB
SwapCached:      13252 kB
Active:        5248436 kB
Inactive:      6755216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20490660 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:            4676 kB
Writeback:           0 kB
AnonPages:     5199500 kB
Mapped:          21252 kB
Slab:           269208 kB
PageTables:     116976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154997524 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= 73588 MiB
End job on node113 at 2011-06-01 10:42:43