Trace number 3498822

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) 5000.11 5000.01

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.87
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1742     3718 |     522       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1716     6240 |      --       0       --      -- |     --   | -26/2522
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 1716   #literals: 6240
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.00	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  260                                                  |
0.00/0.00	c |  Number of clauses:    1716                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
5000.09/5000.01	HOME/ebglucose.sh: line 57: 14309 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.1 (svn: 989)

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-3498822-1307973019/watcher-3498822-1307973019 -o /tmp/evaluation-result-3498822-1307973019/solver-3498822-1307973019 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498822-1307973019.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.13 2.11 2/176 14306
/proc/meminfo: memFree=30584772/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) R 14304 14306 12590 0 -1 4202496 360 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 252 33554432000 4194304 4922060 140737129462752 18446744073709551615 242969878351 0 0 4100 65536 0 0 0 17 3 0 0 0
/proc/14306/statm: 2176 253 211 178 0 69 0

[startup+0.021617 s]
/proc/loadavg: 2.00 2.13 2.11 2/176 14306
/proc/meminfo: memFree=30584772/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100604 s]
/proc/loadavg: 2.00 2.13 2.11 2/176 14306
/proc/meminfo: memFree=30584772/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300571 s]
/proc/loadavg: 2.00 2.13 2.11 2/176 14306
/proc/meminfo: memFree=30584772/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700503 s]
/proc/loadavg: 2.00 2.13 2.11 2/176 14306
/proc/meminfo: memFree=30584772/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 2.00 2.13 2.11 3/178 14310
/proc/meminfo: memFree=30581692/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=7368 CPUtime=1.49 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 1184 0 0 0 149 0 0 0 25 0 1 0 908900588 7544832 1125 33554432000 134512640 134556542 4291141712 18446744073709551615 134538022 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 1842 1125 211 11 0 1176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16072

[startup+3.10108 s]
/proc/loadavg: 2.00 2.13 2.11 3/178 14311
/proc/meminfo: memFree=30579584/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=8308 CPUtime=3.09 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 1425 0 0 0 309 0 0 0 25 0 1 0 908900588 8507392 1366 33554432000 134512640 134556542 4291141712 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 2077 1366 211 11 0 1411 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17012

[startup+6.30053 s]
/proc/loadavg: 2.00 2.12 2.10 3/178 14311
/proc/meminfo: memFree=30577376/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=10124 CPUtime=6.29 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 1847 0 0 0 629 0 0 0 25 0 1 0 908900588 10366976 1788 33554432000 134512640 134556542 4291141712 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 2531 1788 211 11 0 1865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18828

[startup+12.7004 s]
/proc/loadavg: 2.00 2.12 2.10 3/178 14311
/proc/meminfo: memFree=30575648/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=11900 CPUtime=12.69 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 2250 0 0 0 1269 0 0 0 25 0 1 0 908900588 12185600 2191 33554432000 134512640 134556542 4291141712 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 2975 2191 211 11 0 2309 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20604

[startup+25.5002 s]
/proc/loadavg: 2.00 2.11 2.10 3/178 14311
/proc/meminfo: memFree=30571804/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=15420 CPUtime=25.48 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 3090 0 0 0 2548 0 0 0 25 0 1 0 908900588 15790080 3031 33554432000 134512640 134556542 4291141712 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 3855 3031 212 11 0 3189 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24124

[startup+51.1008 s]
/proc/loadavg: 2.07 2.12 2.10 3/178 14311
/proc/meminfo: memFree=30565580/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=20768 CPUtime=51.09 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 4307 0 0 0 5108 1 0 0 25 0 1 0 908900588 21266432 4248 33554432000 134512640 134556542 4291141712 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 5192 4248 212 11 0 4526 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29472

[startup+102.306 s]
/proc/loadavg: 2.03 2.10 2.09 3/178 14313
/proc/meminfo: memFree=30559500/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=26696 CPUtime=102.3 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 5729 0 0 0 10229 1 0 0 25 0 1 0 908900588 27336704 5670 33554432000 134512640 134556542 4291141712 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 6674 5670 212 11 0 6008 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 35400

[startup+162.301 s]
/proc/loadavg: 2.01 2.08 2.09 3/178 14315
/proc/meminfo: memFree=30555268/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=31272 CPUtime=162.29 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 6815 0 0 0 16228 1 0 0 25 0 1 0 908900588 32022528 6756 33554432000 134512640 134556542 4291141712 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 7818 6756 212 11 0 7152 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 39976

[startup+222.3 s]
/proc/loadavg: 2.00 2.06 2.08 3/178 14316
/proc/meminfo: memFree=30551908/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=33996 CPUtime=222.29 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 7505 0 0 0 22228 1 0 0 25 0 1 0 908900588 34811904 7446 33554432000 134512640 134556542 4291141712 18446744073709551615 8966223 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 8499 7446 212 11 0 7833 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42700

[startup+282.301 s]
/proc/loadavg: 2.00 2.05 2.07 3/178 14317
/proc/meminfo: memFree=30544692/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=37508 CPUtime=282.29 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 8218 0 0 0 28228 1 0 0 25 0 1 0 908900588 38408192 8159 33554432000 134512640 134556542 4291141712 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 9377 8159 212 11 0 8711 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46212

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 2.07 3/178 14319
/proc/meminfo: memFree=30542316/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=40020 CPUtime=342.29 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 8794 0 0 0 34228 1 0 0 25 0 1 0 908900588 40980480 8735 33554432000 134512640 134556542 4291141712 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 10005 8735 212 11 0 9339 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 48724

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.06 4/178 14321
/proc/meminfo: memFree=30539808/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7

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

[pid=14309] ppid=14306 vsize=96236 CPUtime=4242.37 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21267 0 0 0 424232 5 0 0 25 0 1 0 908900588 98545664 21179 33554432000 134512640 134556542 4291141712 18446744073709551615 134525290 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24059 21179 212 11 0 23393 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 104940

[startup+4302.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/171 14471
/proc/meminfo: memFree=31074092/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=96336 CPUtime=4302.37 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21327 0 0 0 430232 5 0 0 25 0 1 0 908900588 98648064 21210 33554432000 134512640 134556542 4291141712 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24084 21210 212 11 0 23418 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 105040

[startup+4362.3 s]
/proc/loadavg: 1.00 1.08 1.43 2/171 14473
/proc/meminfo: memFree=31073944/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=96600 CPUtime=4362.37 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21403 0 0 0 436232 5 0 0 25 0 1 0 908900588 98918400 21286 33554432000 134512640 134556542 4291141712 18446744073709551615 134545998 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24150 21286 212 11 0 23484 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 105304

[startup+4422.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/171 14474
/proc/meminfo: memFree=31073428/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=97068 CPUtime=4422.37 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21505 0 0 0 442232 5 0 0 25 0 1 0 908900588 99397632 21388 33554432000 134512640 134556542 4291141712 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24267 21388 212 11 0 23601 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 105772

[startup+4482.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/171 14475
/proc/meminfo: memFree=31073288/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=97200 CPUtime=4482.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21582 0 0 0 448233 5 0 0 25 0 1 0 908900588 99532800 21465 33554432000 134512640 134556542 4291141712 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24300 21465 212 11 0 23634 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 105904

[startup+4542.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/171 14477
/proc/meminfo: memFree=31073152/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=97460 CPUtime=4542.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21634 0 0 0 454233 5 0 0 25 0 1 0 908900588 99799040 21517 33554432000 134512640 134556542 4291141712 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24365 21517 212 11 0 23699 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 106164

[startup+4602.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/171 14482
/proc/meminfo: memFree=31073292/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=97592 CPUtime=4602.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21676 0 0 0 460233 5 0 0 25 0 1 0 908900588 99934208 21559 33554432000 134512640 134556542 4291141712 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24398 21559 212 11 0 23732 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 106296

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/171 14484
/proc/meminfo: memFree=31073072/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=97844 CPUtime=4662.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21728 0 0 0 466233 5 0 0 25 0 1 0 908900588 100192256 21611 33554432000 134512640 134556542 4291141712 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24461 21611 212 11 0 23795 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 106548

[startup+4722.31 s]
/proc/loadavg: 1.00 1.02 1.28 2/171 14485
/proc/meminfo: memFree=31072432/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=98240 CPUtime=4722.39 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21860 0 0 0 472234 5 0 0 25 0 1 0 908900588 100597760 21743 33554432000 134512640 134556542 4291141712 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24560 21743 212 11 0 23894 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 106944

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/171 14486
/proc/meminfo: memFree=31071912/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=98684 CPUtime=4782.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21949 0 0 0 478233 5 0 0 25 0 1 0 908900588 101052416 21832 33554432000 134512640 134556542 4291141712 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24671 21832 212 11 0 24005 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 107388

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/171 14488
/proc/meminfo: memFree=31071892/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=98792 CPUtime=4842.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21962 0 0 0 484233 5 0 0 25 0 1 0 908900588 101163008 21845 33554432000 134512640 134556542 4291141712 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24698 21845 212 11 0 24032 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 107496

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/171 14490
/proc/meminfo: memFree=31071736/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=98972 CPUtime=4902.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 21992 0 0 0 490233 5 0 0 25 0 1 0 908900588 101347328 21875 33554432000 134512640 134556542 4291141712 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24743 21875 212 11 0 24077 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 107676

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 14492
/proc/meminfo: memFree=31071224/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=99344 CPUtime=4962.38 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 22092 0 0 0 496233 5 0 0 25 0 1 0 908900588 101728256 21975 33554432000 134512640 134556542 4291141712 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24836 21975 212 11 0 24170 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 108048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.20 2/171 14492
/proc/meminfo: memFree=31071212/32951132 swapFree=67052544/67111528
[pid=14306] ppid=14304 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14306/stat : 14306 (ebglucose.sh) S 14304 14306 12590 0 -1 4202496 379 429 0 0 0 0 0 0 25 0 1 0 908900587 8912896 255 33554432000 4194304 4922060 140737129462752 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14306/statm: 2176 255 211 178 0 69 0
[pid=14309] ppid=14306 vsize=99344 CPUtime=5000.09 cores=1,3,5,7
/proc/14309/stat : 14309 (ebglucose_stati) R 14306 14306 12590 0 -1 4202496 22092 0 0 0 500004 5 0 0 25 0 1 0 908900588 101728256 21975 33554432000 134512640 134556542 4291141712 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14309/statm: 24836 21975 212 11 0 24170 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 108048

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): 5000.01
CPU time (s): 5000.11
CPU user time (s): 5000.05
CPU system time (s): 0.057991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 108048

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

runsolver used 6.95194 second user time and 16.5255 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 15:50:19
IDJOB=3498822
IDBENCH=87946
IDSOLVER=1992
FILE ID=node128/3498822-1307973019
RUNJOBID= node128-1307961960-13177
PBS_JOBID= 13559700
Free space on /tmp= 73968 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498822-1307973019/watcher-3498822-1307973019 -o /tmp/evaluation-result-3498822-1307973019/solver-3498822-1307973019 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498822-1307973019.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=208095833

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30585572 kB
Buffers:        327248 kB
Cached:        1327736 kB
SwapCached:      11368 kB
Active:        1109584 kB
Inactive:      1026272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30585572 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:      478264 kB
Mapped:          11104 kB
Slab:           165040 kB
PageTables:       5852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   700160 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= 74080 MiB
End job on node128 at 2011-06-13 17:13:41