Trace number 3289725

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
EBGlucose 1.0? (TO) 1300.03 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  102565   262491 |   30769       0        0     nan |  0.000 % |
0.00/0.35	c |         0 |   70699   260528 |      --       0       --      -- |     --   | -31866/-1963
0.00/0.35	c ==============================================================================
0.00/0.35	c Result  :   #vars: 12802   #clauses: 70699   #literals: 260528
0.00/0.35	c CPU time:   0.341948 s
0.00/0.35	c ==============================================================================
0.00/0.40	c
0.00/0.40	c Starting glucose
0.00/0.40	c
0.00/0.40	
0.00/0.40	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.40	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.40	
0.00/0.40	c ============================[ Problem Statistics ]=============================
0.00/0.40	c |                                                                             |
0.00/0.40	c |  Number of variables:  12802                                                |
0.00/0.40	c |  Number of clauses:    70699                                                |
0.00/0.43	c |  Parsing time:         0.02         s                                       |
1300.00/1300.01	HOME/ebglucose.sh: line 57:  2041 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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

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-3289725-1303775471/watcher-3289725-1303775471 -o /tmp/evaluation-result-3289725-1303775471/solver-3289725-1303775471 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289725-1303775471.cnf 

running on 2 cores: 0,2

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: 0.90 1.29 2.10 2/174 2037
/proc/meminfo: memFree=18776072/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8700 CPUtime=0 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) R 2035 2037 452 0 -1 4202496 333 234 0 0 0 0 0 0 21 0 1 0 567777873 8908800 249 33554432000 4194304 4922060 140733305810624 18446744073709551615 215987979984 0 0 4100 65536 0 0 0 17 0 0 0 0
/proc/2037/statm: 2176 252 211 178 0 69 0

[startup+0.0260171 s]
/proc/loadavg: 0.90 1.29 2.10 2/174 2037
/proc/meminfo: memFree=18776072/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 567777873 8912896 252 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100945 s]
/proc/loadavg: 0.90 1.29 2.10 2/174 2037
/proc/meminfo: memFree=18776072/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 567777873 8912896 252 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300911 s]
/proc/loadavg: 0.90 1.29 2.10 2/174 2037
/proc/meminfo: memFree=18776072/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 567777873 8912896 252 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70084 s]
/proc/loadavg: 0.90 1.29 2.10 2/174 2037
/proc/meminfo: memFree=18776072/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8704

[startup+1.50075 s]
/proc/loadavg: 0.90 1.29 2.10 3/182 2053
/proc/meminfo: memFree=18732200/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=11984 CPUtime=1.08 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 2537 0 0 0 108 0 0 0 23 0 1 0 567777913 12271616 2477 33554432000 134512640 134556542 4290256352 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 2996 2477 214 11 0 2330 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20688

[startup+3.10048 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2079
/proc/meminfo: memFree=18688716/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=13900 CPUtime=2.68 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 3011 0 0 0 268 0 0 0 25 0 1 0 567777913 14233600 2951 33554432000 134512640 134556542 4290256352 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 3475 2951 214 11 0 2809 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22604

[startup+6.30086 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2080
/proc/meminfo: memFree=18689844/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=16180 CPUtime=5.88 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 3585 0 0 0 588 0 0 0 25 0 1 0 567777913 16568320 3525 33554432000 134512640 134556542 4290256352 18446744073709551615 134537546 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 4045 3525 214 11 0 3379 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24884

[startup+12.7008 s]
/proc/loadavg: 1.52 1.41 2.13 5/194 2080
/proc/meminfo: memFree=18679676/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=18260 CPUtime=12.28 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 4080 0 0 0 1228 0 0 0 25 0 1 0 567777913 18698240 4020 33554432000 134512640 134556542 4290256352 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 4565 4020 214 11 0 3899 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26964

[startup+25.5006 s]
/proc/loadavg: 1.90 1.49 2.15 5/194 2081
/proc/meminfo: memFree=18671040/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=19716 CPUtime=25.08 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 4466 0 0 0 2507 1 0 0 25 0 1 0 567777913 20189184 4406 33554432000 134512640 134556542 4290256352 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 4929 4406 214 11 0 4263 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28420

[startup+51.1011 s]
/proc/loadavg: 2.62 1.69 2.19 5/194 2081
/proc/meminfo: memFree=18658436/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=22520 CPUtime=50.69 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 5151 0 0 0 5068 1 0 0 25 0 1 0 567777913 23060480 5091 33554432000 134512640 134556542 4290256352 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 5630 5091 214 11 0 4964 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31224

[startup+102.307 s]
/proc/loadavg: 3.45 2.08 2.30 5/194 2083
/proc/meminfo: memFree=18641424/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=25592 CPUtime=101.89 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 5900 0 0 0 10188 1 0 0 25 0 1 0 567777913 26206208 5840 33554432000 134512640 134556542 4290256352 18446744073709551615 134534217 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 6398 5840 214 11 0 5732 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 34296

[startup+162.301 s]
/proc/loadavg: 3.79 2.43 2.40 5/194 2084
/proc/meminfo: memFree=18625884/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=29220 CPUtime=161.88 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 6802 0 0 0 16187 1 0 0 25 0 1 0 567777913 29921280 6742 33554432000 134512640 134556542 4290256352 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 7305 6742 214 11 0 6639 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 37924

[startup+222.301 s]
/proc/loadavg: 3.96 2.73 2.50 6/194 2086
/proc/meminfo: memFree=18612464/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=32664 CPUtime=221.88 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 7581 0 0 0 22187 1 0 0 25 0 1 0 567777913 33447936 7521 33554432000 134512640 134556542 4290256352 18446744073709551615 134537585 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 8166 7521 214 11 0 7500 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 41368

[startup+282.301 s]
/proc/loadavg: 3.98 2.95 2.59 5/194 2088
/proc/meminfo: memFree=18599540/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=36248 CPUtime=281.88 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 8488 0 0 0 28187 1 0 0 25 0 1 0 567777913 37117952 8428 33554432000 134512640 134556542 4290256352 18446744073709551615 134537253 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 9062 8428 214 11 0 8396 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 44952

[startup+342.301 s]
/proc/loadavg: 3.99 3.14 2.68 5/194 2089
/proc/meminfo: memFree=18591192/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=38960 CPUtime=341.89 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 9173 0 0 0 34187 2 0 0 25 0 1 0 567777913 39895040 9113 33554432000 134512640 134556542 4290256352 18446744073709551615 134537611 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 9740 9113 214 11 0 9074 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 47664

[startup+402.301 s]
/proc/loadavg: 3.99 3.30 2.76 5/194 2091
/proc/meminfo: memFree=18582848/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2

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

[pid=2041] ppid=2037 vsize=42276 CPUtime=521.89 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 10032 0 0 0 52186 3 0 0 25 0 1 0 567777913 43290624 9972 33554432000 134512640 134556542 4290256352 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 10569 9972 214 11 0 9903 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 50980

[startup+582.301 s]
/proc/loadavg: 3.99 3.61 2.97 5/194 2096
/proc/meminfo: memFree=18558572/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=44272 CPUtime=581.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 10540 0 0 0 58187 3 0 0 25 0 1 0 567777913 45334528 10480 33554432000 134512640 134556542 4290256352 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 11068 10480 214 11 0 10402 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 52976

[startup+642.301 s]
/proc/loadavg: 3.99 3.68 3.03 5/194 2106
/proc/meminfo: memFree=18550156/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=47144 CPUtime=641.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 11165 0 0 0 64187 3 0 0 25 0 1 0 567777913 48275456 11105 33554432000 134512640 134556542 4290256352 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 11786 11105 214 11 0 11120 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 55848

[startup+702.3 s]
/proc/loadavg: 3.99 3.73 3.09 5/194 2108
/proc/meminfo: memFree=18541940/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=49472 CPUtime=701.89 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 11739 0 0 0 70186 3 0 0 25 0 1 0 567777913 50659328 11679 33554432000 134512640 134556542 4290256352 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 12368 11679 214 11 0 11702 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 58176

[startup+762.307 s]
/proc/loadavg: 3.99 3.78 3.14 5/194 2109
/proc/meminfo: memFree=18538424/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=49776 CPUtime=761.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 11821 0 0 0 76187 3 0 0 25 0 1 0 567777913 50970624 11761 33554432000 134512640 134556542 4290256352 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 12444 11761 214 11 0 11778 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 58480

[startup+822.3 s]
/proc/loadavg: 4.04 3.83 3.20 5/194 2111
/proc/meminfo: memFree=18527728/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=53872 CPUtime=821.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 12829 0 0 0 82186 4 0 0 25 0 1 0 567777913 55164928 12769 33554432000 134512640 134556542 4290256352 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 13468 12769 214 11 0 12802 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 62576

[startup+882.301 s]
/proc/loadavg: 4.01 3.86 3.24 5/194 2113
/proc/meminfo: memFree=18525200/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=53872 CPUtime=881.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 12833 0 0 0 88186 4 0 0 25 0 1 0 567777913 55164928 12773 33554432000 134512640 134556542 4290256352 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 13468 12773 214 11 0 12802 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 62576

[startup+942.301 s]
/proc/loadavg: 4.00 3.88 3.29 5/194 2114
/proc/meminfo: memFree=18521324/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=53872 CPUtime=941.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 12839 0 0 0 94186 4 0 0 25 0 1 0 567777913 55164928 12779 33554432000 134512640 134556542 4290256352 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 13468 12779 214 11 0 12802 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 62576

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.33 5/194 2116
/proc/meminfo: memFree=18517432/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=54532 CPUtime=1001.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 13013 0 0 0 100186 4 0 0 25 0 1 0 567777913 55840768 12953 33554432000 134512640 134556542 4290256352 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 13633 12953 214 11 0 12967 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 63236

[startup+1062.3 s]
/proc/loadavg: 4.05 3.93 3.38 5/194 2117
/proc/meminfo: memFree=18513420/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=55060 CPUtime=1061.9 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 13168 0 0 0 106186 4 0 0 25 0 1 0 567777913 56381440 13108 33554432000 134512640 134556542 4290256352 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 13765 13108 214 11 0 13099 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 63764

[startup+1122.3 s]
/proc/loadavg: 4.02 3.94 3.41 5/194 2119
/proc/meminfo: memFree=18508664/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=56408 CPUtime=1121.91 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 13494 0 0 0 112186 5 0 0 25 0 1 0 567777913 57761792 13434 33554432000 134512640 134556542 4290256352 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 14102 13434 214 11 0 13436 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 65112

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.45 5/194 2121
/proc/meminfo: memFree=18504912/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=56696 CPUtime=1181.91 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 13566 0 0 0 118186 5 0 0 25 0 1 0 567777913 58056704 13506 33554432000 134512640 134556542 4290256352 18446744073709551615 134530966 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 14174 13506 214 11 0 13508 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 65400

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.48 5/194 2122
/proc/meminfo: memFree=18496924/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=57540 CPUtime=1241.91 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 13786 0 0 0 124186 5 0 0 25 0 1 0 567777913 58920960 13726 33554432000 134512640 134556542 4290256352 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 14385 13726 214 11 0 13719 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 66244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.50 5/194 2124
/proc/meminfo: memFree=18493424/32950940 swapFree=67111528/67111528
[pid=2037] ppid=2035 vsize=8704 CPUtime=0.39 cores=0,2
/proc/2037/stat : 2037 (ebglucose.sh) S 2035 2037 452 0 -1 4202496 380 4697 0 0 0 0 38 1 19 0 1 0 567777873 8912896 255 33554432000 4194304 4922060 140733305810624 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2037/statm: 2176 255 211 178 0 69 0
[pid=2041] ppid=2037 vsize=58872 CPUtime=1299.61 cores=0,2
/proc/2041/stat : 2041 (ebglucose_stati) R 2037 2037 452 0 -1 4202496 14091 0 0 0 129956 5 0 0 25 0 1 0 567777913 60284928 14031 33554432000 134512640 134556542 4290256352 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2041/statm: 14718 14031 214 11 0 14052 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 67576

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.03
CPU user time (s): 1299.95
CPU system time (s): 0.078987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 67576

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

runsolver used 2.06269 second user time and 5.04123 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 01:51:11
IDJOB=3289725
IDBENCH=83134
IDSOLVER=1652
FILE ID=node117/3289725-1303775471
RUNJOBID= node117-1303775470-2025
PBS_JOBID= 13157164
Free space on /tmp= 71536 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom17.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289725-1303775471/watcher-3289725-1303775471 -o /tmp/evaluation-result-3289725-1303775471/solver-3289725-1303775471 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3289725-1303775471.cnf

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=1847528723

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18776344 kB
Buffers:       2331348 kB
Cached:       11218456 kB
SwapCached:          0 kB
Active:        6302176 kB
Inactive:      7311988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18776344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2876 kB
Writeback:           0 kB
AnonPages:       63640 kB
Mapped:          14432 kB
Slab:           496876 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   189300 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= 71508 MiB
End job on node117 at 2011-04-26 02:12:53