Trace number 3498741

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.04 4999.91

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18199.9
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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 |  152640   373004 |   45791       0        0     nan |  0.000 % |
0.00/0.48	c |         0 |   95209   320851 |      --       0       --      -- |     --   | -57431/-52153
0.00/0.48	c ==============================================================================
0.00/0.48	c Result  :   #vars: 18664   #clauses: 95209   #literals: 320851
0.00/0.48	c CPU time:   0.463929 s
0.00/0.48	c ==============================================================================
0.00/0.54	c
0.00/0.54	c Starting glucose
0.00/0.54	c
0.00/0.54	
0.00/0.54	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.54	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.54	
0.00/0.54	c ============================[ Problem Statistics ]=============================
0.00/0.54	c |                                                                             |
0.00/0.54	c |  Number of variables:  18664                                                |
0.00/0.54	c |  Number of clauses:    95209                                                |
0.00/0.58	c |  Parsing time:         0.03         s                                       |
5000.02/4999.91	HOME/ebglucose.sh: line 57: 29826 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 /var/tmp/evaluation-result-3498741-1307966319/watcher-3498741-1307966319 -o /var/tmp/evaluation-result-3498741-1307966319/solver-3498741-1307966319 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498741-1307966319.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.02 2.01 2.00 2/178 29822
/proc/meminfo: memFree=4548332/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 908232867 8912896 252 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29822/statm: 2176 252 211 178 0 69 0

[startup+0.0966001 s]
/proc/loadavg: 2.02 2.01 2.00 2/178 29822
/proc/meminfo: memFree=4548332/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 908232867 8912896 252 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29822/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100601 s]
/proc/loadavg: 2.02 2.01 2.00 2/178 29822
/proc/meminfo: memFree=4548332/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 908232867 8912896 252 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29822/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300565 s]
/proc/loadavg: 2.02 2.01 2.00 2/178 29822
/proc/meminfo: memFree=4548332/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 908232867 8912896 252 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29822/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700505 s]
/proc/loadavg: 2.02 2.01 2.00 2/178 29822
/proc/meminfo: memFree=4548332/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 29826
/proc/meminfo: memFree=4532716/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=13776 CPUtime=0.95 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 2924 0 0 0 95 0 0 0 18 0 1 0 908232921 14106624 2865 33554432000 134512640 134556542 4291982544 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 3444 2865 214 11 0 2778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22480

[startup+3.10107 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 29826
/proc/meminfo: memFree=4530372/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=15636 CPUtime=2.55 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 3384 0 0 0 255 0 0 0 20 0 1 0 908232921 16011264 3325 33554432000 134512640 134556542 4291982544 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 3909 3325 214 11 0 3243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24340

[startup+6.3005 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 29826
/proc/meminfo: memFree=4527932/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=17784 CPUtime=5.75 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 3929 0 0 0 575 0 0 0 25 0 1 0 908232921 18210816 3870 33554432000 134512640 134556542 4291982544 18446744073709551615 134537378 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 4446 3870 214 11 0 3780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26488

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 29826
/proc/meminfo: memFree=4525000/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=19264 CPUtime=12.15 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 4307 0 0 0 1215 0 0 0 25 0 1 0 908232921 19726336 4248 33554432000 134512640 134556542 4291982544 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 4816 4248 214 11 0 4150 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27968

[startup+25.5011 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 29827
/proc/meminfo: memFree=4521048/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=22028 CPUtime=24.94 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 4968 0 0 0 2494 0 0 0 25 0 1 0 908232921 22556672 4909 33554432000 134512640 134556542 4291982544 18446744073709551615 134524976 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 5507 4909 214 11 0 4841 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30732

[startup+51.1006 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 29827
/proc/meminfo: memFree=4516740/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=24200 CPUtime=50.55 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 5500 0 0 0 5054 1 0 0 25 0 1 0 908232921 24780800 5441 33554432000 134512640 134556542 4291982544 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 6050 5441 214 11 0 5384 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32904

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 29829
/proc/meminfo: memFree=4508880/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=27472 CPUtime=101.76 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 6313 0 0 0 10175 1 0 0 25 0 1 0 908232921 28131328 6254 33554432000 134512640 134556542 4291982544 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 6868 6254 214 11 0 6202 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 36176

[startup+162.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/180 29839
/proc/meminfo: memFree=4503636/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=29840 CPUtime=161.76 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 6916 0 0 0 16175 1 0 0 25 0 1 0 908232921 30556160 6857 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 7460 6857 214 11 0 6794 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 38544

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 29841
/proc/meminfo: memFree=4498628/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=32204 CPUtime=221.76 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 7473 0 0 0 22175 1 0 0 25 0 1 0 908232921 32976896 7414 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 8051 7414 214 11 0 7385 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 40908

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 29842
/proc/meminfo: memFree=4494244/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=33996 CPUtime=281.76 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 7906 0 0 0 28175 1 0 0 25 0 1 0 908232921 34811904 7847 33554432000 134512640 134556542 4291982544 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 8499 7847 214 11 0 7833 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 42700

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 29847
/proc/meminfo: memFree=4489428/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=36260 CPUtime=341.76 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 8470 0 0 0 34175 1 0 0 25 0 1 0 908232921 37130240 8411 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 9065 8411 214 11 0 8399 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 44964

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29849
/proc/meminfo: memFree=4485104/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7

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

[pid=29826] ppid=29822 vsize=83820 CPUtime=4301.85 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 19543 0 0 0 430181 4 0 0 25 0 1 0 908232921 85831680 19484 33554432000 134512640 134556542 4291982544 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 20955 19484 214 11 0 20289 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 92524

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29966
/proc/meminfo: memFree=4381224/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=84240 CPUtime=4361.85 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 19631 0 0 0 436181 4 0 0 25 0 1 0 908232921 86261760 19572 33554432000 134512640 134556542 4291982544 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 21060 19572 214 11 0 20394 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 92944

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29968
/proc/meminfo: memFree=4380576/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=84608 CPUtime=4421.85 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 19753 0 0 0 442181 4 0 0 25 0 1 0 908232921 86638592 19694 33554432000 134512640 134556542 4291982544 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 21152 19694 214 11 0 20486 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 93312

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29969
/proc/meminfo: memFree=4376316/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=86144 CPUtime=4481.86 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20125 0 0 0 448181 5 0 0 25 0 1 0 908232921 88211456 20066 33554432000 134512640 134556542 4291982544 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 21536 20066 214 11 0 20870 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 94848

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29971
/proc/meminfo: memFree=4375036/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=87464 CPUtime=4541.86 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20446 0 0 0 454181 5 0 0 25 0 1 0 908232921 89563136 20387 33554432000 134512640 134556542 4291982544 18446744073709551615 134537450 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 21866 20387 214 11 0 21200 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 96168

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29973
/proc/meminfo: memFree=4373512/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=89116 CPUtime=4601.87 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20736 0 0 0 460182 5 0 0 25 0 1 0 908232921 91254784 20677 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22279 20677 214 11 0 21613 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 97820

[startup+4662.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/180 29974
/proc/meminfo: memFree=4373352/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=89116 CPUtime=4661.86 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20738 0 0 0 466181 5 0 0 25 0 1 0 908232921 91254784 20679 33554432000 134512640 134556542 4291982544 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22279 20679 214 11 0 21613 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 97820

[startup+4722.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 29976
/proc/meminfo: memFree=4373440/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=89116 CPUtime=4721.87 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20741 0 0 0 472182 5 0 0 25 0 1 0 908232921 91254784 20682 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22279 20682 214 11 0 21613 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 97820

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 29977
/proc/meminfo: memFree=4373036/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=89188 CPUtime=4781.87 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20757 0 0 0 478182 5 0 0 25 0 1 0 908232921 91328512 20698 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22297 20698 214 11 0 21631 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 97892

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 29979
/proc/meminfo: memFree=4372744/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=89836 CPUtime=4841.87 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20869 0 0 0 484182 5 0 0 25 0 1 0 908232921 91992064 20810 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22459 20810 214 11 0 21793 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 98540

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29981
/proc/meminfo: memFree=4372080/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=89908 CPUtime=4901.87 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20879 0 0 0 490182 5 0 0 25 0 1 0 908232921 92065792 20820 33554432000 134512640 134556542 4291982544 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22477 20820 214 11 0 21811 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 98612

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29982
/proc/meminfo: memFree=4371428/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=90392 CPUtime=4961.87 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 20977 0 0 0 496182 5 0 0 25 0 1 0 908232921 92561408 20918 33554432000 134512640 134556542 4291982544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22598 20918 214 11 0 21932 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 99096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 30068
/proc/meminfo: memFree=4394092/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=90536 CPUtime=4999.48 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 21008 0 0 0 499943 5 0 0 25 0 1 0 908232921 92708864 20949 33554432000 134512640 134556542 4291982544 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22634 20949 214 11 0 21968 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 99240

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 30068
/proc/meminfo: memFree=4394092/32951124 swapFree=67052292/67111528
[pid=29822] ppid=29820 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/29822/stat : 29822 (ebglucose.sh) S 29820 29822 28035 0 -1 4202496 380 7070 0 0 0 0 52 2 15 0 1 0 908232867 8912896 255 33554432000 4194304 4922060 140733670822256 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29822/statm: 2176 255 211 178 0 69 0
[pid=29826] ppid=29822 vsize=90536 CPUtime=4999.48 cores=1,3,5,7
/proc/29826/stat : 29826 (ebglucose_stati) R 29822 29822 28035 0 -1 4202496 21008 0 0 0 499943 5 0 0 25 0 1 0 908232921 92708864 20949 33554432000 134512640 134556542 4291982544 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29826/statm: 22634 20949 214 11 0 21968 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 99240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4999.95
CPU system time (s): 0.083987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.95
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28662
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= 17
involuntary context switches= 7203

runsolver used 7.47186 second user time and 17.0494 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 13:58:39
IDJOB=3498741
IDBENCH=83115
IDSOLVER=1992
FILE ID=node108/3498741-1307966319
RUNJOBID= node108-1307959426-28793
PBS_JOBID= 13559720
Free space on /var/tmp= 2872 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498741-1307966319/watcher-3498741-1307966319 -o /var/tmp/evaluation-result-3498741-1307966319/solver-3498741-1307966319 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498741-1307966319.cnf

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1773174104

node108.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.820
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.64
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.820
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.820
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.820
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.77
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.820
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.820
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.820
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.820
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:     32951124 kB
MemFree:       4548636 kB
Buffers:        121512 kB
Cached:       27330440 kB
SwapCached:      23260 kB
Active:       11848640 kB
Inactive:     15658672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4548636 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           16824 kB
Writeback:           0 kB
AnonPages:       53028 kB
Mapped:          10196 kB
Slab:           829884 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229472 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 /var/tmp at the end= 2844 MiB
End job on node108 at 2011-06-13 15:22:01