Trace number 3350002

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_NOSHR 2011-03-02? (TO) 1300.01 1300.01

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3350002-1304969404/watcher-3350002-1304969404 -o /tmp/evaluation-result-3350002-1304969404/solver-3350002-1304969404 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350002-1304969404.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 3.97 3.01 5/240 22801
/proc/meminfo: memFree=3860948/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=23356 CPUtime=0 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 1276 0 0 0 0 0 0 0 23 0 1 0 608540215 23916544 1213 33554432000 4194304 4300056 140737084517664 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 5839 1213 222 26 0 2471 0

[startup+0.0157239 s]
/proc/loadavg: 4.02 3.97 3.01 5/240 22801
/proc/meminfo: memFree=3860948/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=24360 CPUtime=0 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 1587 0 0 0 0 0 0 0 23 0 1 0 608540215 24944640 1509 33554432000 4194304 4300056 140737084517664 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 6090 1510 222 26 0 2722 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24360

[startup+0.100716 s]
/proc/loadavg: 4.02 3.97 3.01 5/240 22801
/proc/meminfo: memFree=3860948/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=29832 CPUtime=0.09 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 3897 0 0 0 8 1 0 0 23 0 1 0 608540215 30547968 3521 33554432000 4194304 4300056 140737084517664 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 7458 3521 228 26 0 4090 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29832

[startup+0.300683 s]
/proc/loadavg: 4.02 3.97 3.01 5/240 22801
/proc/meminfo: memFree=3860948/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=26980 CPUtime=0.29 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 5067 0 0 0 28 1 0 0 25 0 1 0 608540215 27627520 3124 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 6745 3124 236 26 0 3377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26980

[startup+0.700614 s]
/proc/loadavg: 4.02 3.97 3.01 5/240 22801
/proc/meminfo: memFree=3860948/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=26980 CPUtime=0.69 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 5089 0 0 0 68 1 0 0 25 0 1 0 608540215 27627520 3146 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 6745 3146 244 26 0 3377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26980

[startup+1.50046 s]
/proc/loadavg: 4.02 3.97 3.01 6/242 22803
/proc/meminfo: memFree=3835776/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=26980 CPUtime=1.49 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 5115 0 0 0 148 1 0 0 25 0 1 0 608540215 27627520 3170 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256018 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 6745 3170 244 26 0 3377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26980

[startup+3.10022 s]
/proc/loadavg: 4.02 3.97 3.01 5/240 22804
/proc/meminfo: memFree=3847184/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=26980 CPUtime=3.09 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 5157 0 0 0 308 1 0 0 25 0 1 0 608540215 27627520 3211 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 6745 3211 244 26 0 3377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26980

[startup+6.30067 s]
/proc/loadavg: 3.94 3.96 3.01 6/239 22825
/proc/meminfo: memFree=3783756/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=26980 CPUtime=6.29 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 5248 0 0 0 626 3 0 0 25 0 1 0 608540215 27627520 3297 33554432000 4194304 4300056 140737084517664 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 6745 3297 244 26 0 3377 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26980

[startup+12.7004 s]
/proc/loadavg: 3.94 3.96 3.02 6/239 22825
/proc/meminfo: memFree=3548016/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=29656 CPUtime=12.68 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 5442 0 0 0 1261 7 0 0 25 0 1 0 608540215 30367744 3484 33554432000 4194304 4300056 140737084517664 18446744073709551615 4263092 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 7414 3484 244 26 0 4046 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29656

[startup+25.5002 s]
/proc/loadavg: 4.03 3.97 3.04 5/239 22853
/proc/meminfo: memFree=2930752/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=32480 CPUtime=25.48 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 6498 0 0 0 2537 11 0 0 25 0 1 0 608540215 33259520 4528 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 8120 4528 244 26 0 4752 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32480

[startup+51.1006 s]
/proc/loadavg: 4.02 3.97 3.06 5/242 22859
/proc/meminfo: memFree=99612/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=39556 CPUtime=51.07 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 8335 0 0 0 5096 11 0 0 25 0 1 0 608540215 40505344 6341 33554432000 4194304 4300056 140737084517664 18446744073709551615 4262966 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 9889 6341 244 26 0 6521 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39556

[startup+102.309 s]
/proc/loadavg: 4.09 3.99 3.12 5/240 22864
/proc/meminfo: memFree=3709008/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=39556 CPUtime=102.27 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 10972 0 0 0 10216 11 0 0 25 0 1 0 608540215 40505344 6187 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 9889 6187 244 26 0 6521 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 39556

[startup+162.301 s]
/proc/loadavg: 4.03 3.99 3.17 5/240 22871
/proc/meminfo: memFree=3747712/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=49056 CPUtime=162.27 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 14386 0 0 0 16215 12 0 0 25 0 1 0 608540215 50233344 6252 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 12264 6252 244 26 0 8896 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 49056

[startup+222.3 s]
/proc/loadavg: 4.01 3.99 3.22 5/242 22891
/proc/meminfo: memFree=3175000/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=222.26 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 20746 0 0 0 22212 14 0 0 25 0 1 0 608540215 74215424 12472 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 12472 244 26 0 14751 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 72476

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.26 5/239 22896
/proc/meminfo: memFree=4557960/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=282.26 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 21798 0 0 0 28211 15 0 0 25 0 1 0 608540215 74215424 13487 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 13487 244 26 0 14751 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 72476

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.30 5/242 22948
/proc/meminfo: memFree=4734584/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=342.26 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22007 0 0 0 34211 15 0 0 25 0 1 0 608540215 74215424 13685 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 13685 244 26 0 14751 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 72476

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.35 5/242 22950
/proc/meminfo: memFree=4665132/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=402.26 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22007 0 0 0 40211 15 0 0 25 0 1 0 608540215 74215424 13685 33554432000 4194304 4300056 140737084517664 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 13685 244 26 0 14751 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 72476

[startup+462.301 s]
/proc/loadavg: 4.04 4.00 3.39 5/242 22951
/proc/meminfo: memFree=4543944/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=462.26 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22218 0 0 0 46211 15 0 0 25 0 1 0 608540215 74215424 13889 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 13889 244 26 0 14751 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 72476

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.42 5/242 22980
/proc/meminfo: memFree=4493192/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=522.27 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22218 0 0 0 52211 16 0 0 25 0 1 0 608540215 74215424 13889 33554432000 4194304 4300056 140737084517664 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 13889 244 26 0 14751 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 72476

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.46 5/242 22982
/proc/meminfo: memFree=4224096/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=582.27 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22268 0 0 0 58211 16 0 0 25 0 1 0 608540215 74215424 13937 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 13937 244 26 0 14751 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 72476

[startup+642.3 s]
/proc/loadavg: 4.05 4.01 3.50 5/242 22983
/proc/meminfo: memFree=3977044/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=642.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22565 0 0 0 64212 16 0 0 25 0 1 0 608540215 74215424 14228 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14228 244 26 0 14751 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 72476

[startup+702.301 s]
/proc/loadavg: 4.07 4.02 3.53 5/242 22985
/proc/meminfo: memFree=3760732/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=702.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22565 0 0 0 70212 16 0 0 25 0 1 0 608540215 74215424 14228 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256566 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14228 244 26 0 14751 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 72476

[startup+762.309 s]
/proc/loadavg: 4.02 4.02 3.56 5/242 22986
/proc/meminfo: memFree=3532920/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=762.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22687 0 0 0 76212 16 0 0 25 0 1 0 608540215 74215424 14345 33554432000 4194304 4300056 140737084517664 18446744073709551615 4263267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14345 244 26 0 14751 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 72476

[startup+822.3 s]
/proc/loadavg: 4.01 4.01 3.58 5/242 22988
/proc/meminfo: memFree=3257592/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=822.27 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22708 0 0 0 82211 16 0 0 25 0 1 0 608540215 74215424 14366 33554432000 4194304 4300056 140737084517664 18446744073709551615 4262744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14366 244 26 0 14751 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 72476

[startup+882.301 s]
/proc/loadavg: 4.08 4.02 3.61 5/242 22990
/proc/meminfo: memFree=3672452/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=882.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22709 0 0 0 88212 16 0 0 25 0 1 0 608540215 74215424 14367 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14367 244 26 0 14751 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 72476

[startup+942.301 s]
/proc/loadavg: 4.03 4.02 3.63 5/242 22991
/proc/meminfo: memFree=3444132/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=942.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22709 0 0 0 94212 16 0 0 25 0 1 0 608540215 74215424 14367 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14367 244 26 0 14751 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 72476

[startup+1002.3 s]
/proc/loadavg: 3.52 3.89 3.61 4/236 23011
/proc/meminfo: memFree=3602148/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=1002.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22984 0 0 0 100212 16 0 0 25 0 1 0 608540215 74215424 14639 33554432000 4194304 4300056 140737084517664 18446744073709551615 4263035 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14639 244 26 0 14751 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 72476

[startup+1062.3 s]
/proc/loadavg: 3.21 3.73 3.57 4/236 23012
/proc/meminfo: memFree=3489264/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=1062.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22984 0 0 0 106212 16 0 0 25 0 1 0 608540215 74215424 14639 33554432000 4194304 4300056 140737084517664 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14639 244 26 0 14751 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 72476

[startup+1122.3 s]
/proc/loadavg: 3.07 3.60 3.53 4/236 23014
/proc/meminfo: memFree=3288716/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=1122.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22984 0 0 0 112212 16 0 0 25 0 1 0 608540215 74215424 14639 33554432000 4194304 4300056 140737084517664 18446744073709551615 4263712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14639 244 26 0 14751 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 72476

[startup+1182.3 s]
/proc/loadavg: 3.10 3.50 3.50 4/236 23016
/proc/meminfo: memFree=3195292/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=1182.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22984 0 0 0 118212 16 0 0 25 0 1 0 608540215 74215424 14639 33554432000 4194304 4300056 140737084517664 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14639 244 26 0 14751 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 72476

[startup+1242.3 s]
/proc/loadavg: 3.11 3.43 3.47 4/236 23017
/proc/meminfo: memFree=3043360/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=1242.28 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22984 0 0 0 124212 16 0 0 25 0 1 0 608540215 74215424 14639 33554432000 4194304 4300056 140737084517664 18446744073709551615 4256488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14639 244 26 0 14751 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 72476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.35 3.44 4/236 23019
/proc/meminfo: memFree=2884108/32950928 swapFree=64721848/67111528
[pid=22801] ppid=22799 vsize=72476 CPUtime=1300 cores=4,6
/proc/22801/stat : 22801 (lr_gl_shr) R 22799 22801 22624 0 -1 4202496 22984 0 0 0 129983 17 0 0 25 0 1 0 608540215 74215424 14639 33554432000 4194304 4300056 140737084517664 18446744073709551615 4251382 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22801/statm: 18119 14639 244 26 0 14751 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 72476

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): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.84
CPU system time (s): 0.172973
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 72476

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

runsolver used 2.79157 second user time and 6.67998 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-09 21:30:04
IDJOB=3350002
IDBENCH=70849
IDSOLVER=1815
FILE ID=node123/3350002-1304969404
RUNJOBID= node123-1304968097-22643
PBS_JOBID= 13285627
Free space on /tmp= 39136 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350002-1304969404/watcher-3350002-1304969404 -o /tmp/evaluation-result-3350002-1304969404/solver-3350002-1304969404 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350002-1304969404.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1410885859

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3862344 kB
Buffers:        225764 kB
Cached:       18662972 kB
SwapCached:      10384 kB
Active:       16319024 kB
Inactive:     12137532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3862344 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:            3892 kB
Writeback:           0 kB
AnonPages:     9565228 kB
Mapped:          16224 kB
Slab:           538688 kB
PageTables:      32660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13756248 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= 39108 MiB
End job on node123 at 2011-05-09 21:51:46