Trace number 3288989

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.02 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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 |  139333   357440 |   41799       0        0     nan |  0.000 % |
0.00/0.48	c |         0 |   96592   357336 |      --       0       --      -- |     --   | -42741/-104
0.00/0.48	c ==============================================================================
0.00/0.48	c Result  :   #vars: 17436   #clauses: 96592   #literals: 357336
0.00/0.48	c CPU time:   0.463929 s
0.00/0.48	c ==============================================================================
0.00/0.55	c
0.00/0.55	c Starting glucose
0.00/0.55	c
0.00/0.55	
0.00/0.55	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.55	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.55	
0.00/0.55	c ============================[ Problem Statistics ]=============================
0.00/0.55	c |                                                                             |
0.00/0.55	c |  Number of variables:  17436                                                |
0.00/0.55	c |  Number of clauses:    96592                                                |
0.00/0.59	c |  Parsing time:         0.03         s                                       |
1300.00/1300.01	HOME/ebglucose.sh: line 57: 15885 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-3288989-1303770751/watcher-3288989-1303770751 -o /tmp/evaluation-result-3288989-1303770751/solver-3288989-1303770751 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288989-1303770751.cnf 

running on 2 cores: 5,7

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: 1.56 1.92 2.25 5/178 15857
/proc/meminfo: memFree=18540484/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8700 CPUtime=0 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 321 0 0 0 0 0 0 0 20 0 1 0 488674777 8908800 250 33554432000 4194304 4922060 140733965611152 18446744073709551615 210647146240 0 0 4100 65536 18446744071562362840 0 0 17 5 0 0 0
/proc/15857/statm: 2175 250 209 178 0 68 0

[startup+0.0770149 s]
/proc/loadavg: 1.56 1.92 2.25 5/178 15857
/proc/meminfo: memFree=18540484/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 488674777 8912896 253 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101011 s]
/proc/loadavg: 1.56 1.92 2.25 5/178 15857
/proc/meminfo: memFree=18540484/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 488674777 8912896 253 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300988 s]
/proc/loadavg: 1.56 1.92 2.25 5/178 15857
/proc/meminfo: memFree=18540484/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 488674777 8912896 253 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700878 s]
/proc/loadavg: 1.56 1.92 2.25 5/178 15857
/proc/meminfo: memFree=18540484/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 8704

[startup+1.50078 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18471792/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=13856 CPUtime=0.93 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 2969 0 0 0 93 0 0 0 17 0 1 0 488674832 14188544 2909 33554432000 134512640 134556542 4287959008 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 3464 2909 214 11 0 2798 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22560

[startup+3.10051 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18461500/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=15836 CPUtime=2.53 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 3481 0 0 0 253 0 0 0 20 0 1 0 488674832 16216064 3421 33554432000 134512640 134556542 4287959008 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 3959 3421 214 11 0 3293 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24540

[startup+6.30097 s]
/proc/loadavg: 1.75 1.95 2.26 5/192 15888
/proc/meminfo: memFree=18452344/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=17852 CPUtime=5.73 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 3969 0 0 0 573 0 0 0 25 0 1 0 488674832 18280448 3909 33554432000 134512640 134556542 4287959008 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 4463 3909 214 11 0 3797 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26556

[startup+12.7009 s]
/proc/loadavg: 2.01 2.00 2.28 6/192 15888
/proc/meminfo: memFree=18441876/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=19656 CPUtime=12.13 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 4411 0 0 0 1213 0 0 0 25 0 1 0 488674832 20127744 4351 33554432000 134512640 134556542 4287959008 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 4914 4351 214 11 0 4248 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28360

[startup+25.5007 s]
/proc/loadavg: 2.52 2.12 2.31 5/192 15889
/proc/meminfo: memFree=18435380/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=21672 CPUtime=24.93 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 4902 0 0 0 2492 1 0 0 25 0 1 0 488674832 22192128 4842 33554432000 134512640 134556542 4287959008 18446744073709551615 134530924 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 5418 4842 214 11 0 4752 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30376

[startup+51.1004 s]
/proc/loadavg: 3.02 2.27 2.35 5/192 15889
/proc/meminfo: memFree=18425028/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=24244 CPUtime=50.53 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 5545 0 0 0 5052 1 0 0 25 0 1 0 488674832 24825856 5485 33554432000 134512640 134556542 4287959008 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 6061 5485 214 11 0 5395 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32948

[startup+102.307 s]
/proc/loadavg: 3.57 2.53 2.43 5/192 15891
/proc/meminfo: memFree=18409772/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=28508 CPUtime=101.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 6586 0 0 0 10173 1 0 0 25 0 1 0 488674832 29192192 6526 33554432000 134512640 134556542 4287959008 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 7127 6526 214 11 0 6461 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37212

[startup+162.301 s]
/proc/loadavg: 3.84 2.80 2.53 5/192 15892
/proc/meminfo: memFree=18395004/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=32652 CPUtime=161.73 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 7634 0 0 0 16172 1 0 0 25 0 1 0 488674832 33435648 7574 33554432000 134512640 134556542 4287959008 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 8163 7574 214 11 0 7497 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 41356

[startup+222.301 s]
/proc/loadavg: 3.94 3.01 2.62 5/192 15894
/proc/meminfo: memFree=18385448/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=34944 CPUtime=221.73 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 8176 0 0 0 22172 1 0 0 25 0 1 0 488674832 35782656 8116 33554432000 134512640 134556542 4287959008 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 8736 8116 214 11 0 8070 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 43648

[startup+282.3 s]
/proc/loadavg: 3.98 3.19 2.70 5/192 15895
/proc/meminfo: memFree=18376636/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=37732 CPUtime=281.73 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 8875 0 0 0 28171 2 0 0 25 0 1 0 488674832 38637568 8815 33554432000 134512640 134556542 4287959008 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 9433 8815 214 11 0 8767 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 46436

[startup+342.3 s]
/proc/loadavg: 4.02 3.35 2.79 5/192 15897
/proc/meminfo: memFree=18366340/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=39544 CPUtime=341.73 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 9320 0 0 0 34171 2 0 0 25 0 1 0 488674832 40493056 9260 33554432000 134512640 134556542 4287959008 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 9886 9260 214 11 0 9220 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 48248

[startup+402.3 s]
/proc/loadavg: 4.04 3.48 2.86 5/192 15899
/proc/meminfo: memFree=18360260/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7

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

[pid=15885] ppid=15857 vsize=45536 CPUtime=521.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 10828 0 0 0 52171 3 0 0 25 0 1 0 488674832 46628864 10768 33554432000 134512640 134556542 4287959008 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 11384 10768 214 11 0 10718 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 54240

[startup+582.301 s]
/proc/loadavg: 4.00 3.72 3.06 5/192 15903
/proc/meminfo: memFree=18340772/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=47252 CPUtime=581.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 11248 0 0 0 58171 3 0 0 25 0 1 0 488674832 48386048 11188 33554432000 134512640 134556542 4287959008 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 11813 11188 214 11 0 11147 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 55956

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 3.12 5/192 15905
/proc/meminfo: memFree=18334188/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=49500 CPUtime=641.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 11774 0 0 0 64171 3 0 0 25 0 1 0 488674832 50688000 11714 33554432000 134512640 134556542 4287959008 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 12375 11714 214 11 0 11709 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 58204

[startup+702.301 s]
/proc/loadavg: 4.00 3.81 3.17 5/192 15907
/proc/meminfo: memFree=18329472/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=50028 CPUtime=701.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 11893 0 0 0 70171 3 0 0 25 0 1 0 488674832 51228672 11833 33554432000 134512640 134556542 4287959008 18446744073709551615 134536915 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 12507 11833 214 11 0 11841 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 58732

[startup+762.307 s]
/proc/loadavg: 4.03 3.85 3.22 5/192 15908
/proc/meminfo: memFree=18323884/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=51524 CPUtime=761.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 12287 0 0 0 76171 3 0 0 25 0 1 0 488674832 52760576 12227 33554432000 134512640 134556542 4287959008 18446744073709551615 134537378 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 12881 12227 214 11 0 12215 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 60228

[startup+822.3 s]
/proc/loadavg: 4.01 3.88 3.27 5/192 15910
/proc/meminfo: memFree=18320656/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=51524 CPUtime=821.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 12291 0 0 0 82171 3 0 0 25 0 1 0 488674832 52760576 12231 33554432000 134512640 134556542 4287959008 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 12881 12231 214 11 0 12215 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 60228

[startup+882.3 s]
/proc/loadavg: 4.04 3.91 3.32 5/192 15911
/proc/meminfo: memFree=18316304/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=52852 CPUtime=881.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 12635 0 0 0 88171 3 0 0 25 0 1 0 488674832 54120448 12575 33554432000 134512640 134556542 4287959008 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 13213 12575 214 11 0 12547 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 61556

[startup+942.3 s]
/proc/loadavg: 4.01 3.92 3.36 5/192 15913
/proc/meminfo: memFree=18310840/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=55136 CPUtime=941.75 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 13192 0 0 0 94171 4 0 0 25 0 1 0 488674832 56459264 13132 33554432000 134512640 134556542 4287959008 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 13784 13132 214 11 0 13118 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 63840

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.40 5/192 15915
/proc/meminfo: memFree=18304008/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=55680 CPUtime=1001.75 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 13336 0 0 0 100171 4 0 0 25 0 1 0 488674832 57016320 13276 33554432000 134512640 134556542 4287959008 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 13920 13276 214 11 0 13254 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 64384

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.43 5/192 15916
/proc/meminfo: memFree=18300652/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=57084 CPUtime=1061.75 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 13647 0 0 0 106171 4 0 0 25 0 1 0 488674832 58454016 13587 33554432000 134512640 134556542 4287959008 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 14271 13587 214 11 0 13605 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 65788

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.47 5/192 15918
/proc/meminfo: memFree=18296540/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=60316 CPUtime=1121.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 14459 0 0 0 112170 4 0 0 25 0 1 0 488674832 61763584 14399 33554432000 134512640 134556542 4287959008 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 15079 14399 214 11 0 14413 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 69020

[startup+1182.3 s]
/proc/loadavg: 4.06 3.98 3.50 5/192 15919
/proc/meminfo: memFree=18292568/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=60316 CPUtime=1181.74 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 14464 0 0 0 118170 4 0 0 25 0 1 0 488674832 61763584 14404 33554432000 134512640 134556542 4287959008 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 15079 14404 214 11 0 14413 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 69020

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.53 5/192 15921
/proc/meminfo: memFree=18285992/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=61108 CPUtime=1241.75 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 14658 0 0 0 124170 5 0 0 25 0 1 0 488674832 62574592 14598 33554432000 134512640 134556542 4287959008 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 15277 14598 214 11 0 14611 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 69812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.56 5/192 15923
/proc/meminfo: memFree=18283496/32951132 swapFree=67111524/67111528
[pid=15857] ppid=15855 vsize=8704 CPUtime=0.54 cores=5,7
/proc/15857/stat : 15857 (ebglucose.sh) S 15855 15857 15815 0 -1 4202496 379 6503 0 0 0 0 52 2 15 0 1 0 488674777 8912896 256 33554432000 4194304 4922060 140733965611152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15857/statm: 2176 256 211 178 0 69 0
[pid=15885] ppid=15857 vsize=61372 CPUtime=1299.46 cores=5,7
/proc/15885/stat : 15885 (ebglucose_stati) R 15857 15857 15815 0 -1 4202496 14730 0 0 0 129941 5 0 0 25 0 1 0 488674832 62844928 14670 33554432000 134512640 134556542 4287959008 18446744073709551615 134535080 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15885/statm: 15343 14670 214 11 0 14677 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 70076

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.02
CPU user time (s): 1299.94
CPU system time (s): 0.078987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 70076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
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= 21625
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= 3080

runsolver used 2.10468 second user time and 5.00124 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:32:32
IDJOB=3288989
IDBENCH=83110
IDSOLVER=1652
FILE ID=node129/3288989-1303770751
RUNJOBID= node129-1303770751-15836
PBS_JOBID= 13157179
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=348497817

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:      18541748 kB
Buffers:       1241012 kB
Cached:       12428416 kB
SwapCached:          4 kB
Active:        2051220 kB
Inactive:     11693572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18541748 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7528 kB
Writeback:           0 kB
AnonPages:       74324 kB
Mapped:          14076 kB
Slab:           599924 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   201916 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= 66268 MiB
End job on node129 at 2011-04-26 00:54:14