Trace number 3288759

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  230335   563654 |   69100       0        0     nan |  0.000 % |
0.00/0.74	c |         0 |  144146   487352 |      --       0       --      -- |     --   | -86189/-76302
0.00/0.74	c ==============================================================================
0.00/0.74	c Result  :   #vars: 28296   #clauses: 144146   #literals: 487352
0.00/0.74	c CPU time:   0.713891 s
0.00/0.74	c ==============================================================================
0.00/0.83	c
0.00/0.83	c Starting glucose
0.00/0.83	c
0.00/0.84	
0.00/0.84	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.84	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.84	
0.00/0.84	c ============================[ Problem Statistics ]=============================
0.00/0.84	c |                                                                             |
0.00/0.84	c |  Number of variables:  28296                                                |
0.00/0.84	c |  Number of clauses:    144146                                               |
0.00/0.89	c |  Parsing time:         0.05         s                                       |
1300.04/1300.01	HOME/ebglucose.sh: line 57: 30331 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-3288759-1303770136/watcher-3288759-1303770136 -o /tmp/evaluation-result-3288759-1303770136/solver-3288759-1303770136 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288759-1303770136.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.93 5/192 30327
/proc/meminfo: memFree=12401296/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 356 232 0 0 0 0 0 0 22 0 1 0 567244251 8912896 253 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 253 211 178 0 69 0

[startup+0.0500849 s]
/proc/loadavg: 4.00 4.00 3.93 5/192 30327
/proc/meminfo: memFree=12401296/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 356 232 0 0 0 0 0 0 22 0 1 0 567244251 8912896 253 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101074 s]
/proc/loadavg: 4.00 4.00 3.93 5/192 30327
/proc/meminfo: memFree=12401296/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 356 232 0 0 0 0 0 0 22 0 1 0 567244251 8912896 253 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301045 s]
/proc/loadavg: 4.00 4.00 3.93 5/192 30327
/proc/meminfo: memFree=12401296/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 356 232 0 0 0 0 0 0 22 0 1 0 567244251 8912896 253 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700964 s]
/proc/loadavg: 4.00 4.00 3.93 5/192 30327
/proc/meminfo: memFree=12401296/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 356 232 0 0 0 0 0 0 22 0 1 0 567244251 8912896 253 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50081 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30331
/proc/meminfo: memFree=12378636/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=17516 CPUtime=0.65 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 3789 0 0 0 65 0 0 0 18 0 1 0 567244335 17936384 3730 33554432000 134512640 134556542 4288419312 18446744073709551615 134538262 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 4379 3730 214 11 0 3713 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26220

[startup+3.10051 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30331
/proc/meminfo: memFree=12376900/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=19840 CPUtime=2.25 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 4345 0 0 0 225 0 0 0 21 0 1 0 567244335 20316160 4286 33554432000 134512640 134556542 4288419312 18446744073709551615 3663836 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 4960 4286 214 11 0 4294 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28544

[startup+6.30091 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30331
/proc/meminfo: memFree=12374144/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=21324 CPUtime=5.45 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 4725 0 0 0 545 0 0 0 25 0 1 0 567244335 21835776 4666 33554432000 134512640 134556542 4288419312 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 5331 4666 214 11 0 4665 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30028

[startup+12.7007 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30331
/proc/meminfo: memFree=12370916/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=22656 CPUtime=11.85 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 5084 0 0 0 1185 0 0 0 25 0 1 0 567244335 23199744 5025 33554432000 134512640 134556542 4288419312 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 5664 5025 214 11 0 4998 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31360

[startup+25.5003 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30332
/proc/meminfo: memFree=12367940/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=25180 CPUtime=24.65 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 5675 0 0 0 2464 1 0 0 25 0 1 0 567244335 25784320 5616 33554432000 134512640 134556542 4288419312 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 6295 5616 214 11 0 5629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33884

[startup+51.1004 s]
/proc/loadavg: 4.06 4.01 3.94 5/194 30332
/proc/meminfo: memFree=12363424/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=27008 CPUtime=50.25 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 6131 0 0 0 5024 1 0 0 25 0 1 0 567244335 27656192 6072 33554432000 134512640 134556542 4288419312 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 6752 6072 214 11 0 6086 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35712

[startup+102.307 s]
/proc/loadavg: 4.06 4.03 3.94 5/194 30334
/proc/meminfo: memFree=12356084/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=30408 CPUtime=101.46 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 6960 0 0 0 10145 1 0 0 25 0 1 0 567244335 31137792 6901 33554432000 134512640 134556542 4288419312 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 7602 6901 214 11 0 6936 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 39112

[startup+162.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/194 30335
/proc/meminfo: memFree=12349120/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=33908 CPUtime=161.45 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 7814 0 0 0 16144 1 0 0 25 0 1 0 567244335 34721792 7755 33554432000 134512640 134556542 4288419312 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 8477 7755 214 11 0 7811 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42612

[startup+222.301 s]
/proc/loadavg: 4.04 4.03 3.95 5/194 30369
/proc/meminfo: memFree=12502716/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=35944 CPUtime=221.46 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 8276 0 0 0 22144 2 0 0 25 0 1 0 567244335 36806656 8217 33554432000 134512640 134556542 4288419312 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 8986 8217 214 11 0 8320 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 44648

[startup+282.301 s]
/proc/loadavg: 4.01 4.02 3.95 5/194 30402
/proc/meminfo: memFree=12533224/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=38248 CPUtime=281.46 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 8871 0 0 0 28144 2 0 0 25 0 1 0 567244335 39165952 8812 33554432000 134512640 134556542 4288419312 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 9562 8812 214 11 0 8896 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46952

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 30434
/proc/meminfo: memFree=13120640/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=40516 CPUtime=341.47 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 9421 0 0 0 34144 3 0 0 25 0 1 0 567244335 41488384 9362 33554432000 134512640 134556542 4288419312 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 10129 9362 214 11 0 9463 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49220

[startup+402.301 s]
/proc/loadavg: 4.06 4.03 3.95 5/194 30436
/proc/meminfo: memFree=13105968/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3

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

[pid=30331] ppid=30327 vsize=44092 CPUtime=521.47 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 10331 0 0 0 52144 3 0 0 25 0 1 0 567244335 45150208 10272 33554432000 134512640 134556542 4288419312 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 11023 10272 214 11 0 10357 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 52796

[startup+582.301 s]
/proc/loadavg: 4.07 4.04 3.96 5/194 30441
/proc/meminfo: memFree=13075132/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=45600 CPUtime=581.47 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 10602 0 0 0 58144 3 0 0 25 0 1 0 567244335 46694400 10543 33554432000 134512640 134556542 4288419312 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 11400 10543 214 11 0 10734 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 54304

[startup+642.301 s]
/proc/loadavg: 4.02 4.03 3.96 5/194 30442
/proc/meminfo: memFree=13070896/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=46212 CPUtime=641.48 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 10786 0 0 0 64145 3 0 0 25 0 1 0 567244335 47321088 10727 33554432000 134512640 134556542 4288419312 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 11553 10727 214 11 0 10887 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 54916

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.96 5/194 30444
/proc/meminfo: memFree=13062204/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=48600 CPUtime=701.48 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 11394 0 0 0 70145 3 0 0 25 0 1 0 567244335 49766400 11335 33554432000 134512640 134556542 4288419312 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 12150 11335 214 11 0 11484 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 57304

[startup+762.307 s]
/proc/loadavg: 4.00 4.02 3.96 5/194 30445
/proc/meminfo: memFree=13057332/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=48744 CPUtime=761.49 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 11448 0 0 0 76146 3 0 0 25 0 1 0 567244335 49913856 11389 33554432000 134512640 134556542 4288419312 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 12186 11389 214 11 0 11520 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 57448

[startup+822.3 s]
/proc/loadavg: 4.05 4.03 3.97 5/194 30447
/proc/meminfo: memFree=13049600/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=50592 CPUtime=821.48 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 11859 0 0 0 82145 3 0 0 25 0 1 0 567244335 51806208 11800 33554432000 134512640 134556542 4288419312 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 12648 11800 214 11 0 11982 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 59296

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.97 5/194 30449
/proc/meminfo: memFree=13045592/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=50928 CPUtime=881.49 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 11951 0 0 0 88145 4 0 0 25 0 1 0 567244335 52150272 11892 33554432000 134512640 134556542 4288419312 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 12732 11892 214 11 0 12066 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 59632

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 30450
/proc/meminfo: memFree=13042200/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=51996 CPUtime=941.49 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 12237 0 0 0 94145 4 0 0 25 0 1 0 567244335 53243904 12178 33554432000 134512640 134556542 4288419312 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 12999 12178 214 11 0 12333 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 60700

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.98 5/194 30455
/proc/meminfo: memFree=13036824/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=52356 CPUtime=1001.49 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 12305 0 0 0 100145 4 0 0 25 0 1 0 567244335 53612544 12246 33554432000 134512640 134556542 4288419312 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 13089 12246 214 11 0 12423 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 61060

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.98 5/194 30456
/proc/meminfo: memFree=13029380/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=54548 CPUtime=1061.49 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 12857 0 0 0 106145 4 0 0 25 0 1 0 567244335 55857152 12798 33554432000 134512640 134556542 4288419312 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 13637 12798 214 11 0 12971 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 63252

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.98 5/194 30458
/proc/meminfo: memFree=13024876/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=54548 CPUtime=1121.49 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 12863 0 0 0 112145 4 0 0 25 0 1 0 567244335 55857152 12804 33554432000 134512640 134556542 4288419312 18446744073709551615 134537304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 13637 12804 214 11 0 12971 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 63252

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.98 5/194 30460
/proc/meminfo: memFree=13020880/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=55872 CPUtime=1181.49 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 13189 0 0 0 118145 4 0 0 25 0 1 0 567244335 57212928 13130 33554432000 134512640 134556542 4288419312 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 13968 13130 214 11 0 13302 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 64576

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/194 30461
/proc/meminfo: memFree=13016008/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=56796 CPUtime=1241.5 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 13427 0 0 0 124145 5 0 0 25 0 1 0 567244335 58159104 13368 33554432000 134512640 134556542 4288419312 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 14199 13368 214 11 0 13533 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 65500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.98 5/194 30463
/proc/meminfo: memFree=13013004/32950928 swapFree=67111524/67111528
[pid=30327] ppid=30325 vsize=8704 CPUtime=0.83 cores=1,3
/proc/30327/stat : 30327 (ebglucose.sh) S 30325 30327 29809 0 -1 4202496 380 10610 0 0 0 0 79 4 18 0 1 0 567244251 8912896 256 33554432000 4194304 4922060 140733598652096 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30327/statm: 2176 256 211 178 0 69 0
[pid=30331] ppid=30327 vsize=56796 CPUtime=1299.21 cores=1,3
/proc/30331/stat : 30331 (ebglucose_stati) R 30327 30327 29809 0 -1 4202496 13432 0 0 0 129916 5 0 0 25 0 1 0 567244335 58159104 13373 33554432000 134512640 134556542 4288419312 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30331/statm: 14199 13373 214 11 0 13533 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 65500

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.06
CPU user time (s): 1299.96
CPU system time (s): 0.099984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 65500

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

runsolver used 2.01869 second user time and 5.08423 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:22:16
IDJOB=3288759
IDBENCH=83103
IDSOLVER=1652
FILE ID=node115/3288759-1303770136
RUNJOBID= node115-1303768833-29829
PBS_JOBID= 13157163
Free space on /tmp= 72296 MiB

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

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=1751720595

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12401568 kB
Buffers:       2292216 kB
Cached:       17100940 kB
SwapCached:          4 kB
Active:        8223164 kB
Inactive:     11769856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12401568 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32824 kB
Writeback:           0 kB
AnonPages:      598980 kB
Mapped:          16048 kB
Slab:           490648 kB
PageTables:       6460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   792564 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= 72588 MiB
End job on node115 at 2011-04-26 00:43:58