Trace number 3289311

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) 1299.18 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  126441   324131 |   37932       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |   87498   323274 |      --       0       --      -- |     --   | -38943/-857
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 15806   #clauses: 87498   #literals: 323274
0.00/0.44	c CPU time:   0.425935 s
0.00/0.44	c ==============================================================================
0.00/0.50	c
0.00/0.50	c Starting glucose
0.00/0.50	c
0.48/0.50	
0.48/0.50	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.48/0.50	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.48/0.50	
0.48/0.50	c ============================[ Problem Statistics ]=============================
0.48/0.50	c |                                                                             |
0.48/0.50	c |  Number of variables:  15806                                                |
0.48/0.50	c |  Number of clauses:    87498                                                |
0.48/0.53	c |  Parsing time:         0.03         s                                       |
1299.15/1300.01	HOME/ebglucose.sh: line 57: 16048 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-3289311-1303772054/watcher-3289311-1303772054 -o /tmp/evaluation-result-3289311-1303772054/solver-3289311-1303772054 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289311-1303772054.cnf 

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: 3.92 3.97 3.55 5/190 16042
/proc/meminfo: memFree=18500412/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8700 CPUtime=0 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 321 0 0 0 0 0 0 0 25 0 1 0 488805011 8908800 250 33554432000 4194304 4922060 140736471646352 18446744073709551615 210647146240 0 0 4100 65536 18446744071562362840 0 0 17 4 0 0 0
/proc/16042/statm: 2175 250 209 178 0 68 0

[startup+0.030145 s]
/proc/loadavg: 3.92 3.97 3.55 5/190 16042
/proc/meminfo: memFree=18500412/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488805011 8912896 253 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/16042/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10115 s]
/proc/loadavg: 3.92 3.97 3.55 5/190 16042
/proc/meminfo: memFree=18500412/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488805011 8912896 253 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/16042/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30112 s]
/proc/loadavg: 3.92 3.97 3.55 5/190 16042
/proc/meminfo: memFree=18500412/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488805011 8912896 253 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/16042/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700993 s]
/proc/loadavg: 3.92 3.97 3.55 5/190 16042
/proc/meminfo: memFree=18500412/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 8704

[startup+1.50093 s]
/proc/loadavg: 3.92 3.97 3.55 5/192 16049
/proc/meminfo: memFree=18492884/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=13056 CPUtime=0.99 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 2780 0 0 0 99 0 0 0 25 0 1 0 488805061 13369344 2720 33554432000 134512640 134556542 4287711648 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 3264 2720 214 11 0 2598 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21760

[startup+3.1006 s]
/proc/loadavg: 3.92 3.97 3.55 5/192 16049
/proc/meminfo: memFree=18489164/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=14828 CPUtime=2.34 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 3238 0 0 0 233 1 0 0 25 0 1 0 488805061 15183872 3178 33554432000 134512640 134556542 4287711648 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/16048/statm: 3707 3178 214 11 0 3041 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 23532

[startup+6.30106 s]
/proc/loadavg: 4.09 4.00 3.57 5/192 16049
/proc/meminfo: memFree=18481432/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=16568 CPUtime=5.27 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 3657 0 0 0 524 3 0 0 25 0 1 0 488805061 16965632 3597 33554432000 134512640 134556542 4287711648 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/16048/statm: 4142 3597 214 11 0 3476 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 25272

[startup+12.701 s]
/proc/loadavg: 4.32 4.05 3.58 5/192 16049
/proc/meminfo: memFree=18472680/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=18320 CPUtime=11.4 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 4113 0 0 0 1134 6 0 0 25 0 1 0 488805061 18759680 4053 33554432000 134512640 134556542 4287711648 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 4580 4053 214 11 0 3914 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 27024

[startup+25.5009 s]
/proc/loadavg: 4.25 4.05 3.59 5/192 16049
/proc/meminfo: memFree=18465780/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=20660 CPUtime=24.2 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 4666 0 0 0 2414 6 0 0 25 0 1 0 488805061 21155840 4606 33554432000 134512640 134556542 4287711648 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 5165 4606 214 11 0 4499 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 29364

[startup+51.1006 s]
/proc/loadavg: 4.16 4.04 3.60 5/192 16050
/proc/meminfo: memFree=18455696/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=22912 CPUtime=49.79 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 5244 0 0 0 4973 6 0 0 25 0 1 0 488805061 23461888 5184 33554432000 134512640 134556542 4287711648 18446744073709551615 134530063 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 5728 5184 214 11 0 5062 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 31616

[startup+102.307 s]
/proc/loadavg: 4.07 4.03 3.62 5/192 16051
/proc/meminfo: memFree=18439280/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=27224 CPUtime=100.99 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 6291 0 0 0 10093 6 0 0 25 0 1 0 488805061 27877376 6231 33554432000 134512640 134556542 4287711648 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 6806 6231 214 11 0 6140 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 35928

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 3.64 5/192 16053
/proc/meminfo: memFree=18426620/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=30832 CPUtime=160.99 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 7194 0 0 0 16092 7 0 0 25 0 1 0 488805061 31571968 7134 33554432000 134512640 134556542 4287711648 18446744073709551615 134537792 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 7708 7134 214 11 0 7042 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 39536

[startup+222.301 s]
/proc/loadavg: 4.01 4.02 3.66 5/192 16055
/proc/meminfo: memFree=18416808/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=33256 CPUtime=220.98 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 7774 0 0 0 22091 7 0 0 25 0 1 0 488805061 34054144 7714 33554432000 134512640 134556542 4287711648 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 8314 7714 214 11 0 7648 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 41960

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 3.68 5/192 16056
/proc/meminfo: memFree=18407000/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=35584 CPUtime=280.98 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 8323 0 0 0 28091 7 0 0 25 0 1 0 488805061 36438016 8263 33554432000 134512640 134556542 4287711648 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 8896 8263 214 11 0 8230 0
Current children cumulated CPU time (s) 281.46
Current children cumulated vsize (KiB) 44288

[startup+342.3 s]
/proc/loadavg: 4.07 4.02 3.70 5/192 16058
/proc/meminfo: memFree=18397804/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=38624 CPUtime=340.98 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 9110 0 0 0 34091 7 0 0 25 0 1 0 488805061 39550976 9050 33554432000 134512640 134556542 4287711648 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 9656 9050 214 11 0 8990 0
Current children cumulated CPU time (s) 341.46
Current children cumulated vsize (KiB) 47328

[startup+402.3 s]
/proc/loadavg: 4.02 4.02 3.72 5/192 16059
/proc/meminfo: memFree=18392712/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6

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

[pid=16048] ppid=16042 vsize=43372 CPUtime=520.99 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 10293 0 0 0 52091 8 0 0 25 0 1 0 488805061 44412928 10233 33554432000 134512640 134556542 4287711648 18446744073709551615 134536798 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 10843 10233 214 11 0 10177 0
Current children cumulated CPU time (s) 521.47
Current children cumulated vsize (KiB) 52076

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/192 16073
/proc/meminfo: memFree=18372744/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=45768 CPUtime=580.98 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 10853 0 0 0 58090 8 0 0 25 0 1 0 488805061 46866432 10793 33554432000 134512640 134556542 4287711648 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 11442 10793 214 11 0 10776 0
Current children cumulated CPU time (s) 581.46
Current children cumulated vsize (KiB) 54472

[startup+642.301 s]
/proc/loadavg: 4.06 4.02 3.77 5/192 16075
/proc/meminfo: memFree=18367524/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=47088 CPUtime=640.99 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 11184 0 0 0 64091 8 0 0 25 0 1 0 488805061 48218112 11124 33554432000 134512640 134556542 4287711648 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 11772 11124 214 11 0 11106 0
Current children cumulated CPU time (s) 641.47
Current children cumulated vsize (KiB) 55792

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.79 5/192 16079
/proc/meminfo: memFree=18362532/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=48408 CPUtime=700.98 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 11506 0 0 0 70090 8 0 0 25 0 1 0 488805061 49569792 11446 33554432000 134512640 134556542 4287711648 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 12102 11446 214 11 0 11436 0
Current children cumulated CPU time (s) 701.46
Current children cumulated vsize (KiB) 57112

[startup+762.301 s]
/proc/loadavg: 4.05 4.02 3.80 5/192 16081
/proc/meminfo: memFree=18358140/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=50032 CPUtime=760.97 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 11945 0 0 0 76089 8 0 0 25 0 1 0 488805061 51232768 11872 33554432000 134512640 134556542 4287711648 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 12508 11872 214 11 0 11842 0
Current children cumulated CPU time (s) 761.45
Current children cumulated vsize (KiB) 58736

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 3.81 5/192 16083
/proc/meminfo: memFree=18351432/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=51900 CPUtime=820.97 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 12380 0 0 0 82089 8 0 0 25 0 1 0 488805061 53145600 12307 33554432000 134512640 134556542 4287711648 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 12975 12307 214 11 0 12309 0
Current children cumulated CPU time (s) 821.45
Current children cumulated vsize (KiB) 60604

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.82 5/192 16084
/proc/meminfo: memFree=18347452/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=52164 CPUtime=880.97 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 12476 0 0 0 88089 8 0 0 25 0 1 0 488805061 53415936 12403 33554432000 134512640 134556542 4287711648 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 13041 12403 214 11 0 12375 0
Current children cumulated CPU time (s) 881.45
Current children cumulated vsize (KiB) 60868

[startup+942.3 s]
/proc/loadavg: 4.03 4.02 3.83 5/192 16086
/proc/meminfo: memFree=18343464/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=52588 CPUtime=940.97 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 12555 0 0 0 94089 8 0 0 25 0 1 0 488805061 53850112 12482 33554432000 134512640 134556542 4287711648 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 13147 12482 214 11 0 12481 0
Current children cumulated CPU time (s) 941.45
Current children cumulated vsize (KiB) 61292

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.84 5/192 16087
/proc/meminfo: memFree=18338608/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=55360 CPUtime=1000.97 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 13273 0 0 0 100088 9 0 0 25 0 1 0 488805061 56688640 13200 33554432000 134512640 134556542 4287711648 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 13840 13200 214 11 0 13174 0
Current children cumulated CPU time (s) 1001.45
Current children cumulated vsize (KiB) 64064

[startup+1062.3 s]
/proc/loadavg: 4.04 4.02 3.85 5/192 16089
/proc/meminfo: memFree=18335120/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=56944 CPUtime=1060.97 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 13669 0 0 0 106088 9 0 0 25 0 1 0 488805061 58310656 13596 33554432000 134512640 134556542 4287711648 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 14236 13596 214 11 0 13570 0
Current children cumulated CPU time (s) 1061.45
Current children cumulated vsize (KiB) 65648

[startup+1122.3 s]
/proc/loadavg: 4.09 4.03 3.86 5/192 16091
/proc/meminfo: memFree=18332380/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=56944 CPUtime=1120.98 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 13674 0 0 0 112089 9 0 0 25 0 1 0 488805061 58310656 13601 33554432000 134512640 134556542 4287711648 18446744073709551615 134537607 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 14236 13601 214 11 0 13570 0
Current children cumulated CPU time (s) 1121.46
Current children cumulated vsize (KiB) 65648

[startup+1182.3 s]
/proc/loadavg: 4.03 4.03 3.87 5/192 16092
/proc/meminfo: memFree=18328652/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=57736 CPUtime=1180.97 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 13890 0 0 0 118088 9 0 0 25 0 1 0 488805061 59121664 13817 33554432000 134512640 134556542 4287711648 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 14434 13817 214 11 0 13768 0
Current children cumulated CPU time (s) 1181.45
Current children cumulated vsize (KiB) 66440

[startup+1242.31 s]
/proc/loadavg: 4.01 4.02 3.87 5/192 16094
/proc/meminfo: memFree=18325420/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=57948 CPUtime=1240.98 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 13914 0 0 0 124089 9 0 0 25 0 1 0 488805061 59338752 13841 33554432000 134512640 134556542 4287711648 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 14487 13841 214 11 0 13821 0
Current children cumulated CPU time (s) 1241.46
Current children cumulated vsize (KiB) 66652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.88 2/185 16100
/proc/meminfo: memFree=18466700/32951132 swapFree=67111524/67111528
[pid=16042] ppid=16040 vsize=8704 CPUtime=0.48 cores=4,6
/proc/16042/stat : 16042 (ebglucose.sh) S 16040 16042 15815 0 -1 4202496 379 5962 0 0 0 0 47 1 21 0 1 0 488805011 8912896 256 33554432000 4194304 4922060 140736471646352 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16042/statm: 2176 256 211 178 0 69 0
[pid=16048] ppid=16042 vsize=60076 CPUtime=1298.67 cores=4,6
/proc/16048/stat : 16048 (ebglucose_stati) R 16042 16042 15815 0 -1 4202496 14464 0 0 0 129858 9 0 0 25 0 1 0 488805061 61517824 14391 33554432000 134512640 134556542 4287711648 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/16048/statm: 15019 14391 214 11 0 14353 0
Current children cumulated CPU time (s) 1299.15
Current children cumulated vsize (KiB) 68780

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): 1299.18
CPU user time (s): 1299.07
CPU system time (s): 0.113982
CPU usage (%): 99.9362
Max. virtual memory (cumulated for all children) (KiB): 68780

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

runsolver used 2.30065 second user time and 5.06223 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:54:14
IDJOB=3289311
IDBENCH=83119
IDSOLVER=1652
FILE ID=node129/3289311-1303772054
RUNJOBID= node129-1303770751-15834
PBS_JOBID= 13157179
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=185325850

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      18501188 kB
Buffers:       1241312 kB
Cached:       12436336 kB
SwapCached:          4 kB
Active:        2094860 kB
Inactive:     11692396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18501188 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12860 kB
Writeback:          24 kB
AnonPages:      107952 kB
Mapped:          15764 kB
Slab:           600288 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   302956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node129 at 2011-04-26 01:15:56