Trace number 3498829

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

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.63029
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
0.00/0.68	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
0.00/0.68	c ==============================================================================
0.00/0.68	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
0.00/0.68	c CPU time:   0.664898 s
0.00/0.68	c ==============================================================================
0.00/0.84	c
0.00/0.84	c Starting glucose
0.00/0.84	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:  8694                                                 |
0.00/0.84	c |  Number of clauses:    269998                                               |
0.83/0.95	c |  Parsing time:         0.11         s                                       |

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

running on 4 cores: 0,2,4,6

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.00 2.00 2/175 5158
/proc/meminfo: memFree=7091840/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889758837 8912896 253 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5158/statm: 2176 253 211 178 0 69 0

[startup+0.0894481 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 5158
/proc/meminfo: memFree=7091840/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889758837 8912896 253 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5158/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10045 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 5158
/proc/meminfo: memFree=7091840/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889758837 8912896 253 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5158/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300404 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 5158
/proc/meminfo: memFree=7091840/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889758837 8912896 253 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5158/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700332 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 5158
/proc/meminfo: memFree=7091840/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889758837 8912896 253 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5158/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50118 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5162
/proc/meminfo: memFree=7067544/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=21380 CPUtime=0.64 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 4878 0 0 0 64 0 0 0 20 0 1 0 889758921 21893120 4819 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5162/statm: 5345 4819 208 11 0 4679 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30084

[startup+3.10089 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5162
/proc/meminfo: memFree=7065684/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=22704 CPUtime=2.24 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 5227 0 0 0 224 0 0 0 25 0 1 0 889758921 23248896 5168 33554432000 134512640 134556542 4290380112 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5162/statm: 5676 5168 208 11 0 5010 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 31408

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5163
/proc/meminfo: memFree=7062192/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=25108 CPUtime=5.44 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 5804 0 0 0 544 0 0 0 25 0 1 0 889758921 25710592 5745 33554432000 134512640 134556542 4290380112 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5162/statm: 6277 5745 208 11 0 5611 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33812

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5163
/proc/meminfo: memFree=7059656/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=26656 CPUtime=11.84 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 6195 0 0 0 1184 0 0 0 25 0 1 0 889758921 27295744 6136 33554432000 134512640 134556542 4290380112 18446744073709551615 134537405 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5162/statm: 6664 6136 208 11 0 5998 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35360

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5163
/proc/meminfo: memFree=7056048/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=29880 CPUtime=24.65 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 7020 0 0 0 2464 1 0 0 25 0 1 0 889758921 30597120 6961 33554432000 134512640 134556542 4290380112 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5162/statm: 7470 6961 212 11 0 6804 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38584

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5164
/proc/meminfo: memFree=7051832/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=32696 CPUtime=50.24 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 7682 0 0 0 5023 1 0 0 25 0 1 0 889758921 33480704 7623 33554432000 134512640 134556542 4290380112 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5162/statm: 8174 7623 212 11 0 7508 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41400

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5165
/proc/meminfo: memFree=7047312/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=36068 CPUtime=101.45 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 8513 0 0 0 10144 1 0 0 25 0 1 0 889758921 36933632 8454 33554432000 134512640 134556542 4290380112 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5162/statm: 9017 8454 212 11 0 8351 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 44772

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 4/177 5167
/proc/meminfo: memFree=7041816/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=38664 CPUtime=161.44 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 9146 0 0 0 16143 1 0 0 25 0 1 0 889758921 39591936 9087 33554432000 134512640 134556542 4290380112 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5162/statm: 9666 9087 212 11 0 9000 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 47368

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/177 5168
/proc/meminfo: memFree=7036684/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=41668 CPUtime=221.44 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 9869 0 0 0 22143 1 0 0 25 0 1 0 889758921 42668032 9810 33554432000 134512640 134556542 4290380112 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5162/statm: 10417 9810 212 11 0 9751 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 50372

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5179
/proc/meminfo: memFree=7030912/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=43516 CPUtime=281.45 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 10298 0 0 0 28143 2 0 0 25 0 1 0 889758921 44560384 10239 33554432000 134512640 134556542 4290380112 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5162/statm: 10879 10239 212 11 0 10213 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 52220

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5181
/proc/meminfo: memFree=7026884/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=45920 CPUtime=341.45 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 10889 0 0 0 34143 2 0 0 25 0 1 0 889758921 47022080 10830 33554432000 134512640 134556542 4290380112 18446744073709551615 134536880 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/5162/statm: 11480 10830 212 11 0 10814 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 54624

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 5182
/proc/meminfo: memFree=7023756/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6

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

/proc/5162/statm: 24206 22780 212 11 0 23540 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 105528

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/170 5327
/proc/meminfo: memFree=7112308/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=97140 CPUtime=4421.6 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 22887 0 0 0 442155 5 0 0 25 0 1 0 889758921 99471360 22828 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24285 22828 212 11 0 23619 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 105844

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/170 5329
/proc/meminfo: memFree=7111160/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=98196 CPUtime=4481.6 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23149 0 0 0 448155 5 0 0 25 0 1 0 889758921 100552704 23090 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24549 23090 212 11 0 23883 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 106900

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/170 5331
/proc/meminfo: memFree=7111112/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=98472 CPUtime=4541.61 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23199 0 0 0 454156 5 0 0 25 0 1 0 889758921 100835328 23140 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24618 23140 212 11 0 23952 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 107176

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/170 5332
/proc/meminfo: memFree=7110688/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=98804 CPUtime=4601.61 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23277 0 0 0 460156 5 0 0 25 0 1 0 889758921 101175296 23218 33554432000 134512640 134556542 4290380112 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24701 23218 212 11 0 24035 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 107508

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 5334
/proc/meminfo: memFree=7110516/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=98984 CPUtime=4661.61 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23300 0 0 0 466156 5 0 0 25 0 1 0 889758921 101359616 23241 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24746 23241 212 11 0 24080 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 107688

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 5335
/proc/meminfo: memFree=7110468/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=99128 CPUtime=4721.62 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23330 0 0 0 472157 5 0 0 25 0 1 0 889758921 101507072 23271 33554432000 134512640 134556542 4290380112 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24782 23271 212 11 0 24116 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 107832

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 5337
/proc/meminfo: memFree=7110172/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=99392 CPUtime=4781.61 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23404 0 0 0 478156 5 0 0 25 0 1 0 889758921 101777408 23345 33554432000 134512640 134556542 4290380112 18446744073709551615 134537445 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24848 23345 212 11 0 24182 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 108096

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 5339
/proc/meminfo: memFree=7109372/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=99920 CPUtime=4841.61 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23568 0 0 0 484156 5 0 0 25 0 1 0 889758921 102318080 23509 33554432000 134512640 134556542 4290380112 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 24980 23509 212 11 0 24314 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 108624

[startup+4902.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/170 5340
/proc/meminfo: memFree=7109196/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=100316 CPUtime=4901.62 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23645 0 0 0 490157 5 0 0 25 0 1 0 889758921 102723584 23586 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 25079 23586 212 11 0 24413 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 109020

[startup+4962.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/170 5342
/proc/meminfo: memFree=7109024/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=100316 CPUtime=4961.62 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23669 0 0 0 496157 5 0 0 25 0 1 0 889758921 102723584 23610 33554432000 134512640 134556542 4290380112 18446744073709551615 134531953 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 25079 23610 212 11 0 24413 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 109020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.00 1.00 2/170 5343
/proc/meminfo: memFree=7108112/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=101108 CPUtime=4999.22 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23879 0 0 0 499917 5 0 0 25 0 1 0 889758921 103534592 23820 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 25277 23820 212 11 0 24611 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 109812

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.01 1.00 1.00 2/170 5343
/proc/meminfo: memFree=7108112/32951124 swapFree=67064576/67111528
[pid=5158] ppid=5156 vsize=8704 CPUtime=0.83 cores=0,2,4,6
/proc/5158/stat : 5158 (ebglucose.sh) S 5156 5158 3763 0 -1 4202496 383 6763 0 0 0 0 81 2 18 0 1 0 889758837 8912896 256 33554432000 4194304 4922060 140736356496240 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5158/statm: 2176 256 211 178 0 69 0
[pid=5162] ppid=5158 vsize=101108 CPUtime=4999.22 cores=0,2,4,6
/proc/5162/stat : 5162 (ebglucose_stati) R 5158 5158 3763 0 -1 4202496 23879 0 0 0 499917 5 0 0 25 0 1 0 889758921 103534592 23820 33554432000 134512640 134556542 4290380112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5162/statm: 25277 23820 212 11 0 24611 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 109812

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5158 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=812876
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 0.843871
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.05
CPU user time (s): 4999.98
CPU system time (s): 0.07
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 109812

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

runsolver used 7.95579 second user time and 15.5286 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-13 15:57:12
IDJOB=3498829
IDBENCH=88062
IDSOLVER=1992
FILE ID=node141/3498829-1307973432
RUNJOBID= node141-1307962278-4371
PBS_JOBID= 13559687
Free space on /var/tmp= 2904 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498829-1307973432/watcher-3498829-1307973432 -o /var/tmp/evaluation-result-3498829-1307973432/solver-3498829-1307973432 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498829-1307973432.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1009779709

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7092508 kB
Buffers:        114704 kB
Cached:       24787596 kB
SwapCached:       9036 kB
Active:        9491540 kB
Inactive:     15539712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7092508 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:            4324 kB
Writeback:          16 kB
AnonPages:      127048 kB
Mapped:          11040 kB
Slab:           763040 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   289956 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= 2904 MiB
End job on node141 at 2011-06-13 17:20:34