Trace number 3440002

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.08 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 2/498 29532
/proc/meminfo: memFree=20616632/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/29532/stat : 29532 (runsolver) R 29530 29532 27501 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 881513651 12079104 51 33554432000 4194304 5432328 140736641881920 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/29532/statm: 2949 51 31 303 0 2643 0

[startup+0.047671 s]
/proc/loadavg: 2.03 2.03 2.00 2/498 29532
/proc/meminfo: memFree=20616632/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=30100 CPUtime=0.02 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 2710 0 0 0 2 0 0 0 18 0 1 0 881513651 30822400 2560 33554432000 4194304 4300056 140734511417632 18446744073709551615 251367546624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 7525 2561 222 26 0 4157 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30100

[startup+0.100649 s]
/proc/loadavg: 2.03 2.03 2.00 2/498 29532
/proc/meminfo: memFree=20616632/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=35212 CPUtime=0.07 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 4704 0 0 0 7 0 0 0 18 0 1 0 881513651 36057088 4269 33554432000 4194304 4300056 140734511417632 18446744073709551615 251367546624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 8836 4271 222 26 0 5468 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35212

[startup+0.300636 s]
/proc/loadavg: 2.03 2.03 2.00 2/498 29532
/proc/meminfo: memFree=20616632/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=51764 CPUtime=0.27 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 9234 0 0 0 27 0 0 0 18 0 1 0 881513651 53006336 8371 33554432000 4194304 4300056 140734511417632 18446744073709551615 4210318 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 12941 8371 228 26 0 9573 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 51764

[startup+0.700555 s]
/proc/loadavg: 2.03 2.03 2.00 2/498 29532
/proc/meminfo: memFree=20616632/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=43084 CPUtime=0.67 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 10637 0 0 0 67 0 0 0 18 0 1 0 881513651 44118016 6400 33554432000 4194304 4300056 140734511417632 18446744073709551615 251367212038 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 10771 6400 246 26 0 7403 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 43084

[startup+1.50039 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 29533
/proc/meminfo: memFree=20590468/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=43084 CPUtime=1.47 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 10875 0 0 0 147 0 0 0 20 0 1 0 881513651 44118016 6629 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 10771 6629 248 26 0 7403 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 43084

[startup+3.10111 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 29533
/proc/meminfo: memFree=20587884/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=50156 CPUtime=3.07 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 11263 0 0 0 307 0 0 0 25 0 1 0 881513651 51359744 6997 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 12539 6997 248 26 0 9171 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 50156

[startup+6.30052 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 29533
/proc/meminfo: memFree=20607484/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=61652 CPUtime=6.27 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 13616 0 0 0 626 1 0 0 25 0 1 0 881513651 63131648 9333 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 15413 9333 248 26 0 12045 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 61652

[startup+12.7003 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 29533
/proc/meminfo: memFree=20586532/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=61652 CPUtime=12.67 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 14657 0 0 0 1266 1 0 0 25 0 1 0 881513651 63131648 10330 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 15413 10330 248 26 0 12045 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 61652

[startup+25.501 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 29533
/proc/meminfo: memFree=20577472/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=68832 CPUtime=25.47 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 16122 0 0 0 2545 2 0 0 25 0 1 0 881513651 70483968 11742 33554432000 4194304 4300056 140734511417632 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 17208 11742 248 26 0 13840 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 68832

[startup+51.1012 s]
/proc/loadavg: 2.07 2.04 2.00 3/499 29534
/proc/meminfo: memFree=20561716/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=80508 CPUtime=51.07 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 18254 0 0 0 5104 3 0 0 25 0 1 0 881513651 82440192 13812 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 20127 13812 248 26 0 16759 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80508

[startup+102.319 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 29535
/proc/meminfo: memFree=20527068/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=96856 CPUtime=102.29 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 29431 0 0 0 10222 7 0 0 25 0 1 0 881513651 99180544 17736 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 24214 17736 248 26 0 20846 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 96856

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 29537
/proc/meminfo: memFree=20508668/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=96856 CPUtime=162.28 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 40497 0 0 0 16218 10 0 0 25 0 1 0 881513651 99180544 20238 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 24214 20238 248 26 0 20846 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 96856

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 29538
/proc/meminfo: memFree=20476732/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=146176 CPUtime=222.28 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 48406 0 0 0 22217 11 0 0 25 0 1 0 881513651 149684224 28143 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 36544 28143 248 26 0 33176 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 146176

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/499 29540
/proc/meminfo: memFree=20491812/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=96856 CPUtime=282.28 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 49961 0 0 0 28216 12 0 0 25 0 1 0 881513651 99180544 20280 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256044 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 24214 20280 248 26 0 20846 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 96856

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 29542
/proc/meminfo: memFree=20451940/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=146176 CPUtime=342.29 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 58983 0 0 0 34215 14 0 0 25 0 1 0 881513651 149684224 29271 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 36544 29271 248 26 0 33176 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 146176

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 29543
/proc/meminfo: memFree=20447432/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=96856 CPUtime=402.28 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 60551 0 0 0 40214 14 0 0 25 0 1 0 881513651 99180544 20282 33554432000 4194304 4300056 140734511417632 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 24214 20282 248 26 0 20846 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 96856

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29552
/proc/meminfo: memFree=20400212/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=146176 CPUtime=462.29 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 69300 0 0 0 46213 16 0 0 25 0 1 0 881513651 149684224 29005 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 36544 29005 248 26 0 33176 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 146176

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29560
/proc/meminfo: memFree=20483432/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=96856 CPUtime=522.29 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 70617 0 0 0 52213 16 0 0 25 0 1 0 881513651 99180544 20282 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 24214 20282 248 26 0 20846 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 96856

[startup+582.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/499 29562
/proc/meminfo: memFree=20447780/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=146176 CPUtime=582.3 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 79577 0 0 0 58212 18 0 0 25 0 1 0 881513651 149684224 29193 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 36544 29193 248 26 0 33176 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 146176

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.10 2.05 2.03 3/499 29795
/proc/meminfo: memFree=27074796/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=166288 CPUtime=4062.42 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 332680 0 0 0 406149 93 0 0 25 0 1 0 881513651 170278912 34989 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 41572 34989 248 26 0 38204 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 166288

[startup+4122.3 s]
/proc/loadavg: 2.08 2.06 2.03 3/499 29796
/proc/meminfo: memFree=27058244/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=197108 CPUtime=4122.4 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 335868 0 0 0 412145 95 0 0 25 0 1 0 881513651 201838592 38080 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 49277 38080 248 26 0 45909 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 197108

[startup+4182.3 s]
/proc/loadavg: 2.03 2.04 2.03 3/499 29798
/proc/meminfo: memFree=27101708/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=197108 CPUtime=4182.41 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 338453 0 0 0 418144 97 0 0 25 0 1 0 881513651 201838592 40598 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 49277 40598 248 26 0 45909 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 197108

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/499 29800
/proc/meminfo: memFree=27162540/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=116968 CPUtime=4242.41 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 340309 0 0 0 424143 98 0 0 25 0 1 0 881513651 119775232 25301 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 29242 25301 248 26 0 25874 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 116968

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/499 29801
/proc/meminfo: memFree=27092924/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=166288 CPUtime=4302.41 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 349196 0 0 0 430142 99 0 0 25 0 1 0 881513651 170278912 34147 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 41572 34147 248 26 0 38204 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 166288

[startup+4362.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 29803
/proc/meminfo: memFree=27072528/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=166288 CPUtime=4362.42 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 352772 0 0 0 436141 101 0 0 25 0 1 0 881513651 170278912 37625 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 41572 37625 248 26 0 38204 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 166288

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/499 29804
/proc/meminfo: memFree=27055232/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=197108 CPUtime=4422.42 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 355576 0 0 0 442139 103 0 0 25 0 1 0 881513651 201838592 40361 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 49277 40361 248 26 0 45909 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 197108

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 29806
/proc/meminfo: memFree=27042288/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=197108 CPUtime=4482.42 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 357551 0 0 0 448138 104 0 0 25 0 1 0 881513651 201838592 42290 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 49277 42290 248 26 0 45909 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 197108

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29808
/proc/meminfo: memFree=27162012/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=135908 CPUtime=4542.42 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 357906 0 0 0 454138 104 0 0 25 0 1 0 881513651 139169792 25303 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 33977 25303 248 26 0 30609 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 135908

[startup+4602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/499 29809
/proc/meminfo: memFree=27119680/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=185228 CPUtime=4602.45 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 368175 0 0 0 460139 106 0 0 25 0 1 0 881513651 189673472 35502 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 46307 35502 248 26 0 42939 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 185228

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 29811
/proc/meminfo: memFree=27075112/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=216048 CPUtime=4662.43 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 371295 0 0 0 466136 107 0 0 25 0 1 0 881513651 221233152 38549 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 54012 38549 248 26 0 50644 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 216048

[startup+4722.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/499 29815
/proc/meminfo: memFree=27057080/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=216048 CPUtime=4722.45 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 374058 0 0 0 472137 108 0 0 25 0 1 0 881513651 221233152 41238 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 54012 41238 248 26 0 50644 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 216048

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 29817
/proc/meminfo: memFree=27114332/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=135908 CPUtime=4782.43 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 375796 0 0 0 478134 109 0 0 25 0 1 0 881513651 139169792 25368 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 33977 25368 248 26 0 30609 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 135908

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 29819
/proc/meminfo: memFree=27075456/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=185228 CPUtime=4842.44 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 384033 0 0 0 484134 110 0 0 25 0 1 0 881513651 189673472 33586 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 46307 33586 248 26 0 42939 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 185228

[startup+4902.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 29820
/proc/meminfo: memFree=27114572/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=185228 CPUtime=4902.44 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 387845 0 0 0 490133 111 0 0 25 0 1 0 881513651 189673472 37297 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 46307 37297 248 26 0 42939 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 185228

[startup+4962.3 s]
/proc/loadavg: 1.67 1.94 1.98 2/493 29840
/proc/meminfo: memFree=27248416/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=216048 CPUtime=4962.44 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 390974 0 0 0 496132 112 0 0 25 0 1 0 881513651 221233152 40341 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 54012 40341 248 26 0 50644 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 216048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.34 1.82 1.93 2/493 29841
/proc/meminfo: memFree=27241824/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=216048 CPUtime=5000.06 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 392602 0 0 0 499893 113 0 0 25 0 1 0 881513651 221233152 41930 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 54012 41930 248 26 0 50644 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 216048

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

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

[startup+4999.9 s]
/proc/loadavg: 1.34 1.82 1.93 2/493 29841
/proc/meminfo: memFree=27241824/32950928 swapFree=34421304/67111528
[pid=29532] ppid=29530 vsize=216048 CPUtime=5000.06 cores=1,3,5,7
/proc/29532/stat : 29532 (lr_gl_shr) R 29530 29532 27501 0 -1 4202496 392602 0 0 0 499893 113 0 0 25 0 1 0 881513651 221233152 41930 33554432000 4194304 4300056 140734511417632 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29532/statm: 54012 41930 248 26 0 50644 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 216048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4998.93
CPU system time (s): 1.14582
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 216048

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

runsolver used 24.3093 second user time and 57.5383 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-01 09:20:30
IDJOB=3440002
IDBENCH=83105
IDSOLVER=1938
FILE ID=node113/3440002-1306912830
RUNJOBID= node113-1306912074-29438
PBS_JOBID= 13488463
Free space on /tmp= 30248 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
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:      20616912 kB
Buffers:         21596 kB
Cached:        6766756 kB
SwapCached:      13252 kB
Active:        5121972 kB
Inactive:      6756384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20616912 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:            3896 kB
Writeback:           0 kB
AnonPages:     5088416 kB
Mapped:          21172 kB
Slab:           269364 kB
PageTables:     116856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154860032 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= 73592 MiB
End job on node113 at 2011-06-01 10:43:52