Trace number 3440003

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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-3440003-1306913195/watcher-3440003-1306913195 -o /tmp/evaluation-result-3440003-1306913195/solver-3440003-1306913195 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440003-1306913195.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.00 2.01 1.96 3/514 24829
/proc/meminfo: memFree=16413680/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=28468 CPUtime=0 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 2411 0 0 0 0 0 0 0 25 0 1 0 783735106 29151232 2292 33554432000 4194304 4300056 140736974517792 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 7117 2293 222 26 0 3749 0

[startup+0.0948499 s]
/proc/loadavg: 2.00 2.01 1.96 3/514 24829
/proc/meminfo: memFree=16413680/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=36380 CPUtime=0.09 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 5464 0 0 0 8 1 0 0 25 0 1 0 783735106 37253120 4887 33554432000 4194304 4300056 140736974517792 18446744073709551615 264726404864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 9095 4887 222 26 0 5727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36380

[startup+0.100846 s]
/proc/loadavg: 2.00 2.01 1.96 3/514 24829
/proc/meminfo: memFree=16413680/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=36908 CPUtime=0.09 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 5664 0 0 0 8 1 0 0 25 0 1 0 783735106 37793792 5078 33554432000 4194304 4300056 140736974517792 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 9227 5079 222 26 0 5859 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36908

[startup+0.300816 s]
/proc/loadavg: 2.00 2.01 1.96 3/514 24829
/proc/meminfo: memFree=16413680/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=49592 CPUtime=0.29 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 9617 0 0 0 27 2 0 0 25 0 1 0 783735106 50782208 8684 33554432000 4194304 4300056 140736974517792 18446744073709551615 4232792 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 12398 8684 228 26 0 9030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49592

[startup+0.700741 s]
/proc/loadavg: 2.00 2.01 1.96 3/514 24829
/proc/meminfo: memFree=16413680/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=45320 CPUtime=0.69 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 12452 0 0 0 67 2 0 0 25 0 1 0 783735106 46407680 7318 33554432000 4194304 4300056 140736974517792 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 11330 7318 246 26 0 7962 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45320

[startup+1.50057 s]
/proc/loadavg: 2.00 2.01 1.96 3/515 24830
/proc/meminfo: memFree=16383796/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=45320 CPUtime=1.49 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 12724 0 0 0 147 2 0 0 25 0 1 0 783735106 46407680 7584 33554432000 4194304 4300056 140736974517792 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 11330 7584 247 26 0 7962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45320

[startup+3.10029 s]
/proc/loadavg: 2.00 2.01 1.96 3/515 24830
/proc/meminfo: memFree=16381812/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=52392 CPUtime=3.09 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 13051 0 0 0 307 2 0 0 25 0 1 0 783735106 53649408 7900 33554432000 4194304 4300056 140736974517792 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 13098 7900 249 26 0 9730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52392

[startup+6.30068 s]
/proc/loadavg: 2.00 2.01 1.96 3/515 24830
/proc/meminfo: memFree=16378248/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=59744 CPUtime=6.29 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 15468 0 0 0 626 3 0 0 25 0 1 0 783735106 61177856 10292 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 14936 10292 249 26 0 11568 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59744

[startup+12.7005 s]
/proc/loadavg: 2.00 2.01 1.96 3/515 24831
/proc/meminfo: memFree=16365740/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=59744 CPUtime=12.69 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 16451 0 0 0 1266 3 0 0 25 0 1 0 783735106 61177856 11245 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 14936 11245 249 26 0 11568 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59744

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.96 3/515 24831
/proc/meminfo: memFree=16346520/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=78420 CPUtime=25.49 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 20855 0 0 0 2545 4 0 0 25 0 1 0 783735106 80302080 15603 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 19605 15603 249 26 0 16237 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78420

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.96 3/515 24833
/proc/meminfo: memFree=16334492/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=90096 CPUtime=51.09 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 23117 0 0 0 5104 5 0 0 25 0 1 0 783735106 92258304 17794 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 22524 17794 249 26 0 19156 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90096

[startup+102.32 s]
/proc/loadavg: 2.07 2.03 1.97 3/515 24842
/proc/meminfo: memFree=16334132/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=87884 CPUtime=102.31 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 29087 0 0 0 10224 7 0 0 25 0 1 0 783735106 89993216 15052 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 21971 15052 249 26 0 18603 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 87884

[startup+162.301 s]
/proc/loadavg: 2.06 2.03 1.98 3/515 24852
/proc/meminfo: memFree=16305428/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=118528 CPUtime=162.29 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 34362 0 0 0 16220 9 0 0 25 0 1 0 783735106 121372672 20185 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 29632 20185 249 26 0 26264 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 118528

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 1.98 3/515 24853
/proc/meminfo: memFree=16315916/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=80728 CPUtime=222.3 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 40688 0 0 0 22219 11 0 0 25 0 1 0 783735106 82665472 16032 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 20182 16032 249 26 0 16814 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 80728

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 1.98 3/515 24855
/proc/meminfo: memFree=16272096/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=130048 CPUtime=282.3 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 49594 0 0 0 28217 13 0 0 25 0 1 0 783735106 133169152 24831 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 32512 24831 249 26 0 29144 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 130048

[startup+342.301 s]
/proc/loadavg: 2.04 2.04 1.99 3/515 24856
/proc/meminfo: memFree=16401016/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=80728 CPUtime=342.3 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 52513 0 0 0 34216 14 0 0 25 0 1 0 783735106 82665472 16554 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 20182 16554 249 26 0 16814 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80728

[startup+402.301 s]
/proc/loadavg: 2.02 2.03 1.99 3/515 24858
/proc/meminfo: memFree=16353844/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=111080 CPUtime=402.3 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 59553 0 0 0 40215 15 0 0 25 0 1 0 783735106 113745920 23533 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 27770 23533 249 26 0 24402 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 111080

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 1.99 3/515 24861
/proc/meminfo: memFree=16328232/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=130048 CPUtime=462.3 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 63037 0 0 0 46215 15 0 0 25 0 1 0 783735106 133169152 26921 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 32512 26921 249 26 0 29144 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 130048

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 1.99 3/515 24862
/proc/meminfo: memFree=16340320/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=111476 CPUtime=522.31 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 69801 0 0 0 52214 17 0 0 25 0 1 0 783735106 114151424 21723 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 27869 21723 249 26 0 24501 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 111476

[startup+582.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/515 24864
/proc/meminfo: memFree=16314848/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=130444 CPUtime=582.31 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 73891 0 0 0 58213 18 0 0 25 0 1 0 783735106 133574656 25689 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 32611 25689 249 26 0 29243 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 130444

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.02 1.09 2/509 25101
/proc/meminfo: memFree=22361048/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=158972 CPUtime=4062.44 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 301000 0 0 0 406116 128 0 0 25 0 1 0 783735106 162787328 31865 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 39743 31865 249 26 0 36375 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 158972

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/509 25102
/proc/meminfo: memFree=22347744/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=158972 CPUtime=4122.43 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 304745 0 0 0 412113 130 0 0 25 0 1 0 783735106 162787328 35487 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 39743 35487 249 26 0 36375 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 158972

[startup+4182.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/509 25104
/proc/meminfo: memFree=22336160/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=189792 CPUtime=4182.43 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 307653 0 0 0 418113 130 0 0 25 0 1 0 783735106 194347008 38312 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 47448 38312 249 26 0 44080 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 189792

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/509 25105
/proc/meminfo: memFree=22326696/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=189792 CPUtime=4242.43 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 310128 0 0 0 424112 131 0 0 25 0 1 0 783735106 194347008 40714 33554432000 4194304 4300056 140736974517792 18446744073709551615 4263782 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 47448 40714 249 26 0 44080 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 189792

[startup+4302.3 s]
/proc/loadavg: 1.07 1.03 1.08 2/509 25107
/proc/meminfo: memFree=22317608/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=189792 CPUtime=4302.43 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 312366 0 0 0 430111 132 0 0 25 0 1 0 783735106 194347008 42908 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 47448 42908 249 26 0 44080 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 189792

[startup+4362.3 s]
/proc/loadavg: 1.06 1.03 1.08 2/509 25110
/proc/meminfo: memFree=22393948/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=109652 CPUtime=4362.43 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 314039 0 0 0 436110 133 0 0 25 0 1 0 783735106 112283648 23767 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 27413 23767 249 26 0 24045 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 109652

[startup+4422.3 s]
/proc/loadavg: 1.02 1.02 1.07 2/509 25111
/proc/meminfo: memFree=22363148/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=158972 CPUtime=4422.44 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 322069 0 0 0 442108 136 0 0 25 0 1 0 783735106 162787328 31641 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 39743 31641 249 26 0 36375 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 158972

[startup+4482.3 s]
/proc/loadavg: 1.01 1.02 1.07 2/509 25114
/proc/meminfo: memFree=22349472/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=158972 CPUtime=4482.43 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 325532 0 0 0 448106 137 0 0 25 0 1 0 783735106 162787328 34996 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 39743 34996 249 26 0 36375 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 158972

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/509 25115
/proc/meminfo: memFree=22338516/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=189792 CPUtime=4542.44 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 328315 0 0 0 454104 140 0 0 25 0 1 0 783735106 194347008 37718 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 47448 37718 249 26 0 44080 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 189792

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/509 25117
/proc/meminfo: memFree=22328308/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=189792 CPUtime=4602.46 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 330848 0 0 0 460105 141 0 0 25 0 1 0 783735106 194347008 40184 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 47448 40184 249 26 0 44080 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 189792

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/509 25119
/proc/meminfo: memFree=22318336/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=189792 CPUtime=4662.45 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 333154 0 0 0 466103 142 0 0 25 0 1 0 783735106 194347008 42425 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 47448 42425 249 26 0 44080 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 189792

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.04 2/509 25120
/proc/meminfo: memFree=22311592/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=239880 CPUtime=4722.47 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 334900 0 0 0 472105 142 0 0 25 0 1 0 783735106 245637120 44118 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 59970 44118 249 26 0 56602 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 239880

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/509 25122
/proc/meminfo: memFree=22358060/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=164272 CPUtime=4782.44 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 344306 0 0 0 478100 144 0 0 25 0 1 0 783735106 168214528 32880 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 41068 32880 249 26 0 37700 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 164272

[startup+4842.3 s]
/proc/loadavg: 1.05 1.01 1.04 2/509 25123
/proc/meminfo: memFree=22342636/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=164272 CPUtime=4842.45 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 348003 0 0 0 484099 146 0 0 25 0 1 0 783735106 168214528 36468 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 41068 36468 249 26 0 37700 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 164272

[startup+4902.3 s]
/proc/loadavg: 1.07 1.02 1.04 2/509 25125
/proc/meminfo: memFree=22330680/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=195092 CPUtime=4902.45 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 351341 0 0 0 490098 147 0 0 25 0 1 0 783735106 199774208 39709 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 48773 39709 249 26 0 45405 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 195092

[startup+4962.3 s]
/proc/loadavg: 1.02 1.02 1.03 2/509 25127
/proc/meminfo: memFree=22318728/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=195092 CPUtime=4962.45 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 354233 0 0 0 496097 148 0 0 25 0 1 0 783735106 199774208 42532 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 48773 42532 249 26 0 45405 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 195092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.02 1.03 2/509 25128
/proc/meminfo: memFree=22312008/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=195092 CPUtime=5000.07 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 355907 0 0 0 499858 149 0 0 25 0 1 0 783735106 199774208 44168 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 48773 44168 249 26 0 45405 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 195092

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.01 1.02 1.03 2/509 25128
/proc/meminfo: memFree=22312008/32951124 swapFree=62999000/67111528
[pid=24829] ppid=24827 vsize=195092 CPUtime=5000.07 cores=0,2,4,6
/proc/24829/stat : 24829 (lr_gl_shr) R 24827 24829 22520 0 -1 4202496 355907 0 0 0 499858 149 0 0 25 0 1 0 783735106 199774208 44168 33554432000 4194304 4300056 140736974517792 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24829/statm: 48773 44168 249 26 0 45405 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 195092

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4998.59
CPU system time (s): 1.51077
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 239880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.59
system time used= 1.51077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 4494

runsolver used 26.51 second user time and 55.6515 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 09:26:35
IDJOB=3440003
IDBENCH=83107
IDSOLVER=1938
FILE ID=node141/3440003-1306913195
RUNJOBID= node141-1306909837-24333
PBS_JOBID= 13488435
Free space on /tmp= 24312 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1366181403

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16413968 kB
Buffers:         57244 kB
Cached:        5886576 kB
SwapCached:       8636 kB
Active:       10285916 kB
Inactive:      5853656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16413968 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:    10193592 kB
Mapped:          25764 kB
Slab:           258204 kB
PageTables:      70420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150902092 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= 73852 MiB
End job on node141 at 2011-06-01 10:49:57